Mat Kelly
Mat Kelly
There are still too many steps required to go from a user having a WARC to get it replayed. Drag-and-drop onto the icon might help the case for this.
warc file type are draggable on both the dock icon and the Finder icon, however, the WAIL icon is black, so the "highlight" effect is not apparent. Removing the icon...
Per https://github.com/pyinstaller/pyinstaller/pull/2219 it looks like the event that should be invoked when the app is running is not done so when a file is drug onto the .app. This is...
Some pointers in "Making your Application a Drop Target for Files": https://wiki.wxpython.org/Optimizing%20for%20Mac%20OS%20X Some restructuring, maybe introducing a `WAIL` class would allow the current initialization code (below) to be able to...
Perhaps a system preference-like location would be better and provide better upgrade-ability if we anticipate a simple `.app` replacement.
It would be interesting to also allow the web interface to respond to the PWA indicators, i.e., the web application being accessible "offline" via the browser. It would be good...
More info: * https://github.com/WASAPI-Community/data-transfer-apis/tree/master/ait-specification Archive-It requires auth before any data is returned.
Crawl data (e.g., configs) could also be imported.
More details on Webrecorder's new WASAPI endpoint at https://github.com/oduwsdl/ipwb/issues/524.
I have two separate integrations in a separate repo and added native GUI elements in c2de004 rather than relying on a browser-based interface. Example separate hacky webview for posterity (adapted...