How to download the Freenet 0.7 source code
To download the sourcecode to Freenet 0.7, you need a revision control program called Subversion.
If you have Git installed, this command should download the latest version of the code to your computer:
git clone git://github.com/freenet/fred-staging.git
Alternatively, you may get the latest snapshot at http://github.com/freenet/fred-staging/zipball/HEAD
If you just want to browse the code online, go here:
http://github.com/freenet/fred-staging/tree/master
The Eclipse editor can be used to edit Freenet code.
Alternatively, you can edit Freenet source code in a plain text editor and build it from the command line.