Mat Kelly
Mat Kelly
For example, SmashRun's date-based UI as well as using a UI "drawer" to not be as obtrusive on the target page.
The idea is such: If there is a massive amount of data (i.e., mementos), selection is difficult/awkward/cumbersome for the user. Currently we support dropdown (not scalable) and Miller columns. By...
Lib:https://github.com/harvesthq/chosen Demo: http://harvesthq.github.io/chosen/
The rudimentary implementation to accomplish this can be had at https://github.com/machawk1/reverseArchiveIt .
This would include the base logo behind the badge, the "no mementos found" exclamation logo, and the "viewing memento" logo, which is currently the same as the spinning icon. Per...
The [webNavigation](https://developer.chrome.com/extensions/webNavigation#event-onCommitted) API provides a hook to identify when a user had committed to a page, i.e., when loading begins and part of the initial resource has been received. This...
e.g., Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36 Mink/1.4.1 This will allow for logging on the aggregator side.
_(Based on https://github.com/oduwsdl/ipwb/issues/474)_ I am using [ipwb](https://github.com/oduwsdl/ipwb) to replay local WARCs on my own machine. The replay interface is accessible via the browser on the same machine. I deployed an...