mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Update README.md minor formatting changes
This commit is contained in:
parent
4749a3ac6d
commit
43128122d6
1 changed files with 4 additions and 4 deletions
|
@ -47,10 +47,10 @@ Without active preservation effort, everything on the internet eventually dissap
|
||||||
|
|
||||||
💾 **It saves snapshots of the URLs you feed it in several redundant formats.**
|
💾 **It saves snapshots of the URLs you feed it in several redundant formats.**
|
||||||
It also detects any content featured *inside* each webpage & extracts it out into a folder:
|
It also detects any content featured *inside* each webpage & extracts it out into a folder:
|
||||||
- `HTML/Generic Websites -> HTML, PDF, PNG, WARC, Singlefile`
|
- `HTML/Generic websites -> HTML, PDF, PNG, WARC, Singlefile`
|
||||||
- `YouTube/SoundCloud/etc. -> MP3/MP4 + subtitles, description, thumbnail`
|
- `YouTube/SoundCloud/etc. -> MP3/MP4 + subtitles, description, thumbnail`
|
||||||
- `news articles -> article body TXT + title, author, featured images`
|
- `News articles -> article body TXT + title, author, featured images`
|
||||||
- `github/gitlab/etc. links -> git cloned source code`
|
- `Github/Gitlab/etc. links -> git cloned source code`
|
||||||
- *[and more...](#output-formats)*
|
- *[and more...](#output-formats)*
|
||||||
|
|
||||||
It uses normal filesystem folders to organize archives (no complicated proprietary formats), and offers a CLI + web UI.
|
It uses normal filesystem folders to organize archives (no complicated proprietary formats), and offers a CLI + web UI.
|
||||||
|
@ -151,7 +151,7 @@ ls ./archive/*/index.json # or browse directly via the filesyste
|
||||||
|
|
||||||
# Quickstart
|
# Quickstart
|
||||||
|
|
||||||
**🖥 Supported OSs:** Linux/BSD, macOS, Windows (Docker) **👾 CPUs:** `amd64` (`x86_64`), `arm64` (`arm8`), `arm7` <sup>(raspi>=3)</sup>
|
**🖥 Supported OSs:** Linux/BSD, macOS, Windows (Docker) **👾 CPUs:** `amd64` (`x86_64`), `arm64` (`arm8`), `arm7` <sup>(raspi>=3)</sup><br/>
|
||||||
<i>Note: On `arm7`, the `playwright` package, provides easy `chromium` management, is not yet available. Do it manually with alternative methods.</i>
|
<i>Note: On `arm7`, the `playwright` package, provides easy `chromium` management, is not yet available. Do it manually with alternative methods.</i>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Reference in a new issue