Author: nextgens Date: 2008-03-04 03:04:27 +0000 (Tue, 04 Mar 2008) New Revision: 18324
Modified: trunk/website/pages/en/developer.php Log: website: add a link to the svn Modified: trunk/website/pages/en/developer.php =================================================================== --- trunk/website/pages/en/developer.php 2008-03-03 22:22:53 UTC (rev 18323) +++ trunk/website/pages/en/developer.php 2008-03-04 03:04:27 UTC (rev 18324) @@ -1 +1,9 @@ -<h2>Developer</h2> \ No newline at end of file +<h2>Developer</h2> + +<h3>Source Code</h3> +<p>You can obtain the latest source code from SVN:</p> +<pre>svn co --ignore-externals http://freenet.googlecode.com/svn/trunk/freenet/</pre> +<br> +<h3>Build Instructions</h3> +<p>To build the source code you will need <a href="http://ant.apache.org/">Apache ANT</a>. +<br>
