diff options
author | infirit <[email protected]> | 2014-11-10 12:01:52 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-10 12:05:04 +0100 |
commit | c52d5fa4c48c8449c14b67a481c38812ce6bf06d (patch) | |
tree | b0720c193df209e53c62b05f100553e8f6c94dd1 /data/pluma.appdata.xml.in | |
parent | 8dc0f51c1def68f1ca80bab2afea3e8156d30b49 (diff) | |
download | pluma-c52d5fa4c48c8449c14b67a481c38812ce6bf06d.tar.bz2 pluma-c52d5fa4c48c8449c14b67a481c38812ce6bf06d.tar.xz |
appdata: Add autotool bits for appdata
Diffstat (limited to 'data/pluma.appdata.xml.in')
-rw-r--r-- | data/pluma.appdata.xml.in | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/data/pluma.appdata.xml.in b/data/pluma.appdata.xml.in new file mode 100644 index 00000000..b24b35d9 --- /dev/null +++ b/data/pluma.appdata.xml.in @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 MATE team <[email protected]> --> +<component type="desktop"> + <id>pluma.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>Pluma</name> + <summary>A Text Editor for the MATE desktop environment</summary> + <description> + <p> + Pluma is a small, but powerful text editor designed specifically for + the MATE desktop. It has most standard text editor functions and fully + supports international text in Unicode. Advanced features include syntax + highlighting and automatic indentation of source code, printing and editing + of multiple documents in one window. + </p> + <p> + Pluma is extensible through a plugin system, which currently includes + support for spell checking, comparing files, viewing CVS ChangeLogs, and + adjusting indentation levels. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_01.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_02.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_03.png + </image> + </screenshot> + </screenshots> + <url type="homepage">http://www.mate-desktop.org</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |