I noticed that several pages are broken on https://docs.kolab.org
a couple of examples:
- https://docs.kolab.org/architecture-and-design/ldap-intro.html
- https://docs.kolab.org/client-configuration/outlook.html
I once did file a patch to fix the client configuration page (https://git.kolab.org/rDdc928121f87e22602e64669bd640fd63482751d5), but I guess that was not really solving the problem.
I have now setup a Fedora 24 machine, and installed the following packages:
dnf install python-setuptools make graphviz-python graphviz-gd python-pillow python-sphinx python-sphinx-latex git lighttpd which crontabs git clone http://git.kolab.org/diffusion/D/docs.git cd docs git submodule update --init --recursive make html mv /root/docs/build/html /var/www/htdocs make latexpdf mv build/latex/KolabGroupware.pdf /var/www/htdocs/ systemctl enable lighttpd systemctl start lighttpd systemctl enable crond systemctl start crond |
Every night I run a cronjob to rebuild the documentation.
You can find the result here:
- https://kolabdocs.solidcharity.com/
- https://kolabdocs.solidcharity.com/architecture-and-design/ldap-intro.html
- https://kolabdocs.solidcharity.com/client-configuration/index.html
- https://kolabdocs.solidcharity.com/KolabGroupware.pdf
Some pages of the Kolab Documentation seem to be broken