mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 13:44:14 -04:00
Update README.md
This commit is contained in:
parent
e43babb7ac
commit
3d2c4c70d2
1 changed files with 3 additions and 5 deletions
|
@ -630,8 +630,7 @@ Data folders can be created anywhere (`~/archivebox` or `$PWD/data` as seen in o
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<details>
|
<details>
|
||||||
<summary><i>Expand to learn more about the layout of Archivebox's data on-disk...</i></summary>
|
<summary><i>Expand to learn more about the layout of Archivebox's data on-disk...</i></summary><br/>
|
||||||
<br/>
|
|
||||||
|
|
||||||
|
|
||||||
All `archivebox` CLI commands are designed to be run from inside an ArchiveBox data folder, starting with `archivebox init` to initialize a new collection inside an empty directory.
|
All `archivebox` CLI commands are designed to be run from inside an ArchiveBox data folder, starting with `archivebox init` to initialize a new collection inside an empty directory.
|
||||||
|
@ -664,7 +663,7 @@ The on-disk layout is optimized to be easy to browse by hand and durable long-te
|
||||||
|
|
||||||
Each snapshot subfolder `./archive/<timestamp>/` includes a static `index.json` and `index.html` describing its contents, and the snapshot extractor outputs are plain files within the folder.
|
Each snapshot subfolder `./archive/<timestamp>/` includes a static `index.json` and `index.html` describing its contents, and the snapshot extractor outputs are plain files within the folder.
|
||||||
|
|
||||||
#### Learn More
|
<h4>Learn More</h4>
|
||||||
|
|
||||||
- https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#Disk-Layout
|
- https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#Disk-Layout
|
||||||
- https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#large-archives
|
- https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#large-archives
|
||||||
|
@ -683,8 +682,7 @@ You can export the main index to browse it statically as plain HTML files in a f
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<details>
|
<details>
|
||||||
<summary><i>Expand to learn how to export your ArchiveBox collection...</i></summary>
|
<summary><i>Expand to learn how to export your ArchiveBox collection...</i></summary><br/>
|
||||||
<br/>
|
|
||||||
|
|
||||||
|
|
||||||
> *NOTE: These exports are not paginated, exporting many URLs or the entire archive at once may be slow.*
|
> *NOTE: These exports are not paginated, exporting many URLs or the entire archive at once may be slow.*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue