Skip to content

Commit 101ee99

Browse files
authored
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
1 parent 86c7695 commit 101ee99

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 0
1212
- uses: actions/setup-node@master
1313
with:
14-
node-version: 12.x
14+
node-version: 20.x
1515
- name: Install awesome-lint CLI
1616
run: npm install -g awesome-lint
1717
- name: Run Awesome Lint

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Web archiving is the process of collecting portions of the World Wide Web to ens
2323
* [Mailing Lists](#mailing-lists)
2424
* [Slack](#slack)
2525
* [Twitter](#twitter)
26+
* [Web Archiving Service Providers](#web-archiving-service-providers)
27+
* [Self-hostable, Open Source](#self-hostable-open-source)
28+
* [Hosted, Closed Source](#hosted-closed-source)
2629

2730
## Training/Documentation
2831

@@ -238,3 +241,21 @@ This list of tools and software is intended to briefly describe some of the most
238241
* [@WebSciDL](https://twitter.com/WebSciDL) - ODU Web Science and Digital Libraries Research Group.
239242
* [#WebArchiving](https://twitter.com/search?q=%23webarchiving)
240243
* [#WebArchiveWednesday](https://twitter.com/hashtag/webarchivewednesday)
244+
245+
## Web Archiving Service Providers
246+
247+
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.
248+
249+
### Self-hostable, Open Source
250+
251+
* [Browsertrix Cloud](https://browsertrix.cloud/) - From [Webrecorder](https://webrecorder.net/), source available at <https://github.com/webrecorder/browsertrix-cloud>.
252+
* [Conifer](https://conifer.rhizome.org/) - From [Rhizome](https://rhizome.org/), source available at <https://github.com/Rhizome-Conifer>.
253+
254+
### Hosted, Closed Source
255+
256+
* [Archive-It](https://archive-it.org/) - From the Internet Archive.
257+
* [Arkiwera](https://arkiwera.se/wp/websites/)
258+
* [Hanzo](https://www.hanzo.co/chronicle)
259+
* [MirrorWeb](https://www.mirrorweb.com/solutions/capabilities/website-archiving)
260+
* [PageFreezer](https://www.pagefreezer.com/)
261+
* [Smarsh](https://www.smarsh.com/platform/compliance-management/web-archive)

0 commit comments

Comments
 (0)