forked from flathub/io.brackets.Brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.brackets.Brackets.appdata.xml
34 lines (34 loc) · 1.61 KB
/
io.brackets.Brackets.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
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.brackets.Brackets.desktop</id>
<name>Brackets</name>
<developer_name>Adobe</developer_name>
<summary>An open source code editor for the web</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<url type="homepage">http://brackets.io</url>
<content_rating type="oars-1.1" />
<description>
<p>Brackets is a modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.</p>
<ul>
<li>TOOLS SHOULDN'T GET IN YOUR WAY. Instead of cluttering up your coding environment with lots of panels and icons, the Quick Edit UI in Brackets puts context-specific code and tools inline.</li>
<li>BRACKETS IS IN SYNC WITH YOUR BROWSER. With Live Preview, Brackets works directly with your browser to push code edits instantly and jump back and forth between your real source code and the browser view.</li>
<li>DO IT YOURSELF. Because Brackets is open source, and built with HTML, CSS and JavaScript, you can help build the best code editor for the web.</li>
</ul>
</description>
<screenshots>
<screenshot>
<image type="source">https://github.com/adobe/brackets/wiki/screenshots/brackets-ui.png</image>
</screenshot>
<screenshot>
<image type="source">https://github.com/adobe/brackets/wiki/screenshots/brackets-quick-edit.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.14" date="2019-05-02"/>
<release version="1.13" date="2018-06-18"/>
</releases>
<kudos>
<kudo></kudo>
</kudos>
</component>