On Wed, 2 Jul 2003, Toad wrote: > On Tue, Jul 01, 2003 at 02:24:16PM -0700, Ian Clarke wrote: > > This is all very well, but lets just get the simple functionality > > working first, then we can worry about more ambitious ways to address > > the problem. > > Prefetch of the bookmark links on > a) startup and > b) changing the bookmark links (in the config file) > Implemented in unstable build 6077. > > The question is do we want to schedule a fetch at 0:00 GMT every day, or > just on startup and changing the links in the config file?
The latter. It seems the former would be better handled by a 'third-party' tool such as FUQID. Besides, do you want to build in the assumption that DBR sites are on a 24 hour update? As for that crucial *first* first startup, i.e. the new user, add the "--newNode" option to freenet.node.Main, and run it in start-freenet.sh: if test ! -f freenet.conf; then echo It appears that this is your first time running Freenet. You echo should read the README file as it contains important instructions echo and advice. echo echo First we must generate a freenet.conf file. I will now run echo Freenet in configure mode, and it will ask you a number of echo questions. If you don\'t understand the question, hitting "enter" echo without typing anything will go with the default which is likely echo to be the right thing. echo sh preconfig.sh java freenet.node.Main --newNode <<<=== fi "--newNode" would replace "--config". "--newNode" would run "--config" and then start loading the prefetch links that would help cut down on load time. My major point here is that I think scheduled link prefetches would surely be better handled by FUQID and ilk or browsers that have it. -todd _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
