SF.net SVN: fclient: [219] trunk
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-02-16 11:00:48
|
Revision: 219 http://fclient.svn.sourceforge.net/fclient/?rev=219&view=rev Author: jurner Date: 2008-02-16 03:00:47 -0800 (Sat, 16 Feb 2008) Log Message: ----------- added sf web page Added Paths: ----------- trunk/web/ trunk/web/default.css trunk/web/download-fclient.html trunk/web/download-fcp.html trunk/web/index.html trunk/web/intro.html trunk/web/more-fclient.html Added: trunk/web/default.css =================================================================== --- trunk/web/default.css (rev 0) +++ trunk/web/default.css 2008-02-16 11:00:47 UTC (rev 219) @@ -0,0 +1,97 @@ +/* bit of a hack to get tables (...) to display at 100% hight +See: http://apptools.com/examples/tableheight.php +*/ +html,body, #fillsViewport{ + margin:0; + padding:0; + height:100%; + border:none + } + +div.body{ + border: solid; + border-width: 0.1em; + border-color: #C7E9D3; + height: auto; + } + +td.frame{ + border: solid; + border-width: 0.1em; + border-color: #C7E9D3; + } +div.navHeader{ + background-color: green; + font-size: xx-large; + font-weight: bolder; + } +div.topic{ + margin-top: 10; + } +a{ + text-decoration: none; + } +.navRef{ + color: #64CB8C; + } + +.hilight{ + font-weight: bold; + background-color: #F0F0F0; +} +.bottom_padding{ + padding-bottom: 20em; + } + + +/* pymarkup */ +table.py_table{ +} +/* pre */ +pre.py_code{ + font:xx-small Georgia,Serif; + padding-left: 0.5em; + background: #F0F0F0; + border: solid 1px; +} +pre.py_lineno{ + font:xx-small Georgia,Serif; + color: gray; + padding-right: 0.1em; + border-right: solid 1px gray; + background: #F0F0F0; +} +/* source code colors */ +span.py_blockcomment1{ + color: #008000; +} +span.py_blockcomment2{ + color: #008000; +} +span.py_comment{ + color: #008000; +} +span.py_string1{ + color: #FF00FF; +} +span.py_string2{ + color: #FF00FF; +} +span.py_keyword{ + color: #0000FF; + font: bold; +} +span.py_operator{ + color: #008080; +} +span.py_bool{ + color: #008080; +} +span.py-number{ + color: #0080C0; +} +span.py_exception{ + color: #FF0000; +} +span.py_plain{ +} \ No newline at end of file Added: trunk/web/download-fclient.html =================================================================== --- trunk/web/download-fclient.html (rev 0) +++ trunk/web/download-fclient.html 2008-02-16 11:00:47 UTC (rev 219) @@ -0,0 +1,22 @@ + +<html> + <head> + <link rel="StyleSheet" href="default.css" type="text/css" media="screen"> + </head> + <body> + + <div class="navHeader"> + <a class="navRef" href="intro.html" target="mainFrame">fclient</a><span class="navRef">::download-fclient</span> + </div> + + + <div class="topic"> + <br> + <br> + Nothing to see here, move along + </div> + + + <div class="bottom_padding"></div> + </body> +</html> Added: trunk/web/download-fcp.html =================================================================== --- trunk/web/download-fcp.html (rev 0) +++ trunk/web/download-fcp.html 2008-02-16 11:00:47 UTC (rev 219) @@ -0,0 +1,21 @@ +<html> + <head> + <link rel="StyleSheet" href="default.css" type="text/css" media="screen"> + </head> + <body> + + <div class="navHeader"> + <a class="navRef" href="intro.html" target="mainFrame">fclient</a><span class="navRef">::download-fcp</span> + </div> + + + <div class="topic"> + <br> + <br> + Nothing to see here, move along + </div> + + <div class="bottom_padding"></div> + </body> +</html> + Added: trunk/web/index.html =================================================================== --- trunk/web/index.html (rev 0) +++ trunk/web/index.html 2008-02-16 11:00:47 UTC (rev 219) @@ -0,0 +1,56 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> + <head> + <title>fclient</title> + <link rel="StyleSheet" href="default.css" type="text/css" media="screen"> + </head> + <body> + + + <table id="fillsViewport" width="100%" border="0" cellspacing="0" cellpadding="0"> + + <!-- header --> + <tr> + <td class="frame" colspan="999"> + Python versus freenet + <td> + </tr> + <!-- end header --> + + <tr> + <td colspan="999" height="100%"> + <iframe name="mainFrame" src="intro.html" title="" frameborder="0" width="100%" height="100%"> + + 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> + + </iframe> + </td> + </tr> + + + <!-- footer --> + <tr> + + <td class="frame" width="100%" valign="bottom"> + [<a href="http://www.freenetproject.org">Freenet</a>] + <!-- [<a href="http://epydoc.sourceforge.net/">Epydoc</a>] --> + </td> + <td class="frame" valign="bottom"> + <a href="http://sourceforge.net/donate/index.php?group_id=206970"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project" /> </a> + </td> + <td class="frame" valign="bottom"> + <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=206970&type=4" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a> + </td> + + </tr> + + <!-- end footer --> + + </table> + + </body> +</html> \ No newline at end of file Added: trunk/web/intro.html =================================================================== --- trunk/web/intro.html (rev 0) +++ trunk/web/intro.html 2008-02-16 11:00:47 UTC (rev 219) @@ -0,0 +1,29 @@ +<html> + <head> + <link rel="StyleSheet" href="default.css" type="text/css" media="screen"> + </head> + <body> + <div class="navHeader"> + <a href="" class="navRef">fclient</a> + </div> + + + <div class="topic"> + <b>fclient:</b> Gui frontend for freenet written in Qt and python. Yet to come + + <br> + [<a href="more-fclient.html" target="mainFrame">..More</a>] [<a href="download-fclient.html" target="mainFrame">Download</a>] [<a href="screenshots-fclient.html" target="mainFrame">Screenshots</a>] + <hr> + </div> + + + <div class="topic"> + <b>fcp:</b> high level wrapper for the freenet client protocol 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>] + </div> + + + </body> +</html> \ No newline at end of file Added: trunk/web/more-fclient.html =================================================================== --- trunk/web/more-fclient.html (rev 0) +++ trunk/web/more-fclient.html 2008-02-16 11:00:47 UTC (rev 219) @@ -0,0 +1,20 @@ +<html> + <head> + <link rel="StyleSheet" href="default.css" type="text/css" media="screen"> + </head> + <body> + + <div class="navHeader"> + <a class="navRef" href="intro.html" target="mainFrame">fclient</a><span class="navRef">::more-fclient</span> + </div> + + + <div class="topic"> + <br> + <br> + Nothing to see here, move along + </div> + + + </body> +</html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |