Index: trunk/extensions/Collection/README.txt |
— | — | @@ -117,6 +117,15 @@ |
118 | 118 | |
119 | 119 | $ mw-render --list-writers |
120 | 120 | |
| 121 | + *$wgCollectionContentTypeToFilename (array)* |
| 122 | + An array matching content types to filenames for downloaded documents. The |
| 123 | + default is: |
| 124 | + |
| 125 | + $wgCollectionContentTypeToFilename = array( |
| 126 | + 'application/pdf' => 'collection.pdf', |
| 127 | + 'application/vnd.oasis.opendocument.text' => 'collection.odt', |
| 128 | + ); |
| 129 | + |
121 | 130 | *$wgCollectionPortletFormats (array)* |
122 | 131 | An array containing formats (keys in $wgCollectionFormats) that shall be |
123 | 132 | displayed as "Download as XYZ" links in the "Print/export" portlet. |