-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.atom.appdata.xml
32 lines (31 loc) · 1.28 KB
/
io.atom.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2014-2020 Free Software Foundation, Inc. -->
<component type="desktop-application">
<id>io.atom.desktop</id>
<metadata_license>MIT</metadata_license>
<name>Atom</name>
<summary>The hackable text editor</summary>
<description>
<p>Atom is a hackable text editor for the 21st century, built on 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.</p>
</description>
<launchable type="desktop-id">atom.desktop</launchable>
<screenshots>
<screenshot type="default">
<image type="source" width="1760" height="1160">https://user-images.githubusercontent.com/378023/49132478-f4b77680-f31f-11e8-9e10-e8454d8d9b7e.png</image>
</screenshot>
</screenshots>
<provides>
<binary>atom</binary>
</provides>
<releases>
<release version="1.52.0" date="2020-10-14">
<description>Version bump</description>
</release>
<release version="1.51.0" date="2020-09-16">
<description>Initial AppImage release.</description>
</release>
</releases>
<url type="homepage">https://atom.io</url>
<update_contact>dziltener_AT_lyrion.ch</update_contact>
<project_group>Atom</project_group>
</component>