-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion: new name! #108
Comments
I think my official vote goes to |
I like WebFreeze the most from your list.
|
Spitballing... WebCryo |
LinkShip |
ctrls (or ctrl-s) |
i like aaarchive... yaaaar! :) |
I like short simple words like memex, though that word has too much history and too many other projects to be a good choice. If memex was supposed to be a portmanteau of memory and index, maybe we could take a similar approach and try something like memarc (memory and archive), or arcex (archive and index). None of those quite have the same ring to them, but there may be something down that road. I also like aaarchive, but I suspect that things like Google will always interpret that as a typo and assume you meant archive. |
I don't know if you want to keep the reference to bookmarks, but if you do I'd suggest FreezeMark. |
Haha @pigmonkey it's funny that you suggest that name, "memex" is used by a friend of mine for his project @hyfen https://hyfen.net/ My favorite candidates so far are:
|
Aaarchive gets my vote. |
|
ShipAway |
Bibliosoph (person in charge of a library) |
aaarchive ! |
Barc (short form of Bookmark archiver, easily pronounceable, puppy friendly) |
How about cd ~/pirates-archive
pip install archivebox
archivebox init
archivebox add https://en.wikipedia.org/wiki/Beans
archivebox crawl --depth=2 https://en.wikipedia.org/wiki/List_of_lists_of_lists
archivebox publish --html /var/www
archivebox server --bind 127.0.0.1:8083 from archivebox.crawl import rss
from archivebox.extract import media
links = crawl_rss(open('feed.rss', 'r').read())
assets = media.extract('https://youtube.com/watch?v=example') Desktop/mobile/browser extension app name: As much as I love aaarchive, I don't think it's a practical choice given an aaarchive group already exists on github and it's a bit hard to say in a way that's easy for people to google later. |
I’ll happily install |
ArchiveBox is IMHO a little too abstract. |
ArcBox also looks good. |
But I think the current name is pretty good, but if you want a new name why not something pirate themed, like: Stash |
Maybe something to do with x marking the spot? Or buried treasure? You sail the seas of the web, collecting gems of content and then you save that in your treasure chest, buried safe and sound on a hard drive you control. Something you can always come back to and find. |
Going with this plan: #108 (comment) outlined in the roadmap here: #120. Thanks for all the suggestions! |
Hi all. I would like to help with a new name for this repository and open source project. One name I think of is Ark. |
Not considering renaming it at this point @codehangen, ArchiveBox is here to stay for now. 👍 |
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:
from webfreeze.pocket import parse_links
Potential ideas:
Comment with your name suggestions/ideas!
The text was updated successfully, but these errors were encountered: