Author: nextgens
Date: 2005-11-18 12:25:53 +0000 (Fri, 18 Nov 2005)
New Revision: 7556
Modified:
trunk/website/menu.php
trunk/website/pages/download.php
Log:
Updated website :
Now we advertise that we are using SVN and some broken links have been
fixed.
Modified: trunk/website/menu.php
===================================================================
--- trunk/website/menu.php 2005-11-18 01:30:04 UTC (rev 7555)
+++ trunk/website/menu.php 2005-11-18 12:25:53 UTC (rev 7556)
@@ -41,7 +41,7 @@
'Tools' => 'tools',
'FAQ' => 'faq',
'Papers' => 'papers',
- 'Browse CVS' =>
'http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freenet/freenet/',
+ 'Browse SVN' =>
'https://emu.freenetproject.org/svn/',
'People' => 'people' )
);
Modified: trunk/website/pages/download.php
===================================================================
--- trunk/website/pages/download.php 2005-11-18 01:30:04 UTC (rev 7555)
+++ trunk/website/pages/download.php 2005-11-18 12:25:53 UTC (rev 7556)
@@ -69,7 +69,7 @@
href="http://linux.duke.edu/projects/yum/">Yum</a>.
</ul>
<h3>Source Code</h3>
-You can obtain the latest source code from CVS from <a
href="https://sourceforge.net/projects/freenet/">SourceForge</a>, or you can
download a daily snapshot:<ul>
+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.tar.bz2">Stable</a>
- current stable branch source code</li>
<li><a
href="http://freenetproject.org/snapshots/freenet-unstable-latest.src.tar.bz2">Unstable</a>
- current unstable branch source code</li>
<li><a
href="http://freenetproject.org/snapshots/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>