Link Fingerprints
Posted Aug 24, 2007 13:26 UTC (Fri) by
rfunk (subscriber, #4054)
Parent article:
Google Summer of Code: Mozilla Projects
I wonder if the link fingerprints concept might get a better reception if the hash
information were moved to another attribute of the HTML <a> tag.
So instead of this:
<a href="http://mirror.com/file#hash(sha256:abc123)">
we'd write this:
<a href="http://mirror.com/file" hash="sha256:abc123">
It would lose some of the functionality (harder to pass around links with intrinsic
hash information, but would still be useful.
(
Log in to post comments)