From 825b88263351fe146772fb4dada02bbc33bd4aa2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 9 Jan 2024 21:21:32 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a401375..a353f551 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -
- +
+

ArchiveBox
Open-source self-hosted web archiving.


@@ -976,13 +976,13 @@ A variety of open and closed-source archiving projects exist, but few provide a ArchiveBox tries to be a robust, set-and-forget archiving solution suitable for archiving RSS feeds, bookmarks, or your entire browsing history (beware, it may be too big to store), including private/authenticated content that you wouldn't otherwise share with a centralized service. -### Comparison With Centralized Public Archives +

Comparison With Centralized Public Archives

Not all content is suitable to be archived in a centralized collection, whether because it's private, copyrighted, too large, or too complex. ArchiveBox hopes to fill that gap. By having each user store their own content locally, we can save much larger portions of everyone's browsing history than a shared centralized service would be able to handle. The eventual goal is to work towards federated archiving where users can share portions of their collections with each other. -### Comparison With Other Self-Hosted Archiving Options +

Comparison With Other Self-Hosted Archiving Options

ArchiveBox differentiates itself from [similar self-hosted projects](https://github.com/ArchiveBox/ArchiveBox/wiki/Web-Archiving-Community#Web-Archiving-Projects) by providing both a comprehensive CLI interface for managing your archive, a Web UI that can be used either independently or together with the CLI, and a simple on-disk data format that can be used without either.