[freenet-cvs] r15437 - trunk/website/pages/en

nextgens at freenetproject.org nextgens at freenetproject.org
Mon Oct 8 14:37:05 UTC 2007


Author: nextgens
Date: 2007-10-08 14:37:05 +0000 (Mon, 08 Oct 2007)
New Revision: 15437

Modified:
   trunk/website/pages/en/download-old.php
   trunk/website/pages/en/download.php
   trunk/website/pages/en/faq.php
   trunk/website/pages/en/fcptools.php
Log:
website: https://emu.freenetproject.org/svn => http://freenet.googlecode.com/svn/

Modified: trunk/website/pages/en/download-old.php
===================================================================
--- trunk/website/pages/en/download-old.php	2007-10-08 11:51:49 UTC (rev 15436)
+++ trunk/website/pages/en/download-old.php	2007-10-08 14:37:05 UTC (rev 15437)
@@ -79,7 +79,7 @@
 <BR>&nbsp;<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>
+You can obtain the latest source code from SVN from <a href="http://freenet.googlecode.com/svn/branches/legacy/stable/">http://freenet.googlecode.com/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>
 <li><a 

Modified: trunk/website/pages/en/download.php
===================================================================
--- trunk/website/pages/en/download.php	2007-10-08 11:51:49 UTC (rev 15436)
+++ trunk/website/pages/en/download.php	2007-10-08 14:37:05 UTC (rev 15437)
@@ -106,7 +106,7 @@
 <li>Linux users may similarly upgrade by running the update.sh shell script in the freenet/bin/ directory.</li></ul>
 <p>
 <h3>Source Code</h3>
-You can obtain the latest source code from SVN from <a href="https://emu.freenetproject.org/svn/trunk/freenet/">https://emu.freenetproject.org/svn/trunk/freenet/</a>.
+You can obtain the latest source code from SVN from <a href="http://freenet.googlecode.com/svn/trunk/freenet/">http://freenet.googlecode.com/svn/trunk/freenet/</a>.
 <BR>
 <p>
 <small><b>Note: </b> You can still find the download page for Freenet 0.5 <a href="/download-old.html">here</a>, however 0.5 is no longer officially maintained or supported and 0.7 has many radical improvements not least being that it is significantly faster.</small>

Modified: trunk/website/pages/en/faq.php
===================================================================
--- trunk/website/pages/en/faq.php	2007-10-08 11:51:49 UTC (rev 15436)
+++ trunk/website/pages/en/faq.php	2007-10-08 14:37:05 UTC (rev 15437)
@@ -406,10 +406,10 @@
 <P> People that want to contribute to Freenet in <a href="/openjobs.html">any way</a>, by contributing artwork, new ideas, or even correcting spelling/grammar mistakes or ideas for adding new pages/paragraphs on this site, are also welcome to <a href="mailto:ian at locut.us">email</a>. </p>
 
 <p><b id="access">How can I access the code and website?</b><br>
-We are using a <a href="http://subversion.tigris.org/">subversion</a> server : <a href="https://emu.freenetproject.org/svn/trunk/">Emu</a>.
+We are using a <a href="http://subversion.tigris.org/">subversion</a> server : <a href="http://freenet.googlecode.com/svn/trunk/">Freenet's subversion repository</a>.
 
 <p><b id="devtools">What tools do I need to help develop?</b><br>
-To build and deploy the Freenet server, you will need Java tools compatible with Sun's JDK 1.4 or later. To retrieve and update the code at <a href="http://emu.freenetproject.org/svn/trunk/freenet">http://emu.freenetproject.org/svn/trunk/freenet</a>using <a href="http://subversion.tigris.org/">subversion</a>,
+To build and deploy the Freenet server, you will need Java tools compatible with Sun's JDK 1.4 or later. To retrieve and update the code at <a href="http://freenet.googlecode.com/svn/trunk/freenet/">http://freenet.googlecode.com/svn/trunk/freenet/</a>using <a href="http://subversion.tigris.org/">subversion</a>,
 (This is not necessary if you only want to download, compile, and run
 the server without contributing to its code). To do web development you
 will need <i>SSH</i> (or <i>OpenSSH</i>). Further instructions for building and deploying the server are included with the code itself.

Modified: trunk/website/pages/en/fcptools.php
===================================================================
--- trunk/website/pages/en/fcptools.php	2007-10-08 11:51:49 UTC (rev 15436)
+++ trunk/website/pages/en/fcptools.php	2007-10-08 14:37:05 UTC (rev 15437)
@@ -70,13 +70,13 @@
  bleeding edge, access the source from SVN as follows (all on one line):</p>
 
  <p><code>svn<br>
-&nbsp;&nbsp;&nbsp; co https://emu.freenetproject.org/svn/trunk/apps/fcptools/<br>
+&nbsp;&nbsp;&nbsp; co http://freenet.googlecode.com/svn/trunk/apps/fcptools/<br>
 </code></p>
  <p>This will download the fcptools source from SVN HEAD into the directory 
  fcptools. From there the normal GNU/Make commands will build the source 
  (check INSTALL.* and README.* under the fcptools directory for all the 
  details).</p>
- <p><a href="https://emu.freenetproject.org/svn/trunk/apps/fcptools/">
+ <p><a href="http://freenet.googlecode.com/svn/trunk/apps/fcptools/">
  Follow this link</a> to browse the  code.</p>
 
  <h2>Using FCPTools</h2>




More information about the cvs mailing list