1
0
Fork 0
mirror of synced 2024-06-27 18:40:52 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2019-01-23 02:21:01 -05:00 committed by GitHub
parent fe2c8cb792
commit cd53202b16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ cd ArchiveBox
echo 'https://example.com' | ./archive
```
Open `output/index.html` in a browser to view your archive. [DEMO: archive.sweeting.me](https://archive.sweeting.me)
## Overview
@ -86,8 +87,6 @@ Using multiple methods and the market-dominant browser to execute JS ensures we
The archiving is additive, so you can schedule `./archive` to run regularly and pull new links into the index.
All the saved content is static and indexed with JSON files, so it lives forever & is easily parseable, it requires no always-running backend.
[DEMO: archive.sweeting.me](https://archive.sweeting.me)
# Documentation