Author: nextgens Date: 2006-07-17 07:56:31 +0000 (Mon, 17 Jul 2006) New Revision: 9642
Modified: trunk/website/menu.php trunk/website/pages/download-old.php Log: website: default the what'snew link to http://cia.navi.cx/stats/Project/freenet/ Modified: trunk/website/menu.php =================================================================== --- trunk/website/menu.php 2006-07-17 07:51:04 UTC (rev 9641) +++ trunk/website/menu.php 2006-07-17 07:56:31 UTC (rev 9642) @@ -16,7 +16,7 @@ 'user' => array( 'What is Freenet?' => 'whatis', 'Download'=>'download', - 'Whats New?' => 'whatsnew', + 'Whats New?' => 'http://cia.navi.cx/stats/Project/freenet/', 'Donate'=>'donate', 'Sponsors'=>'sponsors', 'Content' => 'content', @@ -31,7 +31,7 @@ 'People' => 'people' ), 'developer' => array( 'Download'=>'download', - 'Whats New?' => 'whatsnew', + 'Whats New?' => 'http://cia.navi.cx/stats/Project/freenet/', 'Documentation' => 'docs', 'Donate'=>'donate', 'Sponsors'=>'sponsors', Modified: trunk/website/pages/download-old.php =================================================================== --- trunk/website/pages/download-old.php 2006-07-17 07:51:04 UTC (rev 9641) +++ trunk/website/pages/download-old.php 2006-07-17 07:56:31 UTC (rev 9642) @@ -78,6 +78,7 @@ <BR> <BR> <h3>Source Code</h3> +Our 0.5 changelog is reachable <a href="/whatsnew.html">here</a>. You can obtain the latest source code from SVN from <a href="https://emu.freenetproject.org/svn/branches/legacy/stable/">https://emu.freenetproject.org/svn/branches/legacy/stable/</a>, or you can download a daily snapshot:<ul> <li><a href="http://downloads.freenetproject.org/freenet-stable-latest.src.tbz">Stable</a> - current stable branch source code</li>
