Extension:Proofread Page: Difference between revisions
Appearance
Content deleted Content added
Sebdelprat (talk | contribs) |
→Configuration: -deprecated template |
||
| Line 37: | Line 37: | ||
*You need to create the [[:s:MediaWiki:Proofreadpage_index_template|MediaWiki:Proofreadpage_index_template]] in order to display index pages |
*You need to create the [[:s:MediaWiki:Proofreadpage_index_template|MediaWiki:Proofreadpage_index_template]] in order to display index pages |
||
*In order to use the [[:s:Help:Page Status|page quality system]], it is necessary to create four categories. The names of these categories must be defined in [[:s:Mediawiki:Proofreadpage_quality1_category]] to [[:s:Mediawiki:Proofreadpage_quality4_category |
*In order to use the [[:s:Help:Page Status|page quality system]], it is necessary to create four categories. The names of these categories must be defined in [[:s:Mediawiki:Proofreadpage_quality1_category]] to [[:s:Mediawiki:Proofreadpage_quality4_category]]. |
||
*In order to display coloured links in index pages, you need to add quality classes to your CSS files. see the section ''Page namespace'' at [[:s:MediaWiki:Common.css]]. |
*In order to display coloured links in index pages, you need to add quality classes to your CSS files. see the section ''Page namespace'' at [[:s:MediaWiki:Common.css]]. |
||
*In order to appear in the statistics, it is necessary to create custom "Page" and "Index" [[Manual:Using custom namespaces|namespaces]]. |
*In order to appear in the statistics, it is necessary to create custom "Page" and "Index" [[Manual:Using custom namespaces|namespaces]]. |
||
Revision as of 18:37, 3 November 2009
The Proofread Page extension can render a book either as a column of OCR text beside a column of scanned images, or broken into its logical organization (such as chapters or poems) using transclusion.
The extension is intended to allow easy comparison of text to the original and allow rendering of a text in several ways without duplicating data. Since the pages are not in the main namespace, they are not included in the statistical count of text units.
Installation
The extension is enabled on all Wikisources. If you want to install it on your own wiki, you will need to install a 404 handler for generating thumbnails, such as WebStore.
- Copy the files folder in the folder extensions/ProofreadPage.
- Add in LocalSettings.php :
require_once("$IP/extensions/ProofreadPage/ProofreadPage.php");
- Execute SQL (see ProofreadPage.sql)
- Add an extension on the table name if you are using one (for example mw_)
Configuration
- You need to create the MediaWiki:Proofreadpage_index_template in order to display index pages
- In order to use the page quality system, it is necessary to create four categories. The names of these categories must be defined in s:Mediawiki:Proofreadpage_quality1_category to s:Mediawiki:Proofreadpage_quality4_category.
- In order to display coloured links in index pages, you need to add quality classes to your CSS files. see the section Page namespace at s:MediaWiki:Common.css.
- In order to appear in the statistics, it is necessary to create custom "Page" and "Index" namespaces.
- If your wiki has custom "Page" and "Index" namespaces, the names of these namespaces must match the names indicated in Mediawiki:Proofreadpage_namespace and Mediawiki:Proofreadpage_index_namespace.
Options
- The default layout for editing pages is the vertical layout. It is possible to change this and use the horizontal layout, by setting the following variable :
var proofreadpage_default_layout='horizontal';
This setting can be activated by single users, or for all users if it set in common.js
See also
- How to use DjVu with MediaWiki
- PdfHandler (could be use with Proofread Page)
- The current full description and instructions (in English) may be found at this link
- Usage statistics can be found here
| This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
Categories:
- Stable extensions
- Page action extensions
- Extensions supporting Composer
- BeforePageDisplay extensions
- CanonicalNamespaces extensions
- ChangeTagsListActive extensions
- CodeMirrorGetMode extensions
- ContentHandlerDefaultModelFor extensions
- EditFormPreloadText extensions
- GetBetaFeaturePreferences extensions
- GetDoubleUnderscoreIDs extensions
- GetLinkColours extensions
- GetPreferences extensions
- ImageOpenShowImageInlineBefore extensions
- InfoAction extensions
- ListDefinedTags extensions
- LoadExtensionSchemaUpdates extensions
- MediaWikiServices extensions
- MultiContentSave extensions
- OutputPageParserOutput extensions
- ParserFirstCallInit extensions
- ParserTestGlobals extensions
- RecentChange save extensions
- ResourceLoaderRegisterModules extensions
- ScribuntoExternalLibraries extensions
- ScribuntoExternalLibraryPaths extensions
- SkinTemplateNavigation::Universal extensions
- WgQueryPages extensions
- Extensions with unknown license
- Extensions in Wikimedia version control
- All extensions
- Extensions used on Wikimedia
- View page extensions
