Dev Random wrote:
> 
> * HTML rewriting
> 
> In addition to rewriting Directory documents as HTML, the Adapter is also
> able to rewrite any HTML that passes through it, replacing references
> to the freenet URL scheme with HTTP references to itself.
> 
> For example, "freenet://<key1>.svk/docs/traffic.html" would be rewritten
> to "http://localhost:7777/get?url=//<key1>.svk/docs/traffic.html".
> Relative URLs would be rewritten apropriately.
> 
> This means that any web page (on Freenet or off) can embed Freenet urls
> and they will work if the page is viewed through the proxy.
> 

This is a good idea, but when a user saves a file to disk, the rewritten URIs 
would
remain. This means, that if the user then e-mails a friend the document, the 
URLs will
still include the localhost bit, which we dont want.

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to