From c220d9981ddfad005d30d1bfb07c28e56ed658bb Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 30 Jun 2017 01:39:01 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d045ecc..bf52e13d 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,6 @@ Follow the instruction links above in the "Quickstart" section to download your 3. `cd bookmark-archiver/` 4. `./archive.py ~/Downloads/bookmarks_export.html` -`archive.py` is a script that takes a [Pocket-format](https://getpocket.com/export), [Pinboard-format](https://pinboard.in/export/), or [Netscape-format](https://msdn.microsoft.com/en-us/library/aa753582(v=vs.85).aspx) bookmark export file, and turns it into a browsable archive that you can store locally or host online. - You may optionally specify a third argument to `archive.py export.html [pocket|pinboard|bookmarks]` to enforce the use of a specific link parser. ### Google Chrome Instrutions: @@ -109,6 +107,8 @@ env CHROME_BINARY=google-chrome ./archive.py ~/Downloads/bookmarks_export.html ## Details +`archive.py` is a script that takes a [Pocket-format](https://getpocket.com/export), [Pinboard-format](https://pinboard.in/export/), or [Netscape-format](https://msdn.microsoft.com/en-us/library/aa753582(v=vs.85).aspx) bookmark export file, and turns it into a browsable archive that you can store locally or host online. + The archiver produces a folder like `pocket/` containing an `index.html`, and archived copies of all the sites, organized by starred timestamp. It's Powered by the [headless](https://developers.google.com/web/updates/2017/04/headless-chrome) Chromium and good 'ol `wget`. NEW: Also submits each link to save on archive.org!