Author: nextgens Date: 2005-11-23 12:53:32 +0000 (Wed, 23 Nov 2005) New Revision: 7578
Modified: trunk/website/pages/download.php Log: Small fixes on the download page Modified: trunk/website/pages/download.php =================================================================== --- trunk/website/pages/download.php 2005-11-23 12:32:01 UTC (rev 7577) +++ trunk/website/pages/download.php 2005-11-23 12:53:32 UTC (rev 7578) @@ -25,7 +25,7 @@ which can be obtained from <a href="http://java.sun.com/">http://java.sun.com/</a>. Currently Freenet does not run on Kaffe or GCJ, due to bugs in Classpath. This is being worked on. Once Java is installed, download <a -href="http://freenetproject.org/snapshots/freenet-stable-latest.tgz">freenet-stable-latest.tgz</a>. +href="http://downloads.freenetproject.org/snapshots/freenet-stable-latest.tgz">freenet-stable-latest.tgz</a>. Get started by typing: <pre> $ tar xzf freenet-stable-latest.tgz @@ -58,10 +58,10 @@ <h3>Source Code</h3> You can obtain the latest source code from SVN from <a href="https://emu.freenetproject.org/svn/trunk/">https://emu.freenetproject.org/svn/</a>, or you can download a daily snapshot:<ul> -<li><a href="http://freenetproject.org/snapshots/freenet-stable-latest.src.tbz">Stable</a> - +<li><a href="http://downloads.freenetproject.org/snapshots/freenet-stable-latest.src.tbz">Stable</a> - current stable branch source code</li> <li><a -href="http://freenetproject.org/snapshots/freenet-unstable-latest.src.tbz">Unstable</a> +href="http://downloads.freenetproject.org/snapshots/freenet-unstable-latest.src.tbz">Unstable</a> - current unstable branch source code</li> <li><a href="http://downloads.freenetproject.org/freenet-contrib-latest.src.tar.bz2">Contrib</a> - separate module needed to compile freenet-ext.jar; unpack this and one of the above in a common parent directory, and then run "ant distclean dist" to build everything.</li> </ul>
