Mat Kelly
Mat Kelly
Service looks to require login credentials (freely obtained).
https://github.com/oduwsdl/archivenow, since created, does this. However, I believe it requires a manual process to first obtain a key for Perma. More research needs to be done as to whether this...

Relates to #6, as customizing the dropdowns gets weird with native CSS.
Reiterated by HVDS in July 2015.
Icons for archives exist in the XML @ LANL: http://labs.mementoweb.org/aggregator_config/archivelist.xml
 This works with the `select2` library but the CSS is weird because of the shadow DOM
This might be attributed to the redirect not following the same origin policy, e.g., http://mementoweb.org/proxy/mediawiki/timegate/http://ws-dl-05.cs.odu.edu/demo-headers/index.php/Seven_Kingdoms forwards to http://ws-dl-05.cs.odu.edu/demo-headers/index.php?title=Seven_Kingdoms&oldid=107221
curl -I "http://ws-dl-05.cs.odu.edu/demo-headers/index.php/Seven_Kingdoms" ``` HTTP/1.1 200 OK ... Link: ; rel="http://mementoweb.org/terms/api/mediawiki/", ; rel="timegate" ... ``` Timegate: http://mementoweb.org/proxy/mediawiki/timegate/http://ws-dl-05.cs.odu.edu/demo-headers/index.php/Seven_Kingdoms curl -I "http://mementoweb.org/proxy/mediawiki/timegate/http://ws-dl-05.cs.odu.edu/demo-headers/index.php/Seven_Kingdoms" ``` HTTP/1.1 302 Found ... Vary: negotiate,accept-datetime Link: ;rel="original",;rel="timemap";type="application/link-format",;datetime="Fri, 27...