On Fri, Oct 24, 2003 at 01:27:06PM +0100, [EMAIL PROTECTED] wrote: > > Yes, I'm still not sure why it ends up with all the CHECKED_HTTP stuff, as > > the original files contain just straight http://127.0.0.1:8888 links. > > Ah... you shouldn't do this! > If linking to in-freenet content, you should just link like: > > <a href="[EMAIL PROTECTED]"></a> > > rather than include the http://127.0.0.1:8888 > > The main reasons are > 1, some people might be using a non-local freenet (i.e. accessing > freenet's web interface through a different machine on the lan rather than > 127.0.0.1) > 2, some people use a different fproxy port (e.g. 9999 rather than 8888) > due to other software on their machine already using port 8888 > 3, Fproxy's filter will turn these links into CHECKED_HTTP :-) > 4, removing http also enables non-http access to the freesite (e.g. local > filesystem if the entire freesite has been cached) > > Enjoy. > d
Yes, through a little trial-and-error (and mainly by noting how fproxy's gateway page does it :-), I finally realized what was wrong with the html generated by the spider. The problem was that it was using http://127.0.0.1:8888 links for all the /servlet/images/aqua/* links. It's looking good now with the new version I just uploaded. Could someone please try the site again and let me know for sure that it's looking the same to the rest of the world? :-) If so, I'm going to repackage fspider.zip with the changes I made in case anyone should want to download and run their own spider. Thanks! [EMAIL PROTECTED],flaghATTIcmo6j3ic7qohg/[EMAIL PROTECTED]/DFI// -- Conrad Sabatier <[EMAIL PROTECTED]> - "In Unix veritas" _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
