Skip to content

Commit ee702a8

Browse files
committed
Merge branch 'master' into pr/76
2 parents 0b0fbd2 + 76bd67d commit ee702a8

28 files changed

+3910
-958
lines changed

.npmrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
target=v12.18.3
2+
node-version=12.18.3
3+
package-lock=true
4+
prefer-frozen-lockfile=true
5+
strict-peer-dependencies=false

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.18

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2021 GitHub Inc.
1+
Copyright (c) 2011-2022 GitHub Inc.
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

+51-60
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,81 @@
1-
# Atom Community
2-
3-
> 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.
4-
5-
6-
> 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/).
7-
8-
[![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)
91

10-
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.
2+
<div align = center>
113

12-
![Atom](https://user-images.githubusercontent.com/378023/49132477-f4b77680-f31f-11e8-8357-ac6491761c6c.png)
4+
![Banner]
135

14-
![Atom Screenshot](https://user-images.githubusercontent.com/378023/49132478-f4b77680-f31f-11e8-9e10-e8454d8d9b7e.png)
6+
[![Badge License]][License]    
7+
[![Badge Guidelines]][Guidelines]    
8+
[![Badge Sunset]][Retired]
9+
[![Badge Discord]][Discord]
1510

16-
Visit [atom.io](https://atom.io) to learn more or visit the [Atom forum](https://github.com/atom/atom/discussions).
11+
<br>
12+
<br>
1713

18-
Follow [@AtomEditor](https://twitter.com/atomeditor) on Twitter for important
19-
announcements.
20-
21-
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md).
22-
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
23-
24-
## Documentation
25-
26-
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).
14+
# Atom Community
2715

28-
The [API reference](https://atom.io/docs/api) for developing packages is also documented on Atom.io.
16+
[![Button Install]][Install]   
17+
[![Button Documentation]][Documentation]   
18+
[![Button Build]][Build]
2919

30-
## Installing
31-
<!-- ### Prerequisites
32-
- [Git](https://git-scm.com)
20+
<br>
21+
22+
*A hackable text editor for the 21st century, built on **[Electron]**,* <br>
23+
*and based on everything we love about our favorite editors.*
3324

34-
### macOS
25+
*We designed it to be deeply customizable, but still* <br>
26+
*approachable using the default configuration.*
3527

36-
Download the latest [Atom release](https://github.com/atom/atom/releases/latest).
28+
<br>
29+
<br>
3730

38-
Atom will automatically update when a new release is available.
31+
[![Badge Status]][Status]
3932

40-
### Windows
33+
<br>
34+
<br>
4135

42-
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`.
36+
![Preview]
4337

44-
Atom will automatically update when a new release is available.
38+
</div>
4539

46-
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).
47-
The `.zip` version will not automatically update.
4840

49-
Using [Chocolatey](https://chocolatey.org)? Run `cinst Atom` to install the latest version of Atom.
41+
<!---------------------------------------------------------------->
5042

51-
### Linux
43+
[Guidelines]: https://github.com/logos 'Branding Guidelines'
44+
[Electron]: https://github.com/electron/electron
45+
[Discord]: https://discord.gg/2tD9evh8qP 'Join the Atom Community Discord today!'
46+
[Status]: https://dev.azure.com/atomcommunity/atomcommunity/_build/latest?definitionId=10&branchName=master
5247

53-
Atom is only available for 64-bit Linux systems.
48+
[#]: #
5449

55-
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.
5650

57-
#### Archive extraction
51+
<!---------------------------{ Files }--------------------------->
5852

59-
An archive is available for people who don't want to install `atom` as root.
53+
[Documentation]: docs/Documentation.md 'Information how to use & work with Atom.'
54+
[Install]: docs/Installation.md 'How to install Atom on your system.'
55+
[Retired]: docs/Retirement.md 'Check out what happened to the original Atom project.'
56+
[License]: LICENSE.md
57+
[Build]: docs/Building.md 'Instructions on how to build Atom by yourself.'
6058

61-
This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit,
62-
but should be compatible with other Linux distributions.
6359

64-
1. Install dependencies (on Ubuntu):
65-
```sh
66-
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
67-
```
68-
2. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest).
69-
3. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder.
70-
4. Launch Atom using the installed `atom` command from the newly extracted directory.
60+
<!---------------------------{ Images }--------------------------->
7161

72-
The Linux version does not currently automatically update so you will need to
73-
repeat these steps to upgrade to future releases. -->
74-
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.
62+
[Preview]: https://user-images.githubusercontent.com/378023/49132478-f4b77680-f31f-11e8-9e10-e8454d8d9b7e.png 'Preview of the editor.'
63+
[Banner]: https://user-images.githubusercontent.com/378023/49132477-f4b77680-f31f-11e8-8357-ac6491761c6c.png
7564

76-
## Building
7765

78-
* [Linux](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux)
79-
* [macOS](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-mac)
80-
* [Windows](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows)
66+
<!---------------------------{ Badges }--------------------------->
8167

82-
## Discussion
68+
[Badge Guidelines]: https://img.shields.io/badge/Logo-Guidelines-d36e2d.svg?style=for-the-badge&labelColor=323232
69+
[Badge Retired]: https://img.shields.io/badge/Retired-bb3c1f.svg?style=for-the-badge&labelColor=323232&label=Upstream%20Status
70+
[Badge Sunset]: https://img.shields.io/badge/Sunset-orange.svg?style=for-the-badge&labelColor=323232&label=Upstream%20Status
71+
[Badge Discord]: https://img.shields.io/badge/Discord-6399c4.svg?style=for-the-badge&labelColor=323232&logoColor=white&logo=Discord
72+
[Badge License]: https://img.shields.io/badge/License-MIT-e5ab42.svg?style=for-the-badge&labelColor=323232
73+
[Badge Status]: https://dev.azure.com/atomcommunity/atomcommunity/_apis/build/status/atom-community/Release%20Branch%20Build?branchName=master
8374

84-
* Discuss Atom on [GitHub Discussions](https://github.com/atom/atom/discussions)
8575

86-
## License
76+
<!--------------------------{ Buttons }--------------------------->
8777

88-
[MIT](https://github.com/atom/atom/blob/master/LICENSE.md)
78+
[Button Documentation]: https://img.shields.io/badge/Documentation-6399c4?style=for-the-badge&logoColor=white&logo=GitBook
79+
[Button Install]: https://img.shields.io/badge/Install-78af9f?style=for-the-badge&logoColor=white&logo=DocuSign
80+
[Button Build]: https://img.shields.io/badge/Building-e5ab42?style=for-the-badge&logoColor=white&logo=GNUBash
8981

90-
When using the Atom or other GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).

SUPPORT.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Atom Support
2-
3-
If you're looking for support for Atom there are a lot of options, check out:
4-
1+
# Atom Community Support
2+
3+
If you're looking for support for Atom Community, there are a lot of options to check out:
54
* User Documentation &mdash; [The Atom Flight Manual](https://flight-manual.atom.io)
65
* Developer Documentation &mdash; [Atom API Documentation](https://atom.io/docs/api/latest)
7-
* Message Board &mdash; [Github Discussions, the official Atom message board](https://github.com/atom/atom/discussions)
6+
* Message Board &mdash; [Github Discussions, the official Atom Community message board](https://github.com/atom-community/atom/discussions)
87

9-
On Atoms Github Discussions board, there are a bunch of helpful community members that should be willing to point you in the right direction.
8+
On Atom Community's Github Discussions board, there are a bunch of helpful community members that should be willing to point you in the right direction.

apm/.npmrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
target=v12.18.3
2+
node-version=12.18.3
3+
package-lock=true
4+
prefer-frozen-lockfile=true
5+
strict-peer-dependencies=false

docs/Building.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
## Building
3+
4+
* [Linux](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux)
5+
* [macOS](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-mac)
6+
* [Windows](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows)

docs/Documentation.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Documentation
2+
3+
Visit [atom.io](https://atom.io) to learn more or visit the [Atom forum](https://github.com/atom/atom/discussions).
4+
5+
Follow [@AtomEditor](https://twitter.com/atomeditor) on Twitter for important
6+
announcements.
7+
8+
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).
9+
10+
The [API reference](https://atom.io/docs/api) for developing packages is also documented on Atom.io.

docs/Installation.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## Installing
2+
<!-- ### Prerequisites
3+
- [Git](https://git-scm.com)
4+
5+
### macOS
6+
7+
Download the latest [Atom release](https://github.com/atom/atom/releases/latest).
8+
9+
Atom will automatically update when a new release is available.
10+
11+
### Windows
12+
13+
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`.
14+
15+
Atom will automatically update when a new release is available.
16+
17+
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).
18+
The `.zip` version will not automatically update.
19+
20+
Using [Chocolatey](https://chocolatey.org)? Run `cinst Atom` to install the latest version of Atom.
21+
22+
### Linux
23+
24+
Atom is only available for 64-bit Linux systems.
25+
26+
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.
27+
28+
#### Archive extraction
29+
30+
An archive is available for people who don't want to install `atom` as root.
31+
32+
This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit,
33+
but should be compatible with other Linux distributions.
34+
35+
1. Install dependencies (on Ubuntu):
36+
```sh
37+
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
38+
```
39+
2. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest).
40+
3. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder.
41+
4. Launch Atom using the installed `atom` command from the newly extracted directory.
42+
43+
The Linux version does not currently automatically update so you will need to
44+
repeat these steps to upgrade to future releases. -->
45+
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.

docs/Retirement.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
## Retirement Of The Atom Project
3+
4+
Due to changes in the upstream, the original Atom and <br>
5+
its repositories will be archived on `December 15, 2022`.
6+
7+
If you'd like to learn more about the official Atom archiving, <br>
8+
you can read about it in their **[Official Announcement]**.
9+
10+
11+
<!----------------------------------------------------------------------------->
12+
13+
[Official Announcement]: https://github.blog/2022-06-08-sunsetting-atom/

menus/darwin.cson

+4-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,10 @@
196196

197197
{
198198
label: 'Packages'
199-
submenu: []
199+
submenu: [
200+
{ label: 'Open Package Manager', command: 'settings-view:view-installed-packages' }
201+
{ type: 'separator' }
202+
]
200203
}
201204

202205
{

menus/linux.cson

+4-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@
179179

180180
{
181181
label: '&Packages'
182-
submenu: []
182+
submenu: [
183+
{ label: 'Open Package Manager', command: 'settings-view:view-installed-packages' }
184+
{ type: 'separator' }
185+
]
183186
}
184187

185188
{

menus/win32.cson

+4-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,10 @@
178178

179179
{
180180
label: '&Packages'
181-
submenu: []
181+
submenu: [
182+
{ label: 'Open Package Manager', command: 'settings-view:view-installed-packages' }
183+
{ type: 'separator' }
184+
]
182185
}
183186

184187
{

0 commit comments

Comments
 (0)