Index: trunk/extensions/Collection/README.txt |
— | — | @@ -103,6 +103,12 @@ |
104 | 104 | should be excluded for PDF generation. |
105 | 105 | |
106 | 106 | Default is ``MediaWiki:PDF Template Blacklist`` |
| 107 | + |
| 108 | + *$wgCollectionHelpPage (string)* |
| 109 | + Title of a help page describing the usage of the Collection extension. |
| 110 | + |
| 111 | + Default is ``mw:Extension:Collection/Help``, i.e. an interwiki link pointing |
| 112 | + to the standard English help page Extension:Collection/Help on mediawiki.org. |
107 | 113 | |
108 | 114 | * Add a portlet to the skin of your *MediaWiki* installation: Just before the line:: |
109 | 115 | |
— | — | @@ -122,9 +128,13 @@ |
123 | 129 | one day). Adjust session.cookie_lifetime and session.gc_maxlifetime in your |
124 | 130 | ``php.ini`` accordingly. |
125 | 131 | |
126 | | -* Add a page ``Help:Collections`` with the wikitext from the supplied file |
127 | | - ``Help_Collections.txt``. Adjust the name of the template blacklist according |
128 | | - to your setting of $wgPDFTemplateBlackList (see above). |
| 132 | +* Optionally create a custom help page (e.g. with title Help:Collections if |
| 133 | + your wiki has English language) describing the usage of the Collection extension. |
| 134 | + Set $wgCollectionHelpPage to the title of this page. |
| 135 | + |
| 136 | + An example text is provided in the file ``Help_Collections.txt`` (don't forget |
| 137 | + to adjust the name of the template blacklist according to your setting of |
| 138 | + $wgPDFTemplateBlackList). |
129 | 139 | |
130 | 140 | .. _MediaWiki: http://www.mediawiki.org/ |
131 | 141 | .. _`PediaPress GmbH`: http://pediapress.com/ |