[gimp/gimp-2-8] Make gimp.doap compliant to the new DOAP file style (GUADEC 2014): * Add new mandatory fields 'descr
- From: Sven Claussner <sclaussner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] Make gimp.doap compliant to the new DOAP file style (GUADEC 2014): * Add new mandatory fields 'descr
- Date: Thu, 7 Aug 2014 19:06:47 +0000 (UTC)
commit 165c01c8b110e27c42972ad478e0bbf7c7f228a7
Author: Sven Claussner <sclaussner src gnome org>
Date: Thu Aug 7 21:05:54 2014 +0200
Make gimp.doap compliant to the new DOAP file style (GUADEC 2014):
* Add new mandatory fields 'description' and 'programming-language'.
Add download page URL.
Add bug-tracker URL.
Add programming language.
Unify description in gimp.doap and gimp.appdata.xml.in.
desktop/gimp.appdata.xml.in | 2 +-
gimp.doap | 48 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 1 deletions(-)
---
diff --git a/desktop/gimp.appdata.xml.in b/desktop/gimp.appdata.xml.in
index 78145dd..83008ad 100644
--- a/desktop/gimp.appdata.xml.in
+++ b/desktop/gimp.appdata.xml.in
@@ -26,7 +26,7 @@
augmented with plug-ins and extensions to do just about
anything. The advanced scripting interface allows everything
from the simplest task to the most complex image manipulation
- procedures to be easily scripted. GIMP is also available for
+ procedures to be easily scripted. GIMP is available for Linux,
Microsoft Windows and OS X.
</_p>
</description>
diff --git a/gimp.doap b/gimp.doap
index 0e976e2..f6e959f 100644
--- a/gimp.doap
+++ b/gimp.doap
@@ -5,11 +5,56 @@
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">GIMP</name>
+
<shortdesc xml:lang="en">GNU Image Manipulation Program</shortdesc>
+
+ <description xml:lang="en">
+ GIMP is an acronym for GNU Image Manipulation Program. It is a
+ freely distributed program for such tasks as photo retouching,
+ image composition and image authoring.
+ It has many capabilities. It can be used as a simple paint
+ program, an expert quality photo retouching program, an online
+ batch processing system, a mass production image renderer, an
+ image format converter, etc.
+ GIMP is expandable and extensible. It is designed to be
+ augmented with plug-ins and extensions to do just about
+ anything. The advanced scripting interface allows everything
+ from the simplest task to the most complex image manipulation
+ procedures to be easily scripted. GIMP is available for Linux,
+ Windows and OS X.
+ </description>
+ <description xml:lang="de">
+ GIMP ist die Abkürzung für GNU Image Manipulation Program.
+ Es ist ein frei verfügbares Programm für Aufgaben wie Fotoretusche,
+ Bildgestaltung und Bildbearbeitung.
+ GIMP hat viele Fähigkeiten. Sie können es verwenden für einfache
+ Zeichenaufgabben, professionelle Fotoretuschen, die Online-
+ Stapelverarbeitung, Bildrendering in der Massenproduktion,
+ die Umwandlung von Grafikdateien und vieles mehr.
+ GIMP ist durch Plug-ins erweiterungsfähig.
+ Mithilfe der Programmierschnittstelle von GIMP können Sie einfache
+ Aufgaben wie auch komplexe Bildverarbeitungprozeduren automatisieren.
+ GIMP steht Ihnen unter Linux, Windows und OS X zur Verfügung.
+ </description>
+
<homepage rdf:resource="http://www.gimp.org" />
+
<mailing-list rdf:resource="http://gimp.org/mail_lists.html" />
+
<category rdf:resource="http://api.gnome.org/doap-extensions#productivity" />
+ <download-page rdf:resource="http:///www.gimp.org/downloads/" />
+
+ <bug-database
+ rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=GIMP"
+ />
+
+ <programming-language>C</programming-language>
+ <programming-language>Perl</programming-language>
+ <programming-language>Python</programming-language>
+ <programming-language>Shell</programming-language>
+ <programming-language>XSLT</programming-language>
+
<maintainer>
<foaf:Person>
<foaf:name>Sven Neumann</foaf:name>
@@ -22,4 +67,7 @@
<gnome:userid>mitch</gnome:userid>
</foaf:Person>
</maintainer>
+
+<!-- TODO: generate MAINTAINERS from this file -->
+
</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]