Update GIMP project meta information.

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.
Set category to Apps.
Move Sven Neumann from maintainer list to AUTHORS after querying him.

Unify description in gimp.doap and gimp.appdata.xml.in.
This commit is contained in:
Sven Claussner 2014-08-07 21:05:54 +02:00
parent 92f942c71c
commit 4f852593e8
4 changed files with 53 additions and 18 deletions

View File

@ -8,7 +8,6 @@ GIMP was originally written by:
The current maintainers are: The current maintainers are:
Sven Neumann
Michael Natterer Michael Natterer
@ -192,11 +191,12 @@ The following people have contributed code to GIMP:
Felix Natter Felix Natter
David Neary David Neary
David Necas David Necas
Sven Neumann
Andreas Neustifter Andreas Neustifter
Stephen Robert Norris
Tim Newsome Tim Newsome
Jon Nordby Jon Nordby
Martin Nordholts Martin Nordholts
Stephen Robert Norris
Erik Nygren Erik Nygren
Miles O'Neal Miles O'Neal
David Odin David Odin

View File

@ -4,7 +4,3 @@ Currently active maintainers
Michael Natterer Michael Natterer
E-mail: mitch@gimp.org E-mail: mitch@gimp.org
Userid: mitch Userid: mitch
Sven Neumann
E-mail: sven@gimp.org
Userid: neo

View File

@ -26,7 +26,7 @@
augmented with plug-ins and extensions to do just about augmented with plug-ins and extensions to do just about
anything. The advanced scripting interface allows everything anything. The advanced scripting interface allows everything
from the simplest task to the most complex image manipulation 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. Microsoft Windows and OS X.
</_p> </_p>
</description> </description>

View File

@ -5,17 +5,55 @@
xmlns="http://usefulinc.com/ns/doap#"> xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">GIMP</name> <name xml:lang="en">GIMP</name>
<shortdesc xml:lang="en">GNU Image Manipulation Program</shortdesc>
<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" />
<maintainer> <shortdesc xml:lang="en">GNU Image Manipulation Program</shortdesc>
<foaf:Person>
<foaf:name>Sven Neumann</foaf:name> <description xml:lang="en">
<gnome:userid>neo</gnome:userid> GIMP is an acronym for GNU Image Manipulation Program. It is a
</foaf:Person> freely distributed program for such tasks as photo retouching,
</maintainer> 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#apps" />
<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> <maintainer>
<foaf:Person> <foaf:Person>
@ -23,7 +61,6 @@
<gnome:userid>mitch</gnome:userid> <gnome:userid>mitch</gnome:userid>
</foaf:Person> </foaf:Person>
</maintainer> </maintainer>
<maintainer> <maintainer>
<foaf:Person> <foaf:Person>
<foaf:name>Michael Schumacher</foaf:name> <foaf:name>Michael Schumacher</foaf:name>
@ -31,4 +68,6 @@
</foaf:Person> </foaf:Person>
</maintainer> </maintainer>
<!-- TODO: generate MAINTAINERS from this file -->
</Project> </Project>