From 36ac91b1580e5dcb82c19c305fb189eb0dcdfdd8 Mon Sep 17 00:00:00 2001 From: Alex Wendland Date: Mon, 22 Jun 2020 05:30:25 -0700 Subject: [PATCH] Update WebRecorder's replay tool to ReplayWeb.Page (#93) * Update WebRecorder's replay tool to ReplayWeb.Page See the WebRecorder announcement on June 11th describing the transition https://webrecorder.net/2020/06/11/webrecorder-conifer-and-replayweb-page.html * Move WebRecorder's replay tool to deprecated.md --- README.md | 2 +- deprecated.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47eabff..1aab07f 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ This list of tools and software is intended to briefly describe some of the most ### Replay +* [ReplayWeb.Page](https://replayweb.page/) - A browser-based, fully client-side replay engine for both local and remote WARC files. * [PyWb](https://github.com/ikreymer/pywb) - A Python (2 and 3) implementation of web archival replay tools, sometimes also known as 'Wayback Machine'. *(Stable)* * [OpenWayback](https://github.com/iipc/openwayback/) - The open source project aimed to develop Wayback Machine, the key software used by web archives worldwide to play back archived websites in the user's browser. *(Stable)* -* [Webrecorder Player](https://github.com/webrecorder/webrecorderplayer-electron) - Webrecorder Player for Desktop macOS/Windows/Linux (Built with Electron + Webrecorder). * [InterPlanetary Wayback (ipwb)](https://github.com/oduwsdl/ipwb) - Web Archive (WARC) indexing and replay using [IPFS](https://ipfs.io/). * [Reconstructive](https://oduwsdl.github.io/Reconstructive/) - Reconstructive is a ServiceWorker module for client-side reconstruction of composite mementos by rerouting resource requests to corresponding archived copies (JavaScript). diff --git a/deprecated.md b/deprecated.md index dacf1f9..603394a 100644 --- a/deprecated.md +++ b/deprecated.md @@ -3,4 +3,5 @@ * [ArchiveFacebook](https://addons.mozilla.org/en-US/firefox/addon/archivefacebook/) - (Abandoned) - A [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/) add-on for individuals to archive their Facebook accounts. * [Archives Unleashed Notebooks](https://github.com/archivesunleashed/auk-notebooks) - Jupyter notebooks to assist in creating additional analysis and visualizations of Archives Unleashed Cloud derivatives. * [pywb Wayback Web Recorder (Archiver)](https://github.com/ikreymer/pywb-webrecorder) - (Sunsetted) - A bare-bones example of how to create a simple web recording and replay system. +* [Webrecorder Player](https://github.com/webrecorder/webrecorderplayer-electron) - Webrecorder Player for Desktop macOS/Windows/Linux (Built with Electron + Webrecorder). Deprecated by [ReplayWeb.Page app](https://github.com/webrecorder/replayweb.page), an Electron based version of [ReplayWeb.Page](https://replayweb.page/) in [June 2020](https://webrecorder.net/2020/06/11/webrecorder-conifer-and-replayweb-page.html). * [Warrick](https://github.com/oduwsdl/warrick) - (Unmaintained) - An open source tool for reconstructing lost websites from web archives using [Memento](http://mementoweb.org/).