http://en.wikipedia.org/w/index.php?title=Web_archiving&oldid=526371727
-
can be retrieved by accessing its original URI -
http://en.wikipedia.org/wiki/Web_archiving
- and by applying datetime negotiation to it.
Datetime negotiation is similar to content negotiation, which is used frequently by browsers,
for example, to ask a server for a version of a page in a specific format e.g. HTML or PDF. Datetime negotiation asks
the server for a version with a specific date, and uses
the special purpose Accept-Datetime
HTTP header to do so.
A 101-style description of the technical underpinnings of the Memento protocol is provided in the
Introduction to Memento. The protocol details are
specified in RFC 7089.
http://lanlsource.lanl.gov/hello
, sets
the time travel date to 2012-12-15.http://en.wikipedia.org/wiki/Web_archiving
. The user right-clicks the link in an attempt to
access the version of that page that was active on 2012-12-15.http://en.wikipedia.org/w/index.php?title=Web_archiving&oldid=526371727
which was the active page
from 2012-12-04 until 2013-02-28.http://en.wikipedia.org/wiki/World_Wide_web
. The user right-clicks the link in an attempt to
access the version of that page that was active on 2012-12-15.http://en.wikipedia.org/w/index.php?title=World_Wide_Web&oldid=528224441
which was the active page
from 2012-12-15 until 2012-12-19.http://www.w3.org
. The user right-clicks the link in an attempt to
access the version of that page that was active on 2012-12-15.http://web.archive.org/web/20121218021502/http://www.w3.org
, a version of the page
available from the Internet Archive, with archival datetime 2012-12-18.http://en.wikipedia.org/w/index.php?title=World_Wide_Web&oldid=528224441
, and
scrolls down in the page.52. ^ "Web Content Accessibility Guidelines (WCAG) Overview". World Wide Web Consortium. Retrieved 7 April 2009.in which
Web Content Accessibility Guidelines (WCAG) Overview
links to
http://www.w3.org/WAI/intro/wcag.php
.http://www.w3.org/WAI/intro/wcag.php
in an attempt to
access the version of that page that was active on 2009-04-07.http://web.archive.org/web/20090401074742/http://www.w3.org/WAI/intro/wcag.php
, a version of the page
available from the Internet Archive, with archival datetime 2009-04-01.http://en.wikipedia.org/wiki/Web_archiving
:
Add an HTTP Link header with a "timegate" link that points to the proxy TimeGate. The response header would then
be as follows:
http://en.wikipedia.org/w/index.php?title=Web_archiving&oldid=526371727
:
Add an HTTP Link header with a "timegate" link that points to the proxy TimeGate and an "original" link that
points at the current page. Add the Memento-Datetime header that conveys the version datetime of the version page.
The response header would then
be as follows:
<ref name="Liar Society">{{cite web | url = http://liarsociety.tripod.com/blog/index.blog?from=20041130 | archiveurl = http://web.archive.org/web/20080206210600/http://liarsociety.tripod.com/blog/index.blog?from=20041130 | archivedate = 6 February 2008 | title = Coil: Scatology, Horse Rotorvator, Love's Secret Domain | publisher = ''Liar Society'' (2004-10-30) | accessdate= 2007-02-12 }}</ref>This reference is currently automatically rendered into HTML as follows:
<span class="reference-text"><span class="citation web"> <a rel="nofollow" class="external text" href="http://web.archive.org/web/20080206210600/http://liarsociety.tripod.com/blog/index.blog?from=20041130"> "Coil: Scatology, Horse Rotorvator, Love's Secret Domain"</a>. <i>Liar Society</i> (2004-10-30). Archived from <a rel="nofollow" class="external text" href="http://liarsociety.tripod.com/blog/index.blog?from=20041130">the original</a> on 6 February 2008<span class="reference-accessdate">. Retrieved 2007-02-12</span>.</span>But, using the
data-
extensibility mechanism for attributes
provided in HTML5,
the reference could also be rendered as follows:
<span class="reference-text"><span class="citation web"> <a rel="nofollow" class="external text" href="http://liarsociety.tripod.com/blog/index.blog?from=20041130" data-versionurl="http://web.archive.org/web/20080206210600/http://liarsociety.tripod.com/blog/index.blog?from=20041130" data-versiondate="2007-02-12"> "Coil: Scatology, Horse Rotorvator, Love's Secret Domain"</a>. <i>Liar Society</i> (2004-10-30). Archived from <a rel="nofollow" class="external text" href="http://liarsociety.tripod.com/blog/index.blog?from=20041130">the original</a> on 6 February 2008<span class="reference-accessdate">. Retrieved 2007-02-12</span>.</span>