Difference between revisions of "PDF"
(New page: We need to be able to export MediaWiki...) |
(#book) |
||
Line 1: | Line 1: | ||
We need to be able to export MediaWiki categories as PDF books for printing. We had this functionality in [[XmlWiki]] using the [[pdf-export.php]] code, but this now needs to be made into a standard MediaWiki extension, probably a special page. It seems a waste to make another pdf export when [[MW:Extension:Pdf Export]] is already available, so adding the old XmlWiki category book-building code to the existing one may be the better option, especially since their code is directly editable from the extension article. | We need to be able to export MediaWiki categories as PDF books for printing. We had this functionality in [[XmlWiki]] using the [[pdf-export.php]] code, but this now needs to be made into a standard MediaWiki extension, probably a special page. It seems a waste to make another pdf export when [[MW:Extension:Pdf Export]] is already available, so adding the old XmlWiki category book-building code to the existing one may be the better option, especially since their code is directly editable from the extension article. | ||
+ | |||
+ | == #book == | ||
+ | A simpler way to do this for now would be to create a new extension which is a parser function to be inserted into category pages that are suitable for download as a book along with any parameters. Default parameters should be globals so they can be set on a per-wiki basis in LocalSettings. |
Revision as of 10:52, 7 August 2007
We need to be able to export MediaWiki categories as PDF books for printing. We had this functionality in XmlWiki using the pdf-export.php code, but this now needs to be made into a standard MediaWiki extension, probably a special page. It seems a waste to make another pdf export when MW:Extension:Pdf Export is already available, so adding the old XmlWiki category book-building code to the existing one may be the better option, especially since their code is directly editable from the extension article.
#book
A simpler way to do this for now would be to create a new extension which is a parser function to be inserted into category pages that are suitable for download as a book along with any parameters. Default parameters should be globals so they can be set on a per-wiki basis in LocalSettings.