From 9d2356b7664f60c76fc1dfb98992c6e24f0e42ec Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Fri, 16 Apr 2021 22:08:07 +0900 Subject: [PATCH] Add httrack2warc utility (#104) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10914ed..405af45 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ This list of tools and software is intended to briefly describe some of the most * [har2warc](https://github.com/webrecorder/har2warc) - Convert HTTP Archive (HAR) -> Web Archive (WARC) format (Python). * [httpreserve.info](http://httpreserve.info/) - Service to return the status of a web page or save it to the Internet Archive. Returns JSON via browser or command line via CURL using GET (Golang Package). *(Stable)* * [HTTPreserve Workbench](https://github.com/httpreserve/workbench) - Tool and API to describe the status of a web page encoded in a simple JSON output describing current status, and earliest and latest links on wayback.org. Save a web page to the Internet Archive. Audit lists of URIs and output a CSV with the data described above (Golang). *(In Development)* +* [httrack2warc](https://github.com/nla/httrack2warc) - Convert HTTrack archives to WARC format (Java). * [MementoMap](https://github.com/oduwsdl/MementoMap) - A Tool to Summarize Web Archive Holdings (Python). *(In Development)* * [MemGator](https://github.com/oduwsdl/MemGator) - A Memento Aggregator CLI and Server (Golang). *(Stable)* * [node-cdxj](https://github.com/N0taN3rd/node-cdxj) - [CDXJ](https://github.com/oduwsdl/ORS/wiki/CDXJ) file parser (Node.js). *(Stable)*