mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
add google keywords
This commit is contained in:
parent
58de8cb964
commit
d8fa4508e8
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ Follow the links here to find instructions for exporting bookmarks from each ser
|
||||||
git clone https://github.com/pirate/bookmark-archiver
|
git clone https://github.com/pirate/bookmark-archiver
|
||||||
cd bookmark-archiver/
|
cd bookmark-archiver/
|
||||||
./setup.sh
|
./setup.sh
|
||||||
./archive.py ~/Downloads/bookmark_export.html # replace this path with the path to your bookmarks export file
|
./archive.py ~/Downloads/bookmark_export.html # replace with the path to your export file from step 1
|
||||||
```
|
```
|
||||||
|
|
||||||
You can open `service/index.html` to view your archive. (favicons will appear next to each title once it has finished downloading)
|
You can open `service/index.html` to view your archive. (favicons will appear next to each title once it has finished downloading)
|
||||||
|
@ -47,7 +47,7 @@ If you want something easier than running programs in the command-line, take a l
|
||||||
|
|
||||||
## Details
|
## 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.
|
`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 downloads a clone of each linked website to turn 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,
|
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`.
|
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`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue