wenn ich de Unverändertheit eines Link-Ziels sicherstellen
will,
das verstehe ich nciht, soll der angegebene hash mit dem hash
uebereinstimmen, der aus dokument, das verlinkt wurde erstellt
werden kann?
Genau. Das Hauptrproblem bei der „Haftbarkeit für Links“, das wohl doch nicht durch den pauschalen Disclaimer „mache mir nicht zu eigen“ abgewendet werden kann, ist, dass jemand die verlinkte Seite durch wtas anderes ersetzt.
Die würde durch den MD erkannt.
Mache ich noch was falsch, oder wurde dieses feture nie
richtig implementiert ??
in welchem standard soll das denn deklariert sein? hier nicht:
http://www.w3.org/TR/html401/index/attributes.html
Es war in HTML 3.0
HTML level 3.0 permits a message digest attribute on any link. This is a type of checksum, computed on the document at the end of the link. For example, suppose the document foo.html contains this link:
My last will and testament
At any time in the future, when a client fetches the bar.html, it can verify that the file it has received is identical to the one the intended by author of foo.html, by computing the message digest and comparing it to the one in bar.html. There are several message digest schemes; one called MD5 is popular.
Aus html 4.x scheint es tatsächlich rausgeflogen zu sein - warum ?
MfG
Martin