r43345 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43344‎ | r43345 | r43346 >
Date:11:25, 10 November 2008
Author:jojo
Status:old
Tags:
Comment:
added list of available writers. reST fixes.
Modified paths:
  • /trunk/extensions/Collection/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/README.txt
@@ -88,26 +88,34 @@
8989
9090 *$wgCollectionFormats*
9191 An array mapping names of mwlib_ writers to the name of the produced format.
92 - The default value is:
 92+ The default value is::
9393
9494 array(
9595 'rl' => 'PDF',
9696 )
9797
9898 i.e. only PDF enabled. If you want to add OpenDocument Text in addition to
99 - PDF you can set $wgCollectionFormats to something like this:
 99+ PDF you can set $wgCollectionFormats to something like this::
100100
101101 $wgCollectionFormats = array(
102102 'rl' => 'PDF',
103103 'odf' => 'ODT',
104104 );
105105
 106+ On the public render server tools.pediapress.com, currently the following
 107+ writers are available:
 108+
 109+ * docbook: DocBook XML
 110+ * odf: OpenDocument Text
 111+ * rl: PDF
 112+ * xhtml: XHTML 1.0 Transitional
 113+
106114 See mwlib_ for possible other writers.
107115
108116 *$wgCollectionArticleNamespaces (array)*
109117 List of namespace numbers for pages which can be added to a collection.
110118 Category pages (NS_CATEGORY) are always an exception (all articles in a
111 - category are added, not the category page itself). Default is:
 119+ category are added, not the category page itself). Default is::
112120
113121 array(
114122 NS_MAIN,

Status & tagging log