1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 20:01:44 +02:00

Updated Usage (markdown)

Nick Sweeting
2021-01-22 10:24:54 -05:00
parent 6cdda08d97
commit e5e90ba121

@@ -134,13 +134,12 @@ Click the Favicon under the "Files" column to go to the details page for each li
## Disk Layout ## Disk Layout
The `OUTPUT_DIR` folder (usually whatever folder you run `archivebox` in), contains the UI HTML and archived data with the structure outlined below. The `OUTPUT_DIR` folder (usually whatever folder you run the `archivebox` command in), contains the UI HTML and archived data with the structure outlined below.
```yaml ```yaml
- output/ - data/
- index.sqlite3 # Main index of all archived URLs - index.sqlite3 # Main index of all archived URLs
- index.json # Redundant JSON version of the same main index - ArchiveBox.conf # Main config file in ini format
- index.html # Redundant static HTML version of the same main index
- archive/ - archive/
- 155243135/ # Archived links are stored in folders by timestamp - 155243135/ # Archived links are stored in folders by timestamp
@@ -157,9 +156,6 @@ The `OUTPUT_DIR` folder (usually whatever folder you run `archivebox` in), conta
- getpocket.com-1552432264.txt - getpocket.com-1552432264.txt
- stdin-1552291774.txt - stdin-1552291774.txt
... ...
- static/ # Staticfiles for the archive UI
- robots.txt
``` ```
### Large Archives ### Large Archives