Difference between revisions of "Handbook Maintenance"

From SCA Lochac
Jump to navigation Jump to search
(10 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
==The Easy==
 
==The Easy==
Editting the content of the wiki pages
+
*[[Handbook version numbering]]
 
+
*[[Editing these wiki pages]]
Maintaining the changelog
+
*[[Maintaining the Change Logs]]
  
 
==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 (in [[MediaWiki:Common.css]])
 +
* Editing the javascript (in [[Mediawiki:Common.js]])
  
 
==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
 +
* Custom extensions
 +
** MakePdfBook (and its Tex dependencies)

Revision as of 08:23, 17 April 2021

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

The Easy

The Complicated

Dark Magic

  • shell dependencies
    • pandoc
    • pdfLatex
    • imageMagick
    • Inkscape
    • perl
  • mediawiki version
  • LocalSettings.php maintenance
    • Settng up namespaces
  • Maintaining off the shelf extensions
    • pdfHandler
  • Custom extensions
    • MakePdfBook (and its Tex dependencies)