SF.net SVN: fclient: [261] trunk/web
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-26 10:17:20
|
Revision: 261
http://fclient.svn.sourceforge.net/fclient/?rev=261&view=rev
Author: jurner
Date: 2008-02-26 02:17:25 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
...
Modified Paths:
--------------
trunk/web/default.css
trunk/web/index.html
trunk/web/intro.html
Modified: trunk/web/default.css
===================================================================
--- trunk/web/default.css 2008-02-26 10:08:38 UTC (rev 260)
+++ trunk/web/default.css 2008-02-26 10:17:25 UTC (rev 261)
@@ -11,10 +11,9 @@
div.body{
border: solid;
border-width: 0.1em;
- border-color: #C7E9D3;
+ border-color: black;
height: auto;
}
-
td.frame{
border: solid;
border-width: 0.1em;
Modified: trunk/web/index.html
===================================================================
--- trunk/web/index.html 2008-02-26 10:08:38 UTC (rev 260)
+++ trunk/web/index.html 2008-02-26 10:17:25 UTC (rev 261)
@@ -24,9 +24,12 @@
Your browser does not seem to support iframes. Some links for quick navigation
<br>
<a href="intro.html">Intro</a><br>
- <a href="fclient-more.html">fclient</a><br>
- <a href="fcp-more.html">fcp</a><br>
-
+ <a href="download-fclient.html">fclient</a><br>
+ <a href="download-fcp2.html">fcp</a><br>
+ <a href="more-fclient.html">fclient</a><br>
+ <a href="more-fcp2.html">fcp</a><br>
+ <a href="screenshots-fclient.html">fclient</a><br>
+ <a href="screenshots-fcp2.html">fcp</a><br>
</iframe>
</td>
</tr>
Modified: trunk/web/intro.html
===================================================================
--- trunk/web/intro.html 2008-02-26 10:08:38 UTC (rev 260)
+++ trunk/web/intro.html 2008-02-26 10:17:25 UTC (rev 261)
@@ -18,10 +18,10 @@
<div class="topic">
- <b>fcp:</b> high level wrapper for the freenet client protocol written in python. Automatic
+ <b>fcp2:</b> high level wrapper for the freenet client protocol version-2 written in python. Automatic
conversions from Fcp to python types, access to node and peer configurations and more
<br>
- [<a href="more-fcp.html" target="mainFrame">..More</a>] [<a href="download-fcp.html" target="mainFrame">Download</a>] [<a href="screenshots-fcp.html" target="mainFrame">Screenshots</a>]
+ [<a href="more-fcp2.html" target="mainFrame">..More</a>] [<a href="download-fcp2.html" target="mainFrame">Download</a>] [<a href="screenshots-fcp2.html" target="mainFrame">Screenshots</a>]
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|