Description
Hey everyone! I have a big refactor in the works with some breaking changes, and I thought I'd take this opportunity to re-release BA with a better name and a 1.0 version.
The new release modularizes BA into a python package, which lets people import individual parts for their own uses (e.g. parsers, link archiving, screenshotting, indexing). It fixes a lot of the bad decisions I made early on (e.g. using timestamps as unique keys instead of sha256 hashes of the URLs). It also adds a backend with a web GUI for searching and adding imports.
The new name should be easy to find and type in a python packaging context and should be related to web archiving somehow.
Requirements for a new name:
- one word
- no symbols or spaces (since it's going to be imported as a python package like
from webfreeze.pocket import parse_links
- should be 1st in google results when released with a new name (i.e. no competing projects/keywords)
- should be intuitively related to web archiving
Potential ideas:
- WebFreeze
- Freezekit
- ArchiveKit
- WebCooler
Comment with your name suggestions/ideas!