lazarus/components/wiki
mattias cca0312b77 wiki: fixed em
git-svn-id: trunk@35620 -
2012-02-28 22:25:31 +00:00
..
chm
html
lazwiki wiki: fixed em 2012-02-28 22:25:31 +00:00
xhtml
myfphttpclient.pp
parsewikipage.lpi
parsewikipage.lpr
README.txt
wikiconvert.lpi
wikiconvert.lpr wiki: <em>, tags in table cell 2012-02-28 22:00:21 +00:00
wikiget.lpi
wikiget.lpr wiki: <em>, tags in table cell 2012-02-28 22:00:21 +00:00

BEWARE: This is all work in progress.

UNDER CONSTRUCTION

This directory contains tools to create the offline help of the wiki.

Downloading the wiki:

Compile wikiget.lpi

Download all pages and images:
./wikiget --dir=wikixml --allmissing

Note: you can stop/kill the tool at any time and run it again. It will download
only the missing files.
See ./wikiget -h for all options.


Creating XHTML pages:
./wikiconvert --format=xhtml --css=html/wiki.css 'wikixml/*.xml'


Creating HTML pages:
./wikiconvert --format=html --css=html/wiki.css 'wikixml/*.xml'


Creating chm:
./wikiconvert --format=chm --css=chm/wiki.css wikixml/Lazarus_Documentation.g400.xml 'wikixml/*.xml'