https://github.com/dentosal/archiweb
Local internet archive
https://github.com/dentosal/archiweb
Last synced: 7 months ago
JSON representation
Local internet archive
- Host: GitHub
- URL: https://github.com/dentosal/archiweb
- Owner: Dentosal
- Created: 2019-08-10T01:25:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T20:54:24.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T06:25:42.244Z (over 1 year ago)
- Language: HTML
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Archiweb - Local internet archive
#  **WORK IN PROGRESS** 
## Pipeline
* Browser plugin - Collects URLs to store
* Processor - Compresses data and extracts indexing info
* Index database - Search indexes for data
* Search - Web service that can be used to retrieve some data
* Main database - Original data, compressed

## Implementation roadmap
* MVP: Browser plugin + passtrough processor + index database + minimal search = Better browser history
* Main database: Actual archival
* Proper compression for multiple formats
* Better search:
* by datatype
* by date saved
* by date edited
* with synonyms
* Hardcoded site optimizations / features
* Youtube-dl
* Facebook messages
* Whatsapp web, Telegram web
* Per-site preferences
* "Pagerank" - link-chain proximity
* Recursively look into links
* Index images by detecting image contents
* Cache sharing with other people
* Requires "public/private" flag in data
* Only with user-selected people in the beginning