Author: nextgens
Date: 2006-08-16 10:09:54 +0000 (Wed, 16 Aug 2006)
New Revision: 10109
Removed:
trunk/website/pages/docs.php
Modified:
trunk/website/menu.php
trunk/website/pages/download-old.php
trunk/website/pages/papers.php
Log:
website: update the documentation links
Modified: trunk/website/menu.php
===================================================================
--- trunk/website/menu.php 2006-08-16 09:56:06 UTC (rev 10108)
+++ trunk/website/menu.php 2006-08-16 10:09:54 UTC (rev 10109)
@@ -21,7 +21,7 @@
'Sponsors'=>'sponsors',
'Content' => 'content',
'FAQ' => 'faq',
- 'Documentation' => 'docs',
+ 'Documentation' =>
'http://wiki.freenetproject.org/FreenetSpecifications',
'Wiki' => 'http://wiki.freenetproject.org/',
'Bug Report' =>
'https://bugs.freenetproject.org/',
'Philosophy' => 'philosophy',
@@ -32,7 +32,7 @@
'developer' => array(
'Download'=>'download',
'Whats New?' =>
'http://cia.navi.cx/stats/Project/freenet/',
- 'Documentation' => 'docs',
+ 'Documentation' =>
'http://wiki.freenetproject.org/FreenetSpecifications',
'Donate'=>'donate',
'Sponsors'=>'sponsors',
'Content' => 'content',
Deleted: trunk/website/pages/docs.php
===================================================================
--- trunk/website/pages/docs.php 2006-08-16 09:56:06 UTC (rev 10108)
+++ trunk/website/pages/docs.php 2006-08-16 10:09:54 UTC (rev 10109)
@@ -1,21 +0,0 @@
-<h2>Documentation</h2>
-
-<p>This page contains links to documentation that would mainly be of
-interest to developers of Freenet and Freenet-related tools. Those
-with a higher level interest in Freenet's operation should look
-<a href="/papers.html">here</a>.</p>
-
-<p>
-<h3><a href="http://wiki.freenetproject.org/FreenetFCPSpec2Point0">FCP
(Freenet Client
- Protocol)</a></h3>
-<p>FCP is intended to shield would-be Freenet client developers from the
details and ever-changing internals of the Freenet node itself.</p>
-
-<p>
-<h3><a href="/index.php?page=fec">FEC (Forward Error-Correction)
Protocol</a></h3>
-<p>FEC specifically addresses the insertion and retrieval of Redundant
Splitfiles.</p>
-
-<p>
-<h3><a href="/index.php?page=metadata">Freenet Metadata Spec</a></h3>
-<p>This spec is for client metadata. It's intent is to provide
-functionality for building web sites within Freenet, as well as
-general description of the data inserted into Freenet.</p>
Modified: trunk/website/pages/download-old.php
===================================================================
--- trunk/website/pages/download-old.php 2006-08-16 09:56:06 UTC (rev
10108)
+++ trunk/website/pages/download-old.php 2006-08-16 10:09:54 UTC (rev
10109)
@@ -88,3 +88,24 @@
<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><BR>
<!--end of empty space--></body>
+<h3>Documentation</h3>
+
+<p>This page contains links to documentation that would mainly be of
+interest to developers of Freenet and Freenet-related tools. Those
+with a higher level interest in Freenet's operation should look
+<a href="/papers.html">here</a>.</p>
+
+<p>
+<h3><a href="/index.php?page=fcp">FCP (Freenet Client
+ Protocol)</a></h3>
+<p>FCP is intended to shield would-be Freenet client developers from the
details and ever-changing internals of the Freenet node itself.</p>
+
+<p>
+<h3><a href="/index.php?page=fec">FEC (Forward Error-Correction)
Protocol</a></h3>
+<p>FEC specifically addresses the insertion and retrieval of Redundant
Splitfiles.</p>
+
+<p>
+<h3><a href="/index.php?page=metadata">Freenet Metadata Spec</a></h3>
+<p>This spec is for client metadata. It's intent is to provide
+functionality for building web sites within Freenet, as well as
+general description of the data inserted into Freenet.</p>
Modified: trunk/website/pages/papers.php
===================================================================
--- trunk/website/pages/papers.php 2006-08-16 09:56:06 UTC (rev 10108)
+++ trunk/website/pages/papers.php 2006-08-16 10:09:54 UTC (rev 10109)
@@ -43,5 +43,5 @@
<p>
<hr>
<p>
-See also all the other <a
href="http://freenetproject.org/index.php?page=docs">Developer
documentation</a>.<p>
+See also all the other <a
href="http://wiki.freenetproject.org/FreenetSpecifications">Developer
documentation</a>.<p>
And an unofficial, more elaborate <a href="http://www.freenethelp.org">Freenet
Help Site</a> was created, to go deeper into the questions newbies may have
about the usage and inner-workings of Freenet.