mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-26 07:44:41 +02:00
Updated Roadmap (markdown)
12
Roadmap.md
12
Roadmap.md
@@ -40,7 +40,7 @@ If you feel like contributing a PR, some of these tasks are pretty easy. Feel f
|
|||||||
|
|
||||||
ArchiveBox is going to migrate towards this design spec over the next 6 months bit by bit as functionality gets implemented and refactors are released.
|
ArchiveBox is going to migrate towards this design spec over the next 6 months bit by bit as functionality gets implemented and refactors are released.
|
||||||
|
|
||||||
**CLI:**
|
**API:**
|
||||||
- [`pip install archivebox`](#-pip-install-archivebox)
|
- [`pip install archivebox`](#-pip-install-archivebox)
|
||||||
- [`archivebox --version`](#-archivebox-version--version)
|
- [`archivebox --version`](#-archivebox-version--version)
|
||||||
- [`archivebox --help`](#-archivebox-help-h--help)
|
- [`archivebox --help`](#-archivebox-help-h--help)
|
||||||
@@ -52,6 +52,8 @@ ArchiveBox is going to migrate towards this design spec over the next 6 months b
|
|||||||
- [`archivebox oneshot`](#-archivebox-oneshot)
|
- [`archivebox oneshot`](#-archivebox-oneshot)
|
||||||
- [`archivebox server`](#-archivebox-server)
|
- [`archivebox server`](#-archivebox-server)
|
||||||
- [`archivebox proxy`](#-archivebox-proxy)
|
- [`archivebox proxy`](#-archivebox-proxy)
|
||||||
|
- [`from archivebox import ...`](#api-for-normal-archivebox-usage)
|
||||||
|
- [`from archivebox.component import ...`](#api-for-all-useful-subcomponents)
|
||||||
|
|
||||||
**Design:**
|
**Design:**
|
||||||
- [Overview](#design)
|
- [Overview](#design)
|
||||||
@@ -263,14 +265,6 @@ Resume the update process from a specific URL timestamp.
|
|||||||
# WIP
|
# WIP
|
||||||
```
|
```
|
||||||
|
|
||||||
## Experimental / Unfinished
|
|
||||||
|
|
||||||
### `$ archivebox stats`
|
|
||||||
Saves a `stats/` output folder containing a bunch of interesting information about the archive. Everything from counters and success percentages, to a graph of all the relationships between urls.
|
|
||||||
```bash
|
|
||||||
# WIP
|
|
||||||
```
|
|
||||||
|
|
||||||
### `$ archivebox proxy`
|
### `$ archivebox proxy`
|
||||||
|
|
||||||
Run a live HTTP/HTTPS proxy for recording and replaying WARCs using pywb.
|
Run a live HTTP/HTTPS proxy for recording and replaying WARCs using pywb.
|
||||||
|
Reference in New Issue
Block a user