Doesn't work. Not with 1.0.4 anyway.
On Thu, Nov 02, 2006 at 11:36:54AM +0000, Michael Rogers wrote: > toad wrote: > >How do you get Firefox to detect that a USK is a USK and feed it to > >Freenet? Anyone got a HOWTO we could include? > > I don't know if it's possible to detect "USK at blah", but you can set up a > URL handler for "freenet:USK at blah" quite easily: > > * In Firefox, go to about:config > * Right click and select New -> String > * Enter the preference name: "network.protocol-handler.app.freenet" > * Enter the preference value: "/path/to/script" > > The script will be called with the URL (including the freenet: prefix) > as an argument. My script looks like this: > > #!/bin/bash > /usr/bin/firefox "http://localhost:8888/$1" > > If your node's running on another machine you can modify the script > accordingly, but bear in mind that your connection to the other machine > won't be encrypted. > > Cheers, > Michael > _______________________________________________ > Tech mailing list > Tech at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/tech > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/tech/attachments/20061102/29fac937/attachment.pgp>
