HTTP and P2P links together

Let's say I want to decouple from the Web a little.

So in my Web page I include links that point to both http: and magnet:
links. But that'll be ugly, no?

Hixie I think has answered the question, see [1].

= Summary =

Hixie: <p>See my <a href="http://first.example.com/>example</a> (<a
href="magnet:alternative.link">magnet</a>).</p>

then -

me: make it transparent

Hixie: script

Kevin Reid: interception issues

Hixie:
Just keep checking if the DNS/HTTP channel is up or down (you don't
have to check often, since it's basically always going to be up, at
least while you have any kind of connectivity at all), and when it
goes down, rewrite all the links, so they keep working wherever
they're to open. You can make it more likely to check at the right
time by triggering the check on scroll, keyboard input, and mouse
movements.

This is way beyond my scripting ability right now, anyone care to try it?

Cheers,
Danny.

[1] https://plus.google.com/112609322932428633493/posts/TSdPJTR98Sz



-- 
http://dannyayers.com

http://webbeep.it  - text to tones and back again

Received on Tuesday, 8 May 2012 22:13:45 UTC