From 11fee57dcb45f9c617317c293bfe7b69cb342947 Mon Sep 17 00:00:00 2001 From: Nick Ruest Date: Thu, 1 Jun 2023 15:58:29 -0400 Subject: [PATCH] Fix linter error: Ignore double IA Wayback link. (#129) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6629884..5bcd58d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Web archiving is the process of collecting portions of the World Wide Web to ens * [The Web Archiving Lifecycle Model](https://archive-it.org/blog/post/announcing-the-web-archiving-life-cycle-model/) - The Web Archiving Lifecycle Model is an attempt to incorporate the technological and programmatic arms of the web archiving into a framework that will be relevant to any organization seeking to archive content from the web. Archive-It, the web archiving service from the Internet Archive, developed the model based on its work with memory institutions around the world. * [Training materials: module for beginners (8 sessions)](https://netpreserve.org/web-archiving/training-materials/) * [UNT Web Archiving Course 2022](https://github.com/vphill/web-archiving-course) - * [Continuing Education to Advance Web Archiving (CEDWARC)](https://cedwarc.github.io/) + * [Continuing Education to Advance Web Archiving (CEDWARC)](https://cedwarc.github.io/) * The WARC Standard: * The [warc-specifications](https://iipc.github.io/warc-specifications/) community HTML version of the official specification and hub for new proposals. * The [offical ISO 28500 WARC specification homepage](http://bibnum.bnf.fr/WARC/). @@ -113,8 +113,9 @@ This list of tools and software is intended to briefly describe some of the most ### Search & Discovery * [Mink](https://github.com/machawk1/mink) - A [Google Chrome](https://www.google.com/intl/en/chrome/) extension for querying Memento aggregators while browsing and integrating live-archived web navigation. *(Stable)* + * [playback](https://github.com/wabarc/playback) - A toolkit for searching archived webpages from [Internet Archive](https://web.archive.org), [archive.today](https://archive.today), [Memento](http://timetravel.mementoweb.org) and beyond. *(In Development)* -* [SecurityTrails](https://securitytrails.com/) - Web based archive for WHOIS and DNS records. REST API available free of charge. +* [SecurityTrails](https://securitytrails.com/) - Web based archive for WHOIS and DNS records. REST API available free of charge. * [Tempas v1](http://tempas.L3S.de/v1) - Temporal web archive search based on [Delicious](https://en.wikipedia.org/wiki/Delicious_(website)) tags. *(Stable)* * [Tempas v2](http://tempas.L3S.de/v2) - Temporal web archive search based on links and anchor texts extracted from the German web from 1996 to 2013 (results are not limited to German pages, e.g., [Obama@2005-2009 in Tempas](http://tempas.l3s.de/v2/query?q=obama&from=2005&to=2009)). *(Stable)* * [webarchive-discovery](https://github.com/ukwa/webarchive-discovery) - WARC and ARC full-text indexing and discovery tools, with a number of associated tools capable of using the index shown below. *(Stable)* @@ -127,6 +128,7 @@ This list of tools and software is intended to briefly describe some of the most ### Utilities * [ArchiveTools](https://github.com/recrm/ArchiveTools) - Collection of tools to extract and interact with WARC files (Python). + * [Go Get Crawl](https://github.com/karust/gogetcrawl) - Extract web archive data using [Wayback Machine](https://web.archive.org/) and [Common Crawl](https://commoncrawl.org/). *(Stable)* * [gowarcserver](https://github.com/nlnwa/gowarcserver) - [BadgerDB](https://github.com/dgraph-io/badger)-based capture index (CDX) and WARC record server, used to index and serve WARC files (Go). * [har2warc](https://github.com/webrecorder/har2warc) - Convert HTTP Archive (HAR) -> Web Archive (WARC) format (Python).