oduwsdl / MemGator

A Memento Aggregator CLI and Server in Go
https://memgator.cs.odu.edu/api.html
MIT License
56 stars 11 forks source link

Support archives that do not provide a Link memento endpoint #116

Open machawk1 opened 5 years ago

machawk1 commented 5 years ago

No such archive currently exists. As discussed in-person, all archives that implement Memento do so with initial support of the Link syntax, which is heavily coupled with Memento.

Other TimeMap formats exist and MemGator writes 'em, but cannot read them. This ticket represents a request for support of MemGator reading other TimeMap formats as its basis...even if the archive does support Link.

It might be helpful to identify what sort of the MemGator logic could be potentially skipped with regard to Link TimeMap parsing if this were implemented.