Author: saces Date: 2008-11-02 18:48:55 +0000 (Sun, 02 Nov 2008) New Revision: 23287
Modified: trunk/apps/pyFreenetHg/ReadMe.html Log: add hints about updates over freenet Modified: trunk/apps/pyFreenetHg/ReadMe.html =================================================================== --- trunk/apps/pyFreenetHg/ReadMe.html 2008-11-02 18:11:39 UTC (rev 23286) +++ trunk/apps/pyFreenetHg/ReadMe.html 2008-11-02 18:48:55 UTC (rev 23287) @@ -90,6 +90,11 @@ fcpport = 9481 uploadkeyword = triggerword </pre> +<h3>How to deal with updates over freenet</h3> +<p>way #1<br> +use -1 instaed 1 as edition number to force the node to look for newer editions before delivering data</p> +<p>way #2<br> +add the repository USK to your bookmarks, so you get notified if a new edition is found</p> <!-- h3>eclipse</h3> <p>modified MercurialEclipse plugin (vectrace, 0.1.102) to fire fcp-createstatic and fcp-updatestatic from within eclipse</p>
