JonDoFox sources
From JonDonym Wiki
How to get the sources and build a jondofox.xpi
It is probably the best to create a JonDoFox directory first and change to it:
mkdir JonDoFox && cd JonDoFox
Now you need a subversion client and check out the source as follows:
svn checkout https://svn.jondos.de/svnpub/JonDoFox_Extension/trunk
If your svn client complains about our self-signed certificate you may compare the SHA1 fingerprints to make sure you download our sources. The SHA1-fingerprint of our certificate is:
93:82:7d:96:6a:bf:0e:72:88:d2:90:6d:af:e1:a4:e1:11:00:67:7b
Afterwards change the directory to trunk and run the appropriate shellscript:
cd trunk && ./makexpi.sh
Now you'll find the freshly built jondofox.xpi in the directory xpi.
JonDoFox Documentation
The source of the documentation may be found here, a compiled .pdf may be found here (currently only an old german version).