]> git.street.me.uk Git - andy/viking.git/blob - help/C/README.txt
97b11fc03b9e03206a61c7085a284b865b2eec0b
[andy/viking.git] / help / C / README.txt
1 # How to generate HTML from the xml:
2 xmlto xhtml -m config.xsl viking.xml
3 # ATM config is setup for a single page - index.html
4
5 # To generate a block of text for the Wiki:
6 #html2wiki --dialect=MediaWiki \
7 #--wiki-uri=http://sourceforge.net/p/viking/wikiallura \
8 #--base-uri=http://sourceforge.net/p/viking/wikiallura \
9 #index.html > help.wiki
10
11 # Allura Wiki is in Markdown
12 # pandoc -f docbook viking.xml -t markdown -o help.md
13 # Note pandoc (at least 1.12.4.2) doesn't open included files within docbook,
14 #  so stick with using xmlto for now
15 pandoc -f html index.html -t markdown -o help.md
16
17 # To generate the PDF:
18 dblatex viking.xml