> 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
_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to