Mat Kelly

Results 434 issues of Mat Kelly

Per offline discussion, a summary might look like ``` com.twitter)/ 252/18 com.cnn/news/* 10/3 com.coom/sports/* 0 ``` Where the first number represents the number of URI-Ms with the respective SURT and...

enhancement

Stemming from the discussion in https://github.com/datatogether/roadmap/issues/79, ipwb is MIT but uses some https://github.com/webrecorder/pywb modules, the latter being GPLv3. There have been numerous discussions in this repo of decoupling ipwb from...

Meta

![screen shot 2018-08-14 at 5 27 53 pm](https://user-images.githubusercontent.com/2514780/44119516-7c11b0e6-9fe7-11e8-98da-65f7fe055446.png) This is testing with docker, so the paths are a bit longer but really any long path will cause this. Note the...

bug
ipwb replay
UI/UX/Accessibility

Use https://github.com/oduwsdl/ORS/wiki/CDXJ as a basis, except there is a newer version that has a different symbol (# ?) at the start of the metadata line. Does a library or explicit...

enhancement

Per comments in #212, administrative functionality should not be available to anyone who can access the ipwb replay web interface. @ibnesayeed offered a suggestion of having an `/admin/` endpoint. That...

enhancement
Privacy/Security/Encryption
ipwb replay

The ServiceWorker that is included in the ipwb replay system requires either HTTPS or localhost (potentially using HTTP) to function by design. When using Proxy mode and HTTP on localhost,...

bug
serviceWorker ⚙
proxy mode

In #436 we introduced the ability to upload WARCs to the replay system from the replay interface. In a #506 (suggestion to allow users to download the index) comment, @ibnesayeed...

enhancement
ipwb indexer
ipwb replay

Python has a couple of [Dockerfiles](https://hub.docker.com/_/python/) to accomplish this. TravisCI supports Docker for testing. To ensure consistency, we ought to have automated testing that runs on Windows in addition to...

testing
Docker 🐳

My interpretation of what was verbally proposed by @ibnesayeed: #213 says we will separate the admin interface from the main replay page. There were also enhancements to allow the user/admin...

enhancement
ipwb replay

How is this project organized? How can one get acquainted with the codebase to contribute fixes and features. Document this and make it available in the repo. See https://gist.github.com/PurpleBooth/b24679402957c63ec426 for...

Meta
Quick-fix🏃