lazarus/components/wiki
mattias 70a3961aa6 wiki test: added language codes
git-svn-id: trunk@35835 -
2012-03-09 07:41:43 +00:00
..
chm
html
lazwiki wiki test: added language codes 2012-03-09 07:41:43 +00:00
test wiki test: added language codes 2012-03-09 07:41:43 +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: started options 2012-03-07 09:15:54 +00:00
wikiget.lpi
wikiget.lpr wiki: check broken images 2012-03-06 16:55:02 +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'