From 8dc0f51c1def68f1ca80bab2afea3e8156d30b49 Mon Sep 17 00:00:00 2001 From: alxpl Date: Sun, 9 Nov 2014 14:50:21 +0200 Subject: Create pluma.appdata.xml An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs. It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well. Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well. Thanks! --- data/pluma.appdata.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 data/pluma.appdata.xml (limited to 'data') diff --git a/data/pluma.appdata.xml b/data/pluma.appdata.xml new file mode 100644 index 00000000..b24b35d9 --- /dev/null +++ b/data/pluma.appdata.xml @@ -0,0 +1,43 @@ + + + + pluma.desktop + CC0-1.0 + GPL-2.0+ + Pluma + A Text Editor for the MATE desktop environment + +

+ 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. +

+

+ Pluma is extensible through a plugin system, which currently includes + support for spell checking, comparing files, viewing CVS ChangeLogs, and + adjusting indentation levels. +

+
+ + + + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_01.png + + + + + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_02.png + + + + + https://alexpl.fedorapeople.org/AppData/pluma/screens/pluma_03.png + + + + http://www.mate-desktop.org + mate-dev@ml.mate-desktop.org + MATE +
-- cgit v1.2.1