From 407a5cd4e7a98b63096bc1e584b6ea9c22e8ba51 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 10 Jun 2018 18:32:51 -0400 Subject: [PATCH] add --dump-dom output section --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e490b160..7e7a310b 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,26 @@ Save an archived copy of all websites you bookmark (the actual *content* of each site, not just the list of bookmarks). +Can import links from: + - Browser Bookmarks (Chrome, Firefox, Safari, IE, Opera) - Pocket - Pinboard - RSS or plain text lists - Shaarli, Delicious, Instapaper, Reddit Saved Posts, Wallabag, Unmark.it, and more! - - Contiuous archiving of browsing history (every site, not just bookmarked) (coming soon!...) + - Continuous archiving of browser history (every site, not just bookmarked) (coming soon!...) -Outputs browsable static html archives of each site made using wget, a PDF, a screenshot, a DOM dump from headless chrome, and a link to a copy on archive.org, all indexed with nice html & json files. +For each site, it outputs: + +- Browsable static HTML archive (wget) +- PDF (Chrome headless) +- Screenshot (Chrome headless) +- DOM dump (Chrome headless) +- Favicon +- Submits URL to archive.org +- Index summary pages: index.html & index.json + +The archiving is additive, so you can schedule `./archive` to run regularly and pull new links into the index. [DEMO: archive.sweeting.me](https://archive.sweeting.me)