Update README.md
This commit is contained in:
parent
dfc1e80330
commit
142e300a32
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -38,9 +38,9 @@ ArchiveBox is a powerful self-hosted internet archiving solution written in Pyth
|
||||||
([see below](#Quickstart))
|
([see below](#Quickstart))
|
||||||
2. `archivebox init`: Run this in an empty folder
|
2. `archivebox init`: Run this in an empty folder
|
||||||
3. `archivebox add 'https://example.com'`: Start adding URLs to archive.
|
3. `archivebox add 'https://example.com'`: Start adding URLs to archive.
|
||||||
For each URL added, ArchiveBox saves several types of HTML snapshot (wget, Chrome headless, singlefile), a PDF, a screenshot, a WARC archive, any git repositories, images, audio, video, subtitles, article text, [and more...](#output-formats)
|
<small>For each URL added, ArchiveBox saves several types of HTML snapshot (wget, Chrome headless, singlefile), a PDF, a screenshot, a WARC archive, any git repositories, images, audio, video, subtitles, article text, [and more...](#output-formats)</small>
|
||||||
4. `archivebox server`: Run the webserver and open the admin UI
|
4. `archivebox server`: Run the webserver and open the admin UI
|
||||||
Or browse `./archive/<timestamp>/` and view archived content directly from the filesystem.
|
<small>Or browse `./archive/<timestamp>/` and view archived content directly from the filesystem.</small>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
@ -51,12 +51,13 @@ ArchiveBox is a powerful self-hosted internet archiving solution written in Pyth
|
||||||
**⚡️ CLI Usage:**
|
**⚡️ CLI Usage:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# archivebox [subcommand] [--args]
|
||||||
archivebox --version
|
archivebox --version
|
||||||
archivebox help
|
archivebox help
|
||||||
```
|
```
|
||||||
|
|
||||||
- `archivebox schedule` to ingest URLs regularly from your browser boorkmarks/history, a service like Pocket/Pinboard, RSS feeds, or [and more...](#input-formats)
|
- `archivebox schedule` to pull in fresh URLs in regularly from [boorkmarks/history/Pocket/Pinboard/RSS/etc.](#input-formats)
|
||||||
- `archivebox config`, `archivebox version`, `archivebox init`, `archivebox manage createsuperuser` to administer your ArchiveBox install
|
- `archivebox init`, `archivebox version`, `archivebox config`, `archivebox manage` to administer your ArchiveBox install
|
||||||
- `archivebox status`, `archivebox list`, `archivebox remove` to manage Snapshots in the archive
|
- `archivebox status`, `archivebox list`, `archivebox remove` to manage Snapshots in the archive
|
||||||
- `archivebox oneshot` archive single URLs without starting a whole collection
|
- `archivebox oneshot` archive single URLs without starting a whole collection
|
||||||
- `archivebox shell`, the `index.sqlite3`, [Python API](https://docs.archivebox.io/en/latest/modules.html) (alpha), or [REST API](https://github.com/ArchiveBox/ArchiveBox/issues/496) (alpha) to interact with your archive
|
- `archivebox shell`, the `index.sqlite3`, [Python API](https://docs.archivebox.io/en/latest/modules.html) (alpha), or [REST API](https://github.com/ArchiveBox/ArchiveBox/issues/496) (alpha) to interact with your archive
|
||||||
|
|
Loading…
Reference in a new issue