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.
38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<application>
|
|
<id type="desktop">gimp.desktop</id>
|
|
<!--
|
|
The tag 'licence' means the licence of this file, not the whole
|
|
product; see http://people.freedesktop.org/~hughsient/appdata/
|
|
as of 20.09.2013. The CC0 licence is GPL compatible, see
|
|
http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
|
|
as of 20.09.2013
|
|
-->
|
|
<licence>CC0</licence>
|
|
<description>
|
|
<_p>
|
|
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.
|
|
</_p>
|
|
<_p>
|
|
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.
|
|
</_p>
|
|
<_p>
|
|
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,
|
|
Microsoft Windows and OS X.
|
|
</_p>
|
|
</description>
|
|
<url type="homepage">http://www.gimp.org/</url>
|
|
<screenshots>
|
|
<screenshot type="default">http://www.gimp.org/screenshots/linux_mixer.jpg</screenshot>
|
|
</screenshots>
|
|
<updatecontact>gimp-developer-list_at_gnome.org</updatecontact>
|
|
</application>
|