Saectar / memento-browser

Automatically exported from code.google.com/p/memento-browser
0 stars 0 forks source link

Lacking support for TimeMap pagination #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the May version of the RFC draft, a new Memento feature includes the ability 
to have a TimeMap point to other TimeMaps. See:

http://www.mementoweb.org/guide/rfc/ID/#rfc.figure.24

http://www.mementoweb.org/guide/rfc/ID/#rfc.figure.25

The Android and iOS apps do not support this feature.

Original issue reported on code.google.com by tronma...@gmail.com on 28 Aug 2012 at 4:01

GoogleCodeExporter commented 8 years ago
Does a concrete example currently exist in the wild of a timemap that points 
only to other timemaps and no mementos?

Original comment by m...@matkelly.com on 15 Oct 2012 at 7:47

GoogleCodeExporter commented 8 years ago
This is now called "Paging Timemaps", and you can read about it here:

http://www.mementoweb.org/guide/rfc/ID/#Pattern6-IP

Here is an example:

$ curl http://mementoproxy.lanl.gov/aggr/timemap/link/1/http://www.cnn.com/

produces a large number of Mementos, and the last line points to another 
timemap:

<http://mementoproxy.lanl.gov/aggr/timemap/link/10001/http://www.cnn.com/>;rel="
timemap"; type="application/link-format"; from ="Wed, 18 Jan 2012 08:28:52 UTC"

I've added this functionality to the Android version (due out soon), but iOS 
still doesn't support it. 

Original comment by fmcc...@harding.edu on 26 Jun 2013 at 4:51