1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-27 16:20:05 +02:00

Updated Roadmap (markdown)

Nick Sweeting
2019-03-11 03:55:24 -04:00
parent 5515afc771
commit 5ec0e264c1

@@ -9,13 +9,13 @@ If you feel like contributing a PR, some of these tasks are pretty easy. Feel f
--- ---
### Major long-term changes ### Major long-term changes
- release `pip`, `apt`, and `brew` packaged distributions for installing ArchiveBox - release **`pip`, `apt`, and `brew` packaged distributions** for installing ArchiveBox
- switch to django + sqlite db with migrations system & json/html export for managing archive schema changes and persistence - add an **optional web GUI** for managing sources, adding new links, and viewing the archive
- finalize python packaging to allow installing via pip and importing individual components - switch to django + **sqlite db with migrations system** & json/html export for managing archive schema changes and persistence
- add an optional web GUI for managing sources, adding new links, and viewing the archive - modularize internals to allow importing individual components
- switch to sha256 of URL as unique link ID - switch to sha256 of URL as unique link ID
- support storing multiple snapshots of pages over time - support **storing multiple snapshots** of pages over time
- support customer user puppeteer scripts to run while archiving (e.g. for expanding reddit threads, scrolling thread on twitter, etc) - support **custom user puppeteer scripts to run while archiving** (e.g. for expanding reddit threads, scrolling thread on twitter, etc)
- support named collections of archived content with different user access permissions - support named collections of archived content with different user access permissions
- support sharing archived assets via DHT + torrent / ipfs / ZeroNet / other sharing system - support sharing archived assets via DHT + torrent / ipfs / ZeroNet / other sharing system