lazarus/components/wiki
mattias fabbe6e950 wiki: html example
git-svn-id: trunk@42141 -
2013-07-19 10:39:08 +00:00
..
chm
html
lazwiki wiki: updated wikiget for new wiki 2012-03-26 18:28:31 +00:00
test codetools: fixed name conflict comparetext 2012-03-12 08:08:43 +00:00
xhtml
myfphttpclient.pp Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already. 2013-05-25 09:22:25 +00:00
parsewikipage.lpi
parsewikipage.lpr
README.txt codetools: fixed name conflict comparetext 2012-03-12 08:08:43 +00:00
wikiconvert.lpi
wikiconvert.lpr wiki: html example 2013-07-19 10:39:08 +00:00
wikiget.lpi
wikiget.lpr wiki: updated wikiget for new wiki 2012-03-26 18:28:31 +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'


ToDos
ToDos wiki parser: see wikiparser.pas

ToDos iphtml:
-too big space between paragraphs
-jump to anchor after loading, Note: before first paint the areas are all 0,0,0,0
-background for pre
-backslashes in text are not shown
-slow on some pages (e.g. lazarus_documentation)