lazarus/components/wiki
mattias 77eb6ab37f wiki test: fixed languages
git-svn-id: trunk@35754 -
2012-03-05 23:08:47 +00:00
..
chm
html
lazwiki wiki test: fixed languages 2012-03-05 23:08:47 +00:00
test wiki test: check if query nil 2012-03-05 22:18:08 +00:00
xhtml
myfphttpclient.pp
parsewikipage.lpi
parsewikipage.lpr
README.txt wiki: added objc as code tag 2012-03-01 11:46:47 +00:00
wikiconvert.lpi
wikiconvert.lpr wiki test: load files 2012-03-01 23:01:21 +00:00
wikiget.lpi
wikiget.lpr wiki: added objc as code tag 2012-03-01 11:46:47 +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 --allmissing

Download changes of last 2 days
./wikiget --recent=2 --deletenotusedpages --deletenotusedimages

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'