git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
19 lines
776 B
Plaintext
19 lines
776 B
Plaintext
this suite of tools can be used to retrieve a local copy
|
|
from the FreeCAD wiki and then use it to generate qhelp
|
|
and pdf files. The downloading of the entire wiki is now
|
|
a huge operation, prone to network errors, so it has been
|
|
cut into 2 parts, one to retrieve a list of files to
|
|
download and another to actually download the files.
|
|
|
|
1) run "buildwikiindex.py" to build an index file containing
|
|
a list of all the files to download
|
|
|
|
2) run "downloadwiki.py". If connection drops, run it again,
|
|
the already downloaded files will be skipped.
|
|
|
|
3) run "buildqhelp.py" to generate freecad.qhc and freecad.qch
|
|
files
|
|
|
|
4) run "buildpdf.py" to generate freecad.pdf (wkhtmltopdf must be installed)
|
|
|
|
5) the qhelp files can be tested with "assistant -collectionFile freecad.qhc" |