增加选题:Atom Is Now Open Source

This commit is contained in:
wxy 2014-05-07 23:43:20 +08:00
parent 4296314227
commit 79c1129164

View File

@ -0,0 +1,46 @@
Atom Is Now Open Source
=======================
Today, we're excited to announce that we are open-sourcing Atom under the [MIT License][1]. We see Atom as a perfect complement to GitHub's primary mission of building better software by working together. Atom is a long-term investment, and GitHub will continue to support its development with a dedicated team going forward. But we also know that we can't achieve our vision for Atom alone. As Emacs and Vim have demonstrated over the past three decades, if you want to build a thriving, long-lasting community around a text editor, it has to be open source.
## What's included?
Much of Atom's functionality is provided by packages, and every Atom package has been open source since the day we launched the beta. Today, we're open sourcing the rest of Atom, which includes the core application, Atom's package manager, and Atom's Chromium-based desktop application framework, Atom Shell.
### Atom Core
[Atom's core][2] contains the parts of the application that aren't provided by packages. This includes the build system, Atom's global environment, the workspace and panes, and the text editor component. Over time, we've extracted functionality from Atom into libraries that can be used independently, and we expect that process to continue.
### Atom Package Manager
Atom's package manager, [`apm`][3], is a client library and command line utility that facilitates publishing and installing Atom packages. `apm` is currently powered by `atom.io`, but we plan on standardizing the backend APIs so that eventually you can host your own registry.
### Atom Shell
Finally, we're just as excited to be open-sourcing [Atom Shell][4] as we are about Atom itself. Over its 2.5 years of development, Atom has been something of a hermit crab, beginning its life in a Cocoa `WebView`, then migrating to the [Chromium Embedded Framework][5], and finally making its permanent home inside Atom Shell. We experimented briefly with [Node-Webkit][6], but decided instead to hire @zcbenz to build the exact framework we were imagining.
We've taken great care to integrate Chromium and Node in a clean, maintainable way, including sponsoring the addition of [multi-context support][7] in Node. We also created [brightray][8] and [libchromiumcontent][9], which make it easier to embed Chromium into native applications as a shared library.
## Into the future!
There's still a ton to do before Atom is ready for version 1.0. In the next few months, we'll be focusing on improving performance, releasing on Linux and Windows, and stabilizing APIs. We think being open source will help us get there faster, and more importantly, source access will give you the transparency and control you've told us you expect from your tools.
We'd like to thank everyone who has participated in the Atom beta so far. Your feedback, packages, and pull requests have been invaluable. We wouldn't be building a text editor if we didn't plan on using it for the rest of our lives, and we're excited to take this critical step toward making that a reality.
--------------------------------------------------------------------------------
via: http://blog.atom.io/2014/05/06/atom-is-now-open-source.html
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[1]:http://choosealicense.com/licenses/mit/
[2]:https://github.com/atom/atom
[3]:https://github.com/atom/apm
[4]:https://github.com/atom/atom-shell
[5]:https://code.google.com/p/chromiumembedded/
[6]:https://github.com/rogerwang/node-webkit
[7]:http://strongloop.com/strongblog/whats-new-node-js-v0-12-multiple-context-execution/
[8]:https://github.com/brightray/brightray
[9]:https://github.com/brightray/libchromiumcontent