Mat Kelly

Results 550 comments of Mat Kelly

@ibnesayeed Please document here the alternative Prefer semantics you described to me verbally in lieu of having a CDXJ endpoint.

@ibnesayeed `-h` is for help. What do you recommend for an appropriate flag to align with the custom port specification for replay?

Proposal: just implement the `--host` flag initially to get the functionality in-place.

[MemGator](https://github.com/oduwsdl/MemGator) uses `-H` as well as `--host`.

There may be a potential caveat in using `request.headers.get('headerName')` from flask if multiple Prefers are used. For example: `curl -H "Prefer: radon" -H "Prefer: dukes" http://localhost:5000/memento/20130202100000/memento.us/` when printing `request.headers.get('Prefer')` for...

`request.headers.getlist('prefer')` even seems to only return one value (`[u'dukes']`) despite two being specified in the above curl command.

Hi @DonaldTsang. Thanks for your suggestions! Is there some particular aspect or feature of the IPFS WebUI that you think would be useful to communicate with from ipwb? While I...

@DonaldTsang ipwb is "A distributed and persistent archive replay system using IPFS", not a tool to perform the preservation process.

Providing ipwb as a stand-alone binary is redundant of #72.

@DonaldTsang Ultimately, perhaps, but the current scope of ipwb is the WARC↔IPFS component. Plenty of other tools perform the WWW→WARC task (preservation) and WARC→(archived version of)WWW task (replay). On your...