Edgewall Software

Changes between Initial Version and Version 1 of CookBook/Scripts/StandaloneWiki2Html


Ignore:
Timestamp:
Sep 9, 2009, 1:44:15 PM (15 years ago)
Author:
akaihol+trac@…
Comment:

created the stand-alone wiki2html script page

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/Scripts/StandaloneWiki2Html

    v1 v1  
     1This is a stand-alone Python script for converting files written using the Trac wiki mark-up into HTML.
     2
     3Background: The authors like to write project documentation in the Trac [WikiFormatting wiki syntax], store it in SVN and set the MIME type to `text/x-trac-wiki` so Trac renders it correctly when browsing source. Before committing changes into SVN it's good to verify that the mark-up compiles correctly.
     4
     5Usage:
     6
     7{{{
     8tracwiki2html.py file1.txt [file2.txt ...]
     9}}}