From 9e6d936a82421bd3817d0109f88c81dbe39594a5 Mon Sep 17 00:00:00 2001 From: Toke Eskildsen Date: Tue, 16 Oct 2018 13:27:01 +0200 Subject: [PATCH] Added SolrWayback (#47) * Added SolrWayback for both replay and discovery * Removed SolrWayback from playback as it was confusing to list it under two different headings on the same page --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 603f329..bfae470 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ This list of tools and software is intended to briefly describe some of the most * [Warclight](https://github.com/archivesunleashed/warclight) (In Development) - A Project Blacklight based Rails engine that supports the discovery of web archives held in the WARC and ARC formats. Designed to work with [warc-discovery](https://github.com/ukwa/webarchive-discovery). +* [SolrWayback](https://github.com/netarchivesuite/solrwayback) (In Development) - A prototype web archives exploration UI, based on a Solr back-end that has been populated using the [warc-discovery]() indexer (like Shine). Integrated playback functionality for WARCs. + #### Utilities * [ArchiveTools](https://github.com/recrm/ArchiveTools) - Collection of tools to extract and interact with WARC files. (Python)