From 101ee998d9211123aeb33660968cc7cf5efb97aa Mon Sep 17 00:00:00 2001 From: Andy Jackson Date: Thu, 18 Jan 2024 15:57:01 +0000 Subject: [PATCH] Adding a Web Archive Services section to list hosted and self-hostable web archiving options. (#144) * Add Services section * Add TOC headings * Update Node version for linting * Node 12 is very old and linting is failing. So trying the most recent LTS version. * Fix up linting problems --- .github/workflows/lint.yml | 2 +- README.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f8e17a5..50ae211 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@master with: - node-version: 12.x + node-version: 20.x - name: Install awesome-lint CLI run: npm install -g awesome-lint - name: Run Awesome Lint diff --git a/README.md b/README.md index 997e956..6072458 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Web archiving is the process of collecting portions of the World Wide Web to ens * [Mailing Lists](#mailing-lists) * [Slack](#slack) * [Twitter](#twitter) +* [Web Archiving Service Providers](#web-archiving-service-providers) + * [Self-hostable, Open Source](#self-hostable-open-source) + * [Hosted, Closed Source](#hosted-closed-source) ## Training/Documentation @@ -238,3 +241,21 @@ This list of tools and software is intended to briefly describe some of the most * [@WebSciDL](https://twitter.com/WebSciDL) - ODU Web Science and Digital Libraries Research Group. * [#WebArchiving](https://twitter.com/search?q=%23webarchiving) * [#WebArchiveWednesday](https://twitter.com/hashtag/webarchivewednesday) + +## Web Archiving Service Providers + +The intention is that we only list services that allow web archives to be exported in standard formats (WARC or WACZ). But this is not an endorsement of these services, and readers should check and evaluate these options based on their needs. + +### Self-hostable, Open Source + +* [Browsertrix Cloud](https://browsertrix.cloud/) - From [Webrecorder](https://webrecorder.net/), source available at . +* [Conifer](https://conifer.rhizome.org/) - From [Rhizome](https://rhizome.org/), source available at . + +### Hosted, Closed Source + +* [Archive-It](https://archive-it.org/) - From the Internet Archive. +* [Arkiwera](https://arkiwera.se/wp/websites/) +* [Hanzo](https://www.hanzo.co/chronicle) +* [MirrorWeb](https://www.mirrorweb.com/solutions/capabilities/website-archiving) +* [PageFreezer](https://www.pagefreezer.com/) +* [Smarsh](https://www.smarsh.com/platform/compliance-management/web-archive)