]> git.street.me.uk Git - andy/viking.git/blame - help/C/README.txt
Some spelling fixes in a comment
[andy/viking.git] / help / C / README.txt
CommitLineData
2151c460
RN
1# How to generate HTML from the xml:
2xmlto xhtml -m config.xsl viking.xml
3# ATM config is setup for a single page - index.html
0ff41050
RN
4
5# To generate a block of text for the Wiki:
8257dca9
RN
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
15pandoc -f html index.html -t markdown -o help.md
eaed5fa6
RN
16
17# To generate the PDF:
18dblatex viking.xml