Skip to content
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

Closed
pirate opened this issue Oct 23, 2018 · 25 comments
Closed

Discussion: new name! #108

pirate opened this issue Oct 23, 2018 · 25 comments
Labels
status: idea-phase Work is tentatively approved and is being planned / laid out, but is not ready to be implemented yet

Comments

@pirate
Copy link
Member

pirate commented Oct 23, 2018

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!

@pirate pirate added the status: idea-phase Work is tentatively approved and is being planned / laid out, but is not ready to be implemented yet label Oct 23, 2018
@pirate
Copy link
Member Author

pirate commented Oct 23, 2018

I think my official vote goes to FreezeKit, upvote/downvote this comment with the reaction emoji if you agree or disagree.

@f0086
Copy link
Contributor

f0086 commented Oct 24, 2018

I like WebFreeze the most from your list.
Some random ideas (did not checked on google):

  • HTTPFridge (Can be a cool (phun intended) logo with a refridgerator)
  • WebFridge

@gmcz
Copy link

gmcz commented Oct 30, 2018

Spitballing...

WebCryo
WebCopyKit
WebDowner
DownWeb
WebGemini
CopyLocker
Savetheweb
aaarchive (homage to @pirate's handle and can stand for "Always Available Archive")

@guilhas
Copy link

guilhas commented Nov 9, 2018

LinkShip
WebShip
ArkWeb
ArkMark
NetNotes

@Drowze
Copy link

Drowze commented Nov 16, 2018

ctrls (or ctrl-s)

@anarcat
Copy link

anarcat commented Nov 23, 2018

i like aaarchive... yaaaar! :)

@pigmonkey
Copy link
Contributor

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.

@nogweii
Copy link

nogweii commented Nov 24, 2018

I don't know if you want to keep the reference to bookmarks, but if you do I'd suggest FreezeMark.

@pirate
Copy link
Member Author

pirate commented Nov 25, 2018

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
  • WebFridge
  • WebFreeze

@clove3am
Copy link

Aaarchive gets my vote.

@f0086
Copy link
Contributor

f0086 commented Nov 25, 2018

  • HTTPreserver
  • PagePreserver
  • WebSafe
  • WebShepherd
  • PageShepherd

@guilhas
Copy link

guilhas commented Nov 26, 2018

ShipAway
Sharc

@darkeststar
Copy link

Bibliosoph (person in charge of a library)

@pirate
Copy link
Member Author

pirate commented Dec 1, 2018

screen shot 2018-12-01 at 1 59 56 pm

I found a great icon if we go with WebFridge 😁

@Heliosmaster
Copy link

aaarchive !

@ianchanning
Copy link

Barc (short form of Bookmark archiver, easily pronounceable, puppy friendly)

@pirate
Copy link
Member Author

pirate commented Dec 7, 2018

How about ArchiveBox as suggested by @FiloSottile? I like it because "box" implies it lives locally on your computer, and it's an intuitive CLI and package name too. Also the only competition on google is from physical cardboard boxes on Amazon used for archiving documents.

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: ArchiveBox.app / ArchiveBox.exe

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.

@gmcz
Copy link

gmcz commented Dec 9, 2018

I’ll happily install archivebox, and if anyone really wants to use aaarchive you can always create a shell alias. 😉

@f0086
Copy link
Contributor

f0086 commented Dec 13, 2018

ArchiveBox is IMHO a little too abstract.

@guilhas
Copy link

guilhas commented Dec 13, 2018

ArcBox also looks good.
ArkBox?
ArqBox?

@kodfodrasz
Copy link

But I think the current name is pretty good, but if you want a new name why not something pirate themed, like:

Stash
WebStash

@pirate pirate pinned this issue Dec 14, 2018
@gmcz
Copy link

gmcz commented Dec 14, 2018

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.

@pirate
Copy link
Member Author

pirate commented Dec 20, 2018

Going with this plan: #108 (comment) outlined in the roadmap here: #120. Thanks for all the suggestions!

@ghost
Copy link

ghost commented Dec 22, 2022

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.

@pirate
Copy link
Member Author

pirate commented Dec 24, 2022

Not considering renaming it at this point @codehangen, ArchiveBox is here to stay for now. 👍

@ArchiveBox ArchiveBox locked as resolved and limited conversation to collaborators Dec 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: idea-phase Work is tentatively approved and is being planned / laid out, but is not ready to be implemented yet
Projects
None yet
Development

No branches or pull requests