Skip to content

One Comment

  1. Andy Boyko wrote:

    My understanding from discussing this with our Zoteronian mutual neighbor is that not only will this allow a Zotero user to point at an already-archived instance of a site @ IA, but also will support Zotero’s capture of a site being sent up to IA, in a sort of micro-harvesting for shared use. See also the wise Britons at HanzoWeb who offer a similar sort of social web-capture service (although it’s not answering the phone at this moment?)

    API-wise, there’s not much to the Wayback Machine (the software underneath the IA web archive) because there isn’t much else that it does — it just retrieves items by URL and date. You might see the docs for the new open-source Java wayback (which is, in theory, a drop-in replacement for the older Perl-based Wayback that I think still runs the main archive today). You hit on most of the fuzzy-date-matching thing, but there’s also wildcards in the date and the URL, as in:

    http://web.archive.org/web/*/http://www.google.com/

    which shows a ‘calendar view’ of all known captures for the URL; then, there’s wildcarding the URL suffix, as in:

    http://web.archive.org/web/*/inkdroid.org/*

    which shows all the pages from the site at all.

    Monday, December 17, 2007 at 8:02 pm | Permalink

One Trackback/Pingback

  1. Nodalities » Blog Archive » This Week’s Semantic Web on Thursday, April 17, 2008 at 10:09 am

    [...] permalinks reloaded [...]

Post a Comment

You must be logged in to post a comment.