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

Rename to electron #1389

Merged
merged 31 commits into from Apr 17, 2015
Merged

Rename to electron #1389

merged 31 commits into from Apr 17, 2015

Conversation

kevinsawicki
Copy link
Contributor

When Atom Shell started over two years ago, its one and only consumer was the Atom editor.

And so the original Atom Shell name was just a stopgap to refer to the Chromium/Node integration pieces and the native bits for window management and OS integrations such as the clipboard, the dock, etc.

But over the last two years Atom Shell has grown and matured to become a framework that isn't just for building text editors. People are now using it to build email clients, design tools, chat clients, and video players.

It deserves a better name that decouples it from the Atom editor association and allows it to stand on its own and continue to become the easiest way to build native apps using web tech.

So the new name will be ⚡ electron ⚡ and this pull request will update all the places in the code and the docs to this new name.

/cc @atom/core @atom/non-github-maintainers

@thomasjo
Copy link
Contributor

thomasjo commented Apr 8, 2015

Awesome! ✨
On Apr 8, 2015 7:06 PM, "Kevin Sawicki" notifications@github.com wrote:

When Atom Shell started over two years ago, its one and only consumer was
the Atom https://github.com/atom/atom editor.

And so the original Atom Shell name was just a stopgap to refer to the
Chromium/Node integration pieces and the native bits for window management
and OS integrations such as the clipboard, the dock, etc.

But over the last two years Atom Shell has grown and matured to become a
framework that isn't just for building text editors. People are now using
it to build email clients, design tools, chat clients, and video players.

It deserves a better name that decouples it from the Atom editor
association and allows it to stand on its own and continue to become the
easiest way to build native apps using web tech.

So the new name will be [image: ⚡] electron [image: ⚡] and this
pull request will update all the places in the code and the docs to this
new name.

https://camo.githubusercontent.com/326b68277c9d074b4de4d324c8a2274da219bc4b/68747470733a2f2f33332e6d656469612e74756d626c722e636f6d2f36383838396233303732373833643039333730303639363230653165356264632f74756d626c725f6d757477766a4c5a387431736a77777a736f315f3530302e676966

/cc @atom/core https://github.com/orgs/atom/teams/core
@atom/non-github-maintainers

https://github.com/orgs/atom/teams/non-github-maintainers

You can view, comment on, or merge this pull request online at:

#1389
Commit Summary

  • Begin Atom Shell -> Electron rename

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#1389.

@marekhrabe
Copy link

nice one, guys! we love it at @avocode :)

@@ -72,7 +72,7 @@
};
</script>

<h2 style="-webkit-app-region: drag">Welcome to Atom Shell</h2>
<h2 style="-webkit-app-region: drag">Welcome to Electron</h2>

<p>
To run your app with atom-shell, execute the following command under your
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to change it here

@YurySolovyov
Copy link
Contributor

.asar makes less sense with Electron, but it is not a huge deal.

@anaisbetts
Copy link
Contributor

Yesssssss

@JoshTheDerf
Copy link

Oooh! Sounds nice!
"Quark" sounds better IMO though.

@mnquintana
Copy link
Contributor

@YuriSolovyov Although then we'd end up with .ear 😝

@YurySolovyov
Copy link
Contributor

@mnquintana it does not have to be ARchive, it can be a PACKage, or something.

@mnquintana
Copy link
Contributor

Now that I think about it, .elar wouldn't be bad.

@YurySolovyov
Copy link
Contributor

@kevinsawicki are you going to design a logo too?

@anaisbetts
Copy link
Contributor

Now that I think about it, .elar wouldn't be bad.

I think it'd be super cool if we had as few non-breaking changes to existing code as possible just to change a marketing name, so far we're doing pretty good

@kevinsawicki
Copy link
Contributor Author

are you going to design a logo too?

Eventually yes, a new site is being worked on as well.

@thedaniel
Copy link
Contributor

I think it'd be super cool if we had as few non-breaking changes to existing code as possible just to change a marketing name, so far we're doing pretty good

☝️

It doesn't matter what the archive format is called, .asar is fine forever.

@thomasjo
Copy link
Contributor

thomasjo commented Apr 9, 2015

It doesn't matter what the archive format is called, .asar is fine forever.

This.


If people are super bothered, we can imagine .asar being an abbreviation of Awesome Software ARchive or whatever.

@mnquintana
Copy link
Contributor

I think it'd be super cool if we had as few non-breaking changes to existing code as possible just to change a marketing name, so far we're doing pretty good

Haha no worries, I was just throwing around names not-so-seriously

@lee-dohm
Copy link
Contributor

@simurai simurai mentioned this pull request Apr 16, 2015
@kevinsawicki
Copy link
Contributor Author

@zcbenz anything left to do here before shipping this?

Want to add a task list to the pull request body if there are still remaining items?

@jweinstein
Copy link

I am impressed by this diff.

.Append("MacOS")
.Append(PRODUCT_NAME " Helper");
base::FilePath frameworks_path = GetFrameworksPath();
base::FilePath helper_path = GetHeleprAppPath(frameworks_path,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo?

zcbenz added a commit that referenced this pull request Apr 17, 2015
@zcbenz zcbenz merged commit cd0aa4a into master Apr 17, 2015
@zcbenz zcbenz deleted the rename-to-electron branch April 17, 2015 07:22
@jprichardson
Copy link
Contributor

Been using atom-shell for a few months. Electron is an excellent name and is better for marketing. I realize that many devs don't care about this, but it affects us all whether we know it or not. The bigger the community for Electron, the better it is all for all of us. Bravo!

@kevinsawicki
Copy link
Contributor Author

💚 💜 💙

martinchooooooo added a commit to martinchooooooo/LightTable that referenced this pull request Apr 23, 2015
Github has changed the name of atom-shell to electron as per
electron/electron#1389
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet