Author: aum Date: 2006-05-13 07:20:25 +0000 (Sat, 13 May 2006) New Revision: 8688
Added: trunk/apps/pyFreenet/AUTHORS trunk/apps/pyFreenet/BUGS trunk/apps/pyFreenet/CHANGELOG trunk/apps/pyFreenet/COPYING trunk/apps/pyFreenet/INSTALL trunk/apps/pyFreenet/README Modified: trunk/apps/pyFreenet/code.leo trunk/apps/pyFreenet/html/index.html trunk/apps/pyFreenet/html/private/SimpleXMLRPCServer.SimpleXMLRPCDispatcher-class.html trunk/apps/pyFreenet/html/private/SimpleXMLRPCServer.SimpleXMLRPCServer-class.html trunk/apps/pyFreenet/html/private/SocketServer.BaseServer-class.html trunk/apps/pyFreenet/html/private/SocketServer.TCPServer-class.html trunk/apps/pyFreenet/html/private/SocketServer.ThreadingMixIn-class.html trunk/apps/pyFreenet/html/private/exceptions.Exception-class.html trunk/apps/pyFreenet/html/private/fcp-module.html trunk/apps/pyFreenet/html/private/fcp.ConnectionRefused-class.html trunk/apps/pyFreenet/html/private/fcp.FCPException-class.html trunk/apps/pyFreenet/html/private/fcp.FCPGetFailed-class.html trunk/apps/pyFreenet/html/private/fcp.FCPNodeConnection-class.html trunk/apps/pyFreenet/html/private/fcp.FCPProtocolError-class.html trunk/apps/pyFreenet/html/private/fcp.FCPPutFailed-class.html trunk/apps/pyFreenet/html/private/fcp.JobTicket-class.html trunk/apps/pyFreenet/html/private/fcpxmlrpc-module.html trunk/apps/pyFreenet/html/private/fcpxmlrpc.FCPXMLRPCServer-class.html trunk/apps/pyFreenet/html/private/fcpxmlrpc.FreenetXMLRPCRequestHandler-class.html trunk/apps/pyFreenet/html/private/frames.html trunk/apps/pyFreenet/html/private/help.html trunk/apps/pyFreenet/html/private/index.html trunk/apps/pyFreenet/html/private/indices.html trunk/apps/pyFreenet/html/private/sitemgr-module.html trunk/apps/pyFreenet/html/private/sitemgr.SiteMgr-class.html trunk/apps/pyFreenet/html/private/trees.html trunk/apps/pyFreenet/html/public/SimpleXMLRPCServer.SimpleXMLRPCDispatcher-class.html trunk/apps/pyFreenet/html/public/SimpleXMLRPCServer.SimpleXMLRPCServer-class.html trunk/apps/pyFreenet/html/public/SocketServer.TCPServer-class.html trunk/apps/pyFreenet/html/public/SocketServer.ThreadingMixIn-class.html trunk/apps/pyFreenet/html/public/exceptions.Exception-class.html trunk/apps/pyFreenet/html/public/fcp-module.html trunk/apps/pyFreenet/html/public/fcp.ConnectionRefused-class.html trunk/apps/pyFreenet/html/public/fcp.FCPException-class.html trunk/apps/pyFreenet/html/public/fcp.FCPGetFailed-class.html trunk/apps/pyFreenet/html/public/fcp.FCPNodeConnection-class.html trunk/apps/pyFreenet/html/public/fcp.FCPProtocolError-class.html trunk/apps/pyFreenet/html/public/fcp.FCPPutFailed-class.html trunk/apps/pyFreenet/html/public/fcp.JobTicket-class.html trunk/apps/pyFreenet/html/public/fcpxmlrpc-module.html trunk/apps/pyFreenet/html/public/fcpxmlrpc.FCPXMLRPCServer-class.html trunk/apps/pyFreenet/html/public/fcpxmlrpc.FreenetXMLRPCRequestHandler-class.html trunk/apps/pyFreenet/html/public/frames.html trunk/apps/pyFreenet/html/public/help.html trunk/apps/pyFreenet/html/public/index.html trunk/apps/pyFreenet/html/public/indices.html trunk/apps/pyFreenet/html/public/sitemgr-module.html trunk/apps/pyFreenet/html/public/sitemgr.SiteMgr-class.html trunk/apps/pyFreenet/html/public/trees.html trunk/apps/pyFreenet/updatesites.py Log: Added release files, README, INSTALL etc This checkpoint constitutes the first official release of PyFCP, onto the freesite: freenet:USK at yhAqcwNdN1y1eyRQQwZfhu4dpn-tPNlZMeNRZxEg1bM%2czBUodpjtZdJvzWmwYKgr8jO5V-yKxZvetsr8tADNg2U%2cAQABAAE/pyfcp/1/ Added: trunk/apps/pyFreenet/AUTHORS =================================================================== --- trunk/apps/pyFreenet/AUTHORS 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/AUTHORS 2006-05-13 07:20:25 UTC (rev 8688) @@ -0,0 +1,6 @@ +The PyFCP modules and scripts were written +by David McNab (aum) in May, 2006. + +Contact the author at: + david at freenet.org.nz + Added: trunk/apps/pyFreenet/BUGS =================================================================== --- trunk/apps/pyFreenet/BUGS 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/BUGS 2006-05-13 07:20:25 UTC (rev 8688) @@ -0,0 +1,5 @@ + +Bugs: + - no support for persistent operations + - probably heaps of other bugs + Added: trunk/apps/pyFreenet/CHANGELOG =================================================================== --- trunk/apps/pyFreenet/CHANGELOG 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/CHANGELOG 2006-05-13 07:20:25 UTC (rev 8688) @@ -0,0 +1,7 @@ + +Revision history for PyFCP + +- Version 0.1.1 + - 2006-May-13 + - First packaged release + Added: trunk/apps/pyFreenet/COPYING =================================================================== --- trunk/apps/pyFreenet/COPYING 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/COPYING 2006-05-13 07:20:25 UTC (rev 8688) @@ -0,0 +1,14 @@ + +The PyFCP files are released under the +GNU Lesser General Public License (LGPL). + +A copy of this license document is available from: + http://www.gnu.org + +No warranty is given or even implied, as to the +safety, security, reliability or functionality +of this software. + +You are free to use, copy, modify and distribute +this software within the terms of the LGPL license. + Added: trunk/apps/pyFreenet/INSTALL =================================================================== --- trunk/apps/pyFreenet/INSTALL 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/INSTALL 2006-05-13 07:20:25 UTC (rev 8688) @@ -0,0 +1,21 @@ +INSTALL file for PyFCP + +System requirements: + +The basic core library fcp.py, as well as the XML-RPC server +fcpxmlrpc.py, and sitemgr.py, all require: + + - Python2.3 or later + - access to a freenet FCP port, on same or other machine + +The freesite insertion script updatesites.py also requires: + - *nix environment + - knowledge of where your freenet software is installed + +We recommend that you copy fcp.py and fcpxmlrpc.py to +somewhere on your python sys.path +(eg, /usr/lib/python2.3/site-packages). + +Alternatively, you could just have them in the same +directory as your application, and import them from there + Added: trunk/apps/pyFreenet/README =================================================================== --- trunk/apps/pyFreenet/README 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/README 2006-05-13 07:20:25 UTC (rev 8688) @@ -0,0 +1,23 @@ +README file for PyFCP + +PyFCP is a Python client library for Freenet FCP that aims +to be easy to use, yet flexible enough to accomodate a wide range +of programming mind-sets. + +This PyFCP release includes: + + - core fcp.py library module + + - fcpxmlrpc.py - a server that exposes the basic FCP primitives + over an XML-RPC connection + + - sitemgr.py - a utility for freesite insertion + + - updatesites.py - a cron-able wrapper for sitemgr.py + + - start.sh and stop.sh - short scripts to start/stop freenet, + that can be executed in a plain shell cron environment + +Refer to the API documentation in the 'html' directory +for detailed information. + Modified: trunk/apps/pyFreenet/code.leo =================================================================== --- trunk/apps/pyFreenet/code.leo 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/code.leo 2006-05-13 07:20:25 UTC (rev 8688) @@ -9,6 +9,15 @@ <find_panel_settings/> <vnodes> <v t="aum.20060506215300" a="E"><vh>PyFCP</vh></v> +<v t="aum.20060513180215" a="E"><vh>Release files</vh> +<v t="aum.20060513180215.1" tnodeList="aum.20060513180215.1"><vh>@nosent README</vh></v> +<v t="aum.20060513180716" tnodeList="aum.20060513180716"><vh>@nosent INSTALL</vh></v> +<v t="aum.20060513180932" tnodeList="aum.20060513180932"><vh>@nosent AUTHORS</vh></v> +<v t="aum.20060513181137" tnodeList="aum.20060513181137"><vh>@nosent COPYING</vh></v> +<v t="aum.20060513181205" tnodeList="aum.20060513181205"><vh>@nosent BUGS</vh></v> +<v t="aum.20060513181313" tnodeList="aum.20060513181313"><vh>@nosent CHANGELOG</vh></v> +<v t="aum.20060513182312" a="V" tnodeList="aum.20060513182312"><vh>@nosent release.py</vh></v> +</v> <v t="aum.20060513073239" a="E"><vh>Main library module</vh> <v t="aum.20060506215707" tnodeList="aum.20060506215707,aum.20060506215707.1,aum.20060506220237,aum.20060506215707.2,aum.20060506215707.3,aum.20060506220237.1,aum.20060506220237.2,aum.20060506224238,aum.20060506231352.1,aum.20060506231352,aum.20060507003931,aum.20060511001853,aum.20060511205201,aum.20060506232639,aum.20060506232639.1,aum.20060511222538,aum.20060512101715,aum.20060511205201.1,aum.20060511205201.2,aum.20060506223545,aum.20060506224238.1,aum.20060506231352.2,aum.20060506220856,aum.20060506222005,aum.20060507124316,aum.20060511103841,aum.20060511103841.1,aum.20060511103952,aum.20060511103952.1,aum.20060512181209,aum.20060512102840,aum.20060509184020.1,aum.20060509184020.2,aum.20060509224119,aum.20060509224221"><vh>@nosent fcp.py</vh> <v t="aum.20060506215707.1"><vh>imports</vh></v> @@ -93,7 +102,7 @@ </v> <v t="aum.20060512140230" tnodeList="aum.20060512140230"><vh>@nosent updatesites.py</vh></v> <v t="aum.20060513073239.3" tnodeList="aum.20060513073239.3"><vh>@nosent start.sh</vh></v> -<v t="aum.20060513073239.4" a="V" tnodeList="aum.20060513073239.4"><vh>@nosent stop.sh</vh></v> +<v t="aum.20060513073239.4" tnodeList="aum.20060513073239.4"><vh>@nosent stop.sh</vh></v> </v> <v t="aum.20060513073239.5" a="E"><vh>Test files</vh> <v t="aum.20060511003500" tnodeList="aum.20060511003500"><vh>@file test.py</vh></v> @@ -6787,7 +6796,7 @@ startingFreenet = True os.chdir(freenetDir) print "Starting freenet..." - print commands.getstatusoutput("%s/start.sh &" % freenetDir) + print os.system("%s/start.sh &" % freenetDir) print "Letting node settle for %s seconds..." % startupTime time.sleep(startupTime) else: @@ -6970,5 +6979,137 @@ </t> <t tx="aum.20060513073239.5"></t> <t tx="aum.20060513073239.6"></t> +<t tx="aum.20060513180215"></t> +<t tx="aum.20060513180215.1">@nocolor +README file for PyFCP + +PyFCP is a Python client library for Freenet FCP that aims +to be easy to use, yet flexible enough to accomodate a wide range +of programming mind-sets. + +This PyFCP release includes: + + - core fcp.py library module + + - fcpxmlrpc.py - a server that exposes the basic FCP primitives + over an XML-RPC connection + + - sitemgr.py - a utility for freesite insertion + + - updatesites.py - a cron-able wrapper for sitemgr.py + + - start.sh and stop.sh - short scripts to start/stop freenet, + that can be executed in a plain shell cron environment + +Refer to the API documentation in the 'html' directory +for detailed information. + +</t> +<t tx="aum.20060513180716">@nocolor +INSTALL file for PyFCP + +System requirements: + +The basic core library fcp.py, as well as the XML-RPC server +fcpxmlrpc.py, and sitemgr.py, all require: + + - Python2.3 or later + - access to a freenet FCP port, on same or other machine + +The freesite insertion script updatesites.py also requires: + - *nix environment + - knowledge of where your freenet software is installed + +We recommend that you copy fcp.py and fcpxmlrpc.py to +somewhere on your python sys.path +(eg, /usr/lib/python2.3/site-packages). + +Alternatively, you could just have them in the same +directory as your application, and import them from there + +</t> +<t tx="aum.20060513180932">@nocolor +The PyFCP modules and scripts were written +by David McNab (aum) in May, 2006. + +Contact the author at: + david at freenet.org.nz + +</t> +<t tx="aum.20060513181137">@nocolor + +The PyFCP files are released under the +GNU Lesser General Public License (LGPL). + +A copy of this license document is available from: + http://www.gnu.org + +No warranty is given or even implied, as to the +safety, security, reliability or functionality +of this software. + +You are free to use, copy, modify and distribute +this software within the terms of the LGPL license. + +</t> +<t tx="aum.20060513181205">@nocolor + +Bugs: + - no support for persistent operations + - probably heaps of other bugs + +</t> +<t tx="aum.20060513181313">@nocolor + +Revision history for PyFCP + +- Version 0.1.1 + - 2006-May-13 + - First packaged release + +</t> +<t tx="aum.20060513182312">@first #!/usr/bin/env python + +import sys, os, commands + +version = "0.1" +releaseDir = "pyfcp-%s" % version +tarball = releaseDir + ".tar.gz" + +freesiteDir = "/thoth/home/david/freenet/mysites/pyfcp" + +file("release.log", "w").close() + +def sh(cmd): + f = file("release.log", "a") + f.write("Executing:\n %s\n" % cmd) + s = commands.getoutput(cmd) + f.write(s) + f.close() + +files = [ + "AUTHORS", "README", "INSTALL", "COPYING", "BUGS", "CHANGELOG", + "fcp.py", "fcpxmlrpc.py", "sitemgr.py", + "updatesites.py", "start.sh", "stop.sh", + "html", + ] + +print "Creating release directory..." +sh("rm -rf %s" % releaseDir) +os.mkdir(releaseDir) + +print "Generate doco..." +sh("epydoc -n \"PyFCP API Manual\" -o html fcp.py sitemgr.py fcpxmlrpc.py") + +print "Copying release files..." +sh("cp -r %s %s" % (" ".join(files), releaseDir)) + +print "Creating tarball..." +sh("tar cfz %s %s" % (tarball, releaseDir)) + +print "Releasing tarball to freesite..." +sh("cp -r %s %s" % (tarball, freesiteDir)) + +</t> </tnodes> </leo_file> Modified: trunk/apps/pyFreenet/html/index.html =================================================================== --- trunk/apps/pyFreenet/html/index.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/index.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head> - <title> PyFCP - Python client interface to Freenet FCP </title> + <title> PyFCP API Manual </title> </head> <frameset cols="20%,80%"> <frameset rows="30%,70%"> Modified: trunk/apps/pyFreenet/html/private/SimpleXMLRPCServer.SimpleXMLRPCDispatcher-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/SimpleXMLRPCServer.SimpleXMLRPCDispatcher-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/SimpleXMLRPCServer.SimpleXMLRPCDispatcher-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -301,7 +301,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -309,7 +309,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/SimpleXMLRPCServer.SimpleXMLRPCServer-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/SimpleXMLRPCServer.SimpleXMLRPCServer-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/SimpleXMLRPCServer.SimpleXMLRPCServer-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -224,7 +224,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -232,7 +232,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/SocketServer.BaseServer-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/SocketServer.BaseServer-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/SocketServer.BaseServer-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -270,7 +270,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -278,7 +278,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/SocketServer.TCPServer-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/SocketServer.TCPServer-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/SocketServer.TCPServer-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -374,7 +374,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -382,7 +382,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/SocketServer.ThreadingMixIn-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/SocketServer.ThreadingMixIn-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/SocketServer.ThreadingMixIn-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -149,7 +149,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -157,7 +157,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/exceptions.Exception-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/exceptions.Exception-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/exceptions.Exception-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -78,7 +78,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -86,7 +86,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcp-module.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcp-module.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcp-module.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -450,7 +450,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -458,7 +458,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcp.ConnectionRefused-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcp.ConnectionRefused-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcp.ConnectionRefused-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -81,7 +81,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -89,7 +89,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcp.FCPException-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcp.FCPException-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcp.FCPException-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -85,7 +85,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -93,7 +93,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcp.FCPGetFailed-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcp.FCPGetFailed-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcp.FCPGetFailed-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -83,7 +83,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -91,7 +91,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcp.FCPNodeConnection-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcp.FCPNodeConnection-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcp.FCPNodeConnection-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -642,7 +642,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -650,7 +650,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcp.FCPProtocolError-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcp.FCPProtocolError-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcp.FCPProtocolError-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -83,7 +83,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -91,7 +91,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcp.FCPPutFailed-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcp.FCPPutFailed-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcp.FCPPutFailed-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -83,7 +83,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -91,7 +91,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcp.JobTicket-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcp.JobTicket-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcp.JobTicket-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -170,7 +170,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -178,7 +178,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcpxmlrpc-module.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcpxmlrpc-module.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcpxmlrpc-module.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -177,7 +177,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -185,7 +185,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcpxmlrpc.FCPXMLRPCServer-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcpxmlrpc.FCPXMLRPCServer-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcpxmlrpc.FCPXMLRPCServer-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -286,7 +286,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -294,7 +294,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/fcpxmlrpc.FreenetXMLRPCRequestHandler-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/fcpxmlrpc.FreenetXMLRPCRequestHandler-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/fcpxmlrpc.FreenetXMLRPCRequestHandler-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -134,7 +134,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -142,7 +142,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/frames.html =================================================================== --- trunk/apps/pyFreenet/html/private/frames.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/frames.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head> - <title> PyFCP - Python client interface to Freenet FCP </title> + <title> PyFCP API Manual </title> </head> <frameset cols="20%,80%"> <frameset rows="30%,70%"> Modified: trunk/apps/pyFreenet/html/private/help.html =================================================================== --- trunk/apps/pyFreenet/html/private/help.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/help.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -37,7 +37,7 @@ <center><h2> API Documentation </h2></center> <p> This document contains the API (Application Programming Interface) -documentation for PyFCP - Python client interface to Freenet FCP. Documentation for the Python +documentation for PyFCP API Manual. Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees @@ -217,7 +217,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -225,7 +225,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/index.html =================================================================== --- trunk/apps/pyFreenet/html/private/index.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/index.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head> - <title> PyFCP - Python client interface to Freenet FCP </title> + <title> PyFCP API Manual </title> </head> <frameset cols="20%,80%"> <frameset rows="30%,70%"> Modified: trunk/apps/pyFreenet/html/private/indices.html =================================================================== --- trunk/apps/pyFreenet/html/private/indices.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/indices.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -253,6 +253,8 @@ <td>Method in class <a href="SocketServer.TCPServer-class.html"><code>SocketServer.TCPServer</code></a></td></tr> <tr><td width="15%"><a href="fcp.FCPNodeConnection-class.html#shutdown"><code>shutdown</code></a></td> <td>Method in class <a href="fcp.FCPNodeConnection-class.html"><code>fcp.FCPNodeConnection</code></a></td></tr> + <tr><td width="15%"><a href="sitemgr.SiteMgr-class.html#shutdown"><code>shutdown</code></a></td> + <td>Method in class <a href="sitemgr.SiteMgr-class.html"><code>sitemgr.SiteMgr</code></a></td></tr> <tr><td width="15%"><a href="fcp-module.html#SILENT"><code>SILENT</code></a></td> <td>Variable in module <a href="fcp-module.html"><code>fcp</code></a></td></tr> <tr><td width="15%"><a href="SimpleXMLRPCServer.SimpleXMLRPCDispatcher-class.html"><code>SimpleXMLRPCDispatcher</code></a></td> @@ -312,7 +314,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -320,7 +322,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/sitemgr-module.html =================================================================== --- trunk/apps/pyFreenet/html/private/sitemgr-module.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/sitemgr-module.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -177,7 +177,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -185,7 +185,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/sitemgr.SiteMgr-class.html =================================================================== --- trunk/apps/pyFreenet/html/private/sitemgr.SiteMgr-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/sitemgr.SiteMgr-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -78,6 +78,9 @@ <br /> Saves the amended config file to disk</td></tr> <tr><td align="right" valign="top" width="15%"><font size="-1"> </font></td> + <td><code><a name="shutdown"></a><span class="summary-sig"><span class="summary-sig-name">shutdown</span>(<span class=summary-sig-arg>self</span>)</span></code> +</td></tr> +<tr><td align="right" valign="top" width="15%"><font size="-1"> </font></td> <td><code><span class="summary-sig"><a href="sitemgr.SiteMgr-class.html#update" class="summary-sig-name"><code>update</code></a>(<span class=summary-sig-arg>self</span>)</span></code> <br /> Insert/update all registered freesites</td></tr> @@ -158,7 +161,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -166,7 +169,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/private/trees.html =================================================================== --- trunk/apps/pyFreenet/html/private/trees.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/private/trees.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -112,7 +112,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -120,7 +120,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/SimpleXMLRPCServer.SimpleXMLRPCDispatcher-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/SimpleXMLRPCServer.SimpleXMLRPCDispatcher-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/SimpleXMLRPCServer.SimpleXMLRPCDispatcher-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -250,7 +250,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -258,7 +258,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/SimpleXMLRPCServer.SimpleXMLRPCServer-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/SimpleXMLRPCServer.SimpleXMLRPCServer-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/SimpleXMLRPCServer.SimpleXMLRPCServer-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -178,7 +178,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -186,7 +186,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/SocketServer.TCPServer-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/SocketServer.TCPServer-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/SocketServer.TCPServer-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -340,7 +340,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -348,7 +348,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/SocketServer.ThreadingMixIn-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/SocketServer.ThreadingMixIn-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/SocketServer.ThreadingMixIn-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -149,7 +149,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -157,7 +157,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/exceptions.Exception-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/exceptions.Exception-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/exceptions.Exception-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -78,7 +78,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -86,7 +86,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcp-module.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcp-module.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcp-module.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -450,7 +450,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -458,7 +458,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcp.ConnectionRefused-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcp.ConnectionRefused-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcp.ConnectionRefused-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -81,7 +81,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -89,7 +89,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcp.FCPException-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcp.FCPException-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcp.FCPException-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -85,7 +85,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -93,7 +93,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcp.FCPGetFailed-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcp.FCPGetFailed-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcp.FCPGetFailed-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -83,7 +83,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -91,7 +91,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcp.FCPNodeConnection-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcp.FCPNodeConnection-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcp.FCPNodeConnection-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -428,7 +428,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -436,7 +436,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcp.FCPProtocolError-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcp.FCPProtocolError-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcp.FCPProtocolError-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -83,7 +83,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -91,7 +91,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcp.FCPPutFailed-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcp.FCPPutFailed-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcp.FCPPutFailed-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -83,7 +83,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -91,7 +91,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcp.JobTicket-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcp.JobTicket-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcp.JobTicket-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -153,7 +153,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -161,7 +161,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcpxmlrpc-module.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcpxmlrpc-module.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcpxmlrpc-module.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -177,7 +177,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -185,7 +185,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcpxmlrpc.FCPXMLRPCServer-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcpxmlrpc.FCPXMLRPCServer-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcpxmlrpc.FCPXMLRPCServer-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -246,7 +246,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -254,7 +254,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/fcpxmlrpc.FreenetXMLRPCRequestHandler-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/fcpxmlrpc.FreenetXMLRPCRequestHandler-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/fcpxmlrpc.FreenetXMLRPCRequestHandler-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -134,7 +134,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -142,7 +142,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/frames.html =================================================================== --- trunk/apps/pyFreenet/html/public/frames.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/frames.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head> - <title> PyFCP - Python client interface to Freenet FCP </title> + <title> PyFCP API Manual </title> </head> <frameset cols="20%,80%"> <frameset rows="30%,70%"> Modified: trunk/apps/pyFreenet/html/public/help.html =================================================================== --- trunk/apps/pyFreenet/html/public/help.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/help.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -37,7 +37,7 @@ <center><h2> API Documentation </h2></center> <p> This document contains the API (Application Programming Interface) -documentation for PyFCP - Python client interface to Freenet FCP. Documentation for the Python +documentation for PyFCP API Manual. Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees @@ -217,7 +217,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -225,7 +225,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/index.html =================================================================== --- trunk/apps/pyFreenet/html/public/index.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/index.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head> - <title> PyFCP - Python client interface to Freenet FCP </title> + <title> PyFCP API Manual </title> </head> <frameset cols="20%,80%"> <frameset rows="30%,70%"> Modified: trunk/apps/pyFreenet/html/public/indices.html =================================================================== --- trunk/apps/pyFreenet/html/public/indices.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/indices.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -207,6 +207,8 @@ <td>Method in class <a href="SocketServer.TCPServer-class.html"><code>SocketServer.TCPServer</code></a></td></tr> <tr><td width="15%"><a href="fcp.FCPNodeConnection-class.html#shutdown"><code>shutdown</code></a></td> <td>Method in class <a href="fcp.FCPNodeConnection-class.html"><code>fcp.FCPNodeConnection</code></a></td></tr> + <tr><td width="15%"><a href="sitemgr.SiteMgr-class.html#shutdown"><code>shutdown</code></a></td> + <td>Method in class <a href="sitemgr.SiteMgr-class.html"><code>sitemgr.SiteMgr</code></a></td></tr> <tr><td width="15%"><a href="fcp-module.html#SILENT"><code>SILENT</code></a></td> <td>Variable in module <a href="fcp-module.html"><code>fcp</code></a></td></tr> <tr><td width="15%"><a href="SimpleXMLRPCServer.SimpleXMLRPCDispatcher-class.html"><code>SimpleXMLRPCDispatcher</code></a></td> @@ -264,7 +266,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -272,7 +274,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/sitemgr-module.html =================================================================== --- trunk/apps/pyFreenet/html/public/sitemgr-module.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/sitemgr-module.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -177,7 +177,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -185,7 +185,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/sitemgr.SiteMgr-class.html =================================================================== --- trunk/apps/pyFreenet/html/public/sitemgr.SiteMgr-class.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/sitemgr.SiteMgr-class.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -78,6 +78,9 @@ <br /> Saves the amended config file to disk</td></tr> <tr><td align="right" valign="top" width="15%"><font size="-1"> </font></td> + <td><code><a name="shutdown"></a><span class="summary-sig"><span class="summary-sig-name">shutdown</span>(<span class=summary-sig-arg>self</span>)</span></code> +</td></tr> +<tr><td align="right" valign="top" width="15%"><font size="-1"> </font></td> <td><code><span class="summary-sig"><a href="sitemgr.SiteMgr-class.html#update" class="summary-sig-name"><code>update</code></a>(<span class=summary-sig-arg>self</span>)</span></code> <br /> Insert/update all registered freesites</td></tr> @@ -158,7 +161,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -166,7 +169,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/html/public/trees.html =================================================================== --- trunk/apps/pyFreenet/html/public/trees.html 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/html/public/trees.html 2006-05-13 07:20:25 UTC (rev 8688) @@ -19,7 +19,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -100,7 +100,7 @@ <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center"> <p class="nomargin"> - PyFCP - Python client interface to Freenet FCP + PyFCP API Manual </p></th></tr></table> </th> </tr> @@ -108,7 +108,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri May 12 19:09:59 2006</font></td> + <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat May 13 18:31:10 2006</font></td> <td align="right"><a href="http://epydoc.sourceforge.net" ><font size="-2">http://epydoc.sf.net</font></a></td> </tr> Modified: trunk/apps/pyFreenet/updatesites.py =================================================================== --- trunk/apps/pyFreenet/updatesites.py 2006-05-13 00:02:33 UTC (rev 8687) +++ trunk/apps/pyFreenet/updatesites.py 2006-05-13 07:20:25 UTC (rev 8688) @@ -32,7 +32,7 @@ startingFreenet = True os.chdir(freenetDir) print "Starting freenet..." - print commands.getstatusoutput("%s/start.sh &" % freenetDir) + print os.system("%s/start.sh &" % freenetDir) print "Letting node settle for %s seconds..." % startupTime time.sleep(startupTime) else:
