This concerns only those who
The documentation is in Sphinx format. Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.
First you need to install Git for your operating system:
sudo apt-get install git-core
or:
sudo port install git-code
Run buildout to install Sphinx and funnelweb:
# Note: You must use Python 2.4 here
python2.4 bootstrap.py
bin/buildout
This will always result to error, but bin/ folder is populated with required scripts. Now you need to checkout all the source code using Mr. Developer tool:
bin/develop co ""
Run buildout again:
bin/buildout
This creates docs/html folder from source folder by compiling all collective.developermanual pages, using sphinx-build command from buildout:
cd docs
make html
Funnelweb is a tool which read HTML, transforms it and uploads it to another site.
Example how to upload to a local Plone instance:
bin/toplone http://localhost:5011/foobar/knowledge-base/test/
First Funnelweb fill crawl through generated docs/html Sphinx documentation (this takes up to 30 seconds).
The documentation can be uploaded to