Segnalo
FreezePage, trovato per caso consultando il sito del
CICAP.
Il suddetto sito fornisce un servizio molto simpatico: crea una copia di una data pagina web, archiviandola con la relativa data di freezing.
Il CICAP lo utilizza per "immortalare" pagine i cui contenuti potrebbero essere volontariamente cambiati o, nel peggiore dei casi, cancellati; tuttavia lo si potrebbe utilizzare anche per fare vere e proprie copie "di backup" di pagine web.
Sarebbe interessante poter avere un'integrazione con Delicious...
Ottimo ottimo. L'integrazione con Delicious si potrebbe avere sfruttendo le API di quest'ultimo e questo codice qua sotto:
GeSHi (html4strict):
<a href="http://www.freezepage.com/partner.cgi" target="_blank" title="Click to save this Web page for your records.
This is a free service from FreezePage.com. A new window will open up automatically."
onClick="if(window.document.location.href.indexOf('freezepage')==-1){return true;}else{alert('This page has already been frozen');return false;}">
<img src="/images/freezepage.gif" width="88" height="31" border="1" style="border:solid 1px black;">
</a>Created by GeSHI 1.0.7.20
https://api.del.icio.us/v1/posts/add?Add a post to DeliciousArguments
&url={URL} (required) the url of the item.
&description={...} (required) the description of the item.
&extended={...} (optional) notes for the item.
&tags={...} (optional) tags for the item (space delimited).
&dt={CCYY-MM-DDThh:mm:ssZ} (optional) datestamp of the item (format "CCYY-MM-DDThh:mm:ssZ"). Requires a LITERAL "T" and "Z" like in ISO8601 at
http://www.cl.cam.ac.uk/~mgk25/iso-time.html for example: "1984-09-01T14:21:31Z"
&replace=no (optional) don't replace post if given url has already been posted.
&shared=no (optional) make the item private
Example ResponseIf the post was successful:
<result code="done" />
If the post failed:
<result code="something went wrong" />
http://delicious.com/help/api#posts_add
Bisogna unire il codice sopra con il link a Delicious, anche se non ho ben chiaro cosa fare. Secondo me servirebbe un hack con un piccolo script jQuery che da un result false e agisce inglobando i due codici...