Update README.md
This commit is contained in:
parent
98dd4a69c2
commit
e5385bd95f
1 changed files with 7 additions and 2 deletions
|
@ -82,11 +82,16 @@ Using multiple methods and the market-dominant browser to execute JS ensures we
|
||||||
- `git/` clone of any repository for github, bitbucket, or gitlab links
|
- `git/` clone of any repository for github, bitbucket, or gitlab links
|
||||||
- `index.html` & `index.json` HTML and JSON index files containing metadata and details
|
- `index.html` & `index.json` HTML and JSON index files containing metadata and details
|
||||||
|
|
||||||
By default it does everything, visit the [Configuration](https://github.com/pirate/ArchiveBox/wiki/Configuration) page for details on how to disable or fine-tune certain methods.
|
|
||||||
|
|
||||||
The archiving is additive, so you can schedule `./archive` to run regularly and pull new links into the index.
|
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.
|
All the saved content is static and indexed with JSON files, so it lives forever & is easily parseable, it requires no always-running backend.
|
||||||
|
|
||||||
|
**Next Steps:**
|
||||||
|
|
||||||
|
- Read [[Configuration]] to learn about the various archive method options
|
||||||
|
- Read [[Scheduled Archiving]] to learn how to set up automatic daily archiving
|
||||||
|
- Read [[Publishing Your Archive]] if you want to host your archive for others to access online
|
||||||
|
- Read [[Troubleshooting]] if you encounter any problems
|
||||||
|
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue