mirror of https://github.com/GNOME/gimp.git
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:
parent
92f942c71c
commit
4f852593e8
4
AUTHORS
4
AUTHORS
|
@ -8,7 +8,6 @@ GIMP was originally written by:
|
|||
|
||||
The current maintainers are:
|
||||
|
||||
Sven Neumann
|
||||
Michael Natterer
|
||||
|
||||
|
||||
|
@ -192,11 +191,12 @@ The following people have contributed code to GIMP:
|
|||
Felix Natter
|
||||
David Neary
|
||||
David Necas
|
||||
Sven Neumann
|
||||
Andreas Neustifter
|
||||
Stephen Robert Norris
|
||||
Tim Newsome
|
||||
Jon Nordby
|
||||
Martin Nordholts
|
||||
Stephen Robert Norris
|
||||
Erik Nygren
|
||||
Miles O'Neal
|
||||
David Odin
|
||||
|
|
|
@ -4,7 +4,3 @@ Currently active maintainers
|
|||
Michael Natterer
|
||||
E-mail: mitch@gimp.org
|
||||
Userid: mitch
|
||||
|
||||
Sven Neumann
|
||||
E-mail: sven@gimp.org
|
||||
Userid: neo
|
||||
|
|
|
@ -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>
|
||||
|
|
61
gimp.doap
61
gimp.doap
|
@ -5,17 +5,55 @@
|
|||
xmlns="http://usefulinc.com/ns/doap#">
|
||||
|
||||
<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>
|
||||
<foaf:Person>
|
||||
<foaf:name>Sven Neumann</foaf:name>
|
||||
<gnome:userid>neo</gnome:userid>
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
<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#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>
|
||||
<foaf:Person>
|
||||
|
@ -23,7 +61,6 @@
|
|||
<gnome:userid>mitch</gnome:userid>
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
|
||||
<maintainer>
|
||||
<foaf:Person>
|
||||
<foaf:name>Michael Schumacher</foaf:name>
|
||||
|
@ -31,4 +68,6 @@
|
|||
</foaf:Person>
|
||||
</maintainer>
|
||||
|
||||
<!-- TODO: generate MAINTAINERS from this file -->
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue