Handbook Maintenance: Difference between revisions

From SCA Lochac
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


==The Complicated==
==The Complicated==
Editting the CSS, raw TeX title pages, and raw TeX Pandoc template(s), which are editable from within the wiki.
* Editting the CSS
* raw TeX title pages
* raw TeX Pandoc template(s), which are editable from within the wiki.


==Dark Magic==
==Dark Magic==
Messing with the pandocpdf MediaWiki extension, and its associated filters and templates, which are only editable directly on the hosting server.
* shell dependencies
** pandoc
** pdfLatex
** imageMagick
** Inkscape
** perl
* mediawiki version
* LocalSettings.php maintenance
** Settng up namespaces
* Maintaining off the shelf extensions
** pdfHandler
** nativeSVGhandler
** approvedRevs
* Custom extensions
** pandocPdfBook
** fixTables.pl script

Revision as of 21:24, 16 July 2019

Maintenance of this handbook can be divided into the easy, the complicated, and dark magic.

The Easy

The Complicated

  • Editting the CSS
  • raw TeX title pages
  • raw TeX Pandoc template(s), which are editable from within the wiki.

Dark Magic

  • shell dependencies
    • pandoc
    • pdfLatex
    • imageMagick
    • Inkscape
    • perl
  • mediawiki version
  • LocalSettings.php maintenance
    • Settng up namespaces
  • Maintaining off the shelf extensions
    • pdfHandler
    • nativeSVGhandler
    • approvedRevs
  • Custom extensions
    • pandocPdfBook
    • fixTables.pl script