app: explicitly clear GUI when halting a filter tool
[gimp.git] / gimp.doap
blobee9af6fa713ad33f13b1b2b74812c77297bc6178
1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
3          xmlns:foaf="http://xmlns.com/foaf/0.1/"
4          xmlns:gnome="http://api.gnome.org/doap-extensions#"
5          xmlns="http://usefulinc.com/ns/doap#">
7   <name xml:lang="en">GIMP</name>
9   <shortdesc xml:lang="en">GNU Image Manipulation Program</shortdesc>
11   <description xml:lang="en">
12       GIMP is an acronym for GNU Image Manipulation Program. It is a
13       freely distributed program for such tasks as photo retouching,
14       image composition and image authoring.
15       It has many capabilities. It can be used as a simple paint
16       program, an expert quality photo retouching program, an online
17       batch processing system, a mass production image renderer, an
18       image format converter, etc.
19       GIMP is expandable and extensible. It is designed to be
20       augmented with plug-ins and extensions to do just about
21       anything. The advanced scripting interface allows everything
22       from the simplest task to the most complex image manipulation
23       procedures to be easily scripted. GIMP is available for Linux,
24       Windows and OS X.
25   </description>
26   <description xml:lang="de">
27       GIMP ist die Abkürzung für GNU Image Manipulation Program.
28       Es ist ein frei verfügbares Programm für Aufgaben wie Fotoretusche,
29       Bildgestaltung und Bildbearbeitung.
30       GIMP hat viele Fähigkeiten. Sie können es verwenden für einfache
31       Zeichenaufgabben, professionelle Fotoretuschen, die Online-
32       Stapelverarbeitung, Bildrendering in der Massenproduktion,
33       die Umwandlung von Grafikdateien und vieles mehr.
34       GIMP ist durch Plug-ins erweiterungsfähig.
35       Mithilfe der Programmierschnittstelle von GIMP können Sie einfache
36       Aufgaben wie auch komplexe Bildverarbeitungprozeduren automatisieren.
37       GIMP steht Ihnen unter Linux, Windows und OS X zur Verfügung.
38   </description>
39   <description xml:lang="it">
40       GIMP è un acronimo per GNU Image Manipulation Program. È un 
41       programma distribuito liberamente adatto al foto ritocco,
42       alla composizione e alla creazione di immagini.
43       È molto flessibile. Può essere usato come semplice programma 
44       di disegno, come programma per il fotoritocco professionale,
45       come sistema di elaborazione bach in linea, come generatore
46       di immagini prodotte automaticamente, come convertitore tra
47       diversi formati immagine e altro ancora.
48       GIMP è espandibile ed estensibile. È stato progettato per 
49       essere ampliato con plug-in ed estensioni per poter aggiungere
50       praticamente qualunque comando. L'interfaccia avanzata di 
51       scripting semplifica la conversione in procedura dal compito
52       più semplice fino all'elaborazione di immagini più complessa.
53       GIMP è disponibile per Linux, Windows e OS X.
54   </description>
56   <homepage rdf:resource="https://www.gimp.org" />
58   <mailing-list rdf:resource="https://gimp.org/mail_lists.html" />
60   <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
62   <download-page rdf:resource="https:///www.gimp.org/downloads/" />
64   <bug-database
65     rdf:resource="https://gitlab.gnome.org/GNOME/gimp/issues"
66   />
68   <programming-language>C</programming-language>
69   <programming-language>Python</programming-language>
70   <programming-language>Scheme</programming-language>
72   <maintainer>
73     <foaf:Person>
74       <foaf:name>Michael Natterer</foaf:name>
75       <gnome:userid>mitch</gnome:userid>
76     </foaf:Person>
77   </maintainer>
78   <maintainer>
79     <foaf:Person>
80       <foaf:name>Michael Schumacher</foaf:name>
81       <gnome:userid>schumaml</gnome:userid>
82     </foaf:Person>
83   </maintainer>
85 <!-- TODO: generate MAINTAINERS from this file -->
87 </Project>