forked from atom/atom
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #380 from ElectronicsArchiver/master
- Loading branch information
Showing
5 changed files
with
124 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,80 @@ | ||
# Atom Community | ||
|
||
> To get involved with Atom Community please reach out on the [Discord Server](https://discord.gg/2tD9evh8qP) or within the [Discussions Tab](https://github.com/atom-community/atom/discussions). The issues tab is only used for the technical issues. | ||
|
||
> Due to changes in the upstream, the original Atom and its repositories will be archived on December 15, 2022. If you'd like to learn more about the official Atom archiving, you can read about it in their [official announcement](https://github.blog/2022-06-08-sunsetting-atom/). | ||
[![Build Status](https://dev.azure.com/atomcommunity/atomcommunity/_apis/build/status/atom-community/Release%20Branch%20Build?branchName=master)](https://dev.azure.com/atomcommunity/atomcommunity/_build/latest?definitionId=10&branchName=master) | ||
|
||
Atom is a hackable text editor for the 21st century, built on [Electron](https://github.com/electron/electron), and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration. | ||
<div align = center> | ||
|
||
![Atom](https://user-images.githubusercontent.com/378023/49132477-f4b77680-f31f-11e8-8357-ac6491761c6c.png) | ||
![Banner] | ||
|
||
![Atom Screenshot](https://user-images.githubusercontent.com/378023/49132478-f4b77680-f31f-11e8-9e10-e8454d8d9b7e.png) | ||
[![Badge License]][License] | ||
[![Badge Guidelines]][Guidelines] | ||
[![Badge Retired]][Retired] | ||
[![Badge Discord]][Discord] | ||
|
||
Visit [atom.io](https://atom.io) to learn more or visit the [Atom forum](https://github.com/atom/atom/discussions). | ||
<br> | ||
<br> | ||
|
||
Follow [@AtomEditor](https://twitter.com/atomeditor) on Twitter for important | ||
announcements. | ||
|
||
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). | ||
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected]. | ||
|
||
## Documentation | ||
|
||
If you want to read about using Atom or developing packages in Atom, the [Atom Flight Manual](https://flight-manual.atom.io) is free and available online. You can find the source to the manual in [atom/flight-manual.atom.io](https://github.com/atom/flight-manual.atom.io). | ||
# Atom Community | ||
|
||
The [API reference](https://atom.io/docs/api) for developing packages is also documented on Atom.io. | ||
[![Button Install]][Install] | ||
[![Button Documentation]][Documentation] | ||
[![Button Build]][Build] | ||
|
||
## Installing | ||
<!-- ### Prerequisites | ||
- [Git](https://git-scm.com) | ||
<br> | ||
|
||
*A hackable text editor for the 21st century, built on **[Electron]**,* <br> | ||
*and based on everything we love about our favorite editors.* | ||
|
||
### macOS | ||
*We designed it to be deeply customizable, but still* <br> | ||
*approachable using the default configuration.* | ||
|
||
Download the latest [Atom release](https://github.com/atom/atom/releases/latest). | ||
<br> | ||
<br> | ||
|
||
Atom will automatically update when a new release is available. | ||
[![Badge Status]][Status] | ||
|
||
### Windows | ||
<br> | ||
<br> | ||
|
||
Download the latest [Atom installer](https://github.com/atom/atom/releases/latest). `AtomSetup.exe` is 32-bit. For 64-bit systems, download `AtomSetup-x64.exe`. | ||
![Preview] | ||
|
||
Atom will automatically update when a new release is available. | ||
</div> | ||
|
||
You can also download `atom-windows.zip` (32-bit) or `atom-x64-windows.zip` (64-bit) from the [releases page](https://github.com/atom/atom/releases/latest). | ||
The `.zip` version will not automatically update. | ||
|
||
Using [Chocolatey](https://chocolatey.org)? Run `cinst Atom` to install the latest version of Atom. | ||
<!----------------------------------------------------------------> | ||
|
||
### Linux | ||
[Guidelines]: https://github.com/logos 'Branding Guidelines' | ||
[Electron]: https://github.com/electron/electron | ||
[Discord]: https://discord.gg/2tD9evh8qP 'Join the Atom Community Discord today!' | ||
[Status]: https://dev.azure.com/atomcommunity/atomcommunity/_build/latest?definitionId=10&branchName=master | ||
|
||
Atom is only available for 64-bit Linux systems. | ||
[#]: # | ||
|
||
Configure your distribution's package manager to install and update Atom by following the [Linux installation instructions](https://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-linux) in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way. | ||
|
||
#### Archive extraction | ||
<!---------------------------{ Files }---------------------------> | ||
|
||
An archive is available for people who don't want to install `atom` as root. | ||
[Documentation]: docs/Documentation.md 'Information how to use & work with Atom.' | ||
[Install]: docs/Installation.md 'How to install Atom on your system.' | ||
[Retired]: docs/Retirement.md 'Check out what happened to the original Atom project.' | ||
[License]: LICENSE.md | ||
[Build]: docs/Building.md 'Instructions on how to build Atom by yourself.' | ||
|
||
This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit, | ||
but should be compatible with other Linux distributions. | ||
|
||
1. Install dependencies (on Ubuntu): | ||
```sh | ||
sudo apt install git libasound2 libcurl4 libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1 | ||
``` | ||
2. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest). | ||
3. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder. | ||
4. Launch Atom using the installed `atom` command from the newly extracted directory. | ||
<!---------------------------{ Images }---------------------------> | ||
|
||
The Linux version does not currently automatically update so you will need to | ||
repeat these steps to upgrade to future releases. --> | ||
Currently, to get binaries based on code by the Atom community, binaries can be downloaded from the [Azure Pipeline](https://dev.azure.com/atomcommunity/atomcommunity/_build/latest?definitionId=10&branchName=master). From this pipeline, the latest run can be selected. From there, the `8 published` link should be selected to download the files. | ||
[Preview]: https://user-images.githubusercontent.com/378023/49132478-f4b77680-f31f-11e8-9e10-e8454d8d9b7e.png 'Preview of the editor.' | ||
[Banner]: https://user-images.githubusercontent.com/378023/49132477-f4b77680-f31f-11e8-8357-ac6491761c6c.png | ||
|
||
## Building | ||
|
||
* [Linux](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux) | ||
* [macOS](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-mac) | ||
* [Windows](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows) | ||
<!---------------------------{ Badges }---------------------------> | ||
|
||
## Discussion | ||
[Badge Guidelines]: https://img.shields.io/badge/Logo-Guidelines-d36e2d.svg?style=for-the-badge&labelColor=323232 | ||
[Badge Retired]: https://img.shields.io/badge/Retired-bb3c1f.svg?style=for-the-badge&labelColor=323232&logoColor=white&logo=Atom | ||
[Badge Discord]: https://img.shields.io/badge/Discord-6399c4.svg?style=for-the-badge&labelColor=323232&logoColor=white&logo=Discord | ||
[Badge License]: https://img.shields.io/badge/License-MIT-e5ab42.svg?style=for-the-badge&labelColor=323232 | ||
[Badge Status]: https://dev.azure.com/atomcommunity/atomcommunity/_apis/build/status/atom-community/Release%20Branch%20Build?branchName=master | ||
|
||
* Discuss Atom on [GitHub Discussions](https://github.com/atom/atom/discussions) | ||
|
||
## License | ||
<!--------------------------{ Buttons }---------------------------> | ||
|
||
[MIT](https://github.com/atom/atom/blob/master/LICENSE.md) | ||
[Button Documentation]: https://img.shields.io/badge/Documentation-6399c4?style=for-the-badge&logoColor=white&logo=GitBook | ||
[Button Install]: https://img.shields.io/badge/Install-78af9f?style=for-the-badge&logoColor=white&logo=DocuSign | ||
[Button Build]: https://img.shields.io/badge/Building-e5ab42?style=for-the-badge&logoColor=white&logo=GNUBash | ||
|
||
When using the Atom or other GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
## Building | ||
|
||
* [Linux](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux) | ||
* [macOS](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-mac) | ||
* [Windows](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Documentation | ||
|
||
Visit [atom.io](https://atom.io) to learn more or visit the [Atom forum](https://github.com/atom/atom/discussions). | ||
|
||
Follow [@AtomEditor](https://twitter.com/atomeditor) on Twitter for important | ||
announcements. | ||
|
||
If you want to read about using Atom or developing packages in Atom, the [Atom Flight Manual](https://flight-manual.atom.io) is free and available online. You can find the source to the manual in [atom/flight-manual.atom.io](https://github.com/atom/flight-manual.atom.io). | ||
|
||
The [API reference](https://atom.io/docs/api) for developing packages is also documented on Atom.io. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
## Installing | ||
<!-- ### Prerequisites | ||
- [Git](https://git-scm.com) | ||
### macOS | ||
Download the latest [Atom release](https://github.com/atom/atom/releases/latest). | ||
Atom will automatically update when a new release is available. | ||
### Windows | ||
Download the latest [Atom installer](https://github.com/atom/atom/releases/latest). `AtomSetup.exe` is 32-bit. For 64-bit systems, download `AtomSetup-x64.exe`. | ||
Atom will automatically update when a new release is available. | ||
You can also download `atom-windows.zip` (32-bit) or `atom-x64-windows.zip` (64-bit) from the [releases page](https://github.com/atom/atom/releases/latest). | ||
The `.zip` version will not automatically update. | ||
Using [Chocolatey](https://chocolatey.org)? Run `cinst Atom` to install the latest version of Atom. | ||
### Linux | ||
Atom is only available for 64-bit Linux systems. | ||
Configure your distribution's package manager to install and update Atom by following the [Linux installation instructions](https://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-linux) in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way. | ||
#### Archive extraction | ||
An archive is available for people who don't want to install `atom` as root. | ||
This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit, | ||
but should be compatible with other Linux distributions. | ||
1. Install dependencies (on Ubuntu): | ||
```sh | ||
sudo apt install git libasound2 libcurl4 libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1 | ||
``` | ||
2. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest). | ||
3. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder. | ||
4. Launch Atom using the installed `atom` command from the newly extracted directory. | ||
The Linux version does not currently automatically update so you will need to | ||
repeat these steps to upgrade to future releases. --> | ||
Currently, to get binaries based on code by the Atom community, binaries can be downloaded from the [Azure Pipeline](https://dev.azure.com/atomcommunity/atomcommunity/_build/latest?definitionId=10&branchName=master). From this pipeline, the latest run can be selected. From there, the `8 published` link should be selected to download the files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
## Retirement Of The Atom Project | ||
|
||
Due to changes in the upstream, the original Atom and <br> | ||
its repositories will be archived on `December 15, 2022`. | ||
|
||
If you'd like to learn more about the official Atom archiving, <br> | ||
you can read about it in their **[Official Announcement]**. | ||
|
||
|
||
<!-----------------------------------------------------------------------------> | ||
|
||
[Official Announcement]: https://github.blog/2022-06-08-sunsetting-atom/ |