]> Pileus Git - ~andy/gtk/blob - gtk+.doap
gtk+.doap: Add some more info
[~andy/gtk] / gtk+.doap
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4          xmlns:foaf="http://xmlns.com/foaf/0.1/"
5          xmlns:gnome="http://api.gnome.org/doap-extensions#"
6          xmlns="http://usefulinc.com/ns/doap#">
7
8   <name xml:lang="en">Gtk+</name>
9   <shortname>gtk+</shortname>
10   <shortdesc xml:lang="en">Multi-platform toolkit</shortdesc>
11   <description xml:lang="en">GTK+ is a multi-platform toolkit for creating graphical user
12 interfaces. Offering a complete set of widgets, GTK+ is suitable for
13 projects ranging from small one-off tools to complete application
14 suites.
15
16 GTK+ has been designed from the ground up to support a range of
17 languages, not only C/C++. Using GTK+ from languages such as Perl and
18 Python (especially in combination with the Glade GUI builder) provides
19 an effective method of rapid application development.
20
21 GTK+ is free software and part of the GNU Project. However, the
22 licensing terms for GTK+, the GNU LGPL, allow it to be used by all
23 developers, including those developing proprietary software, without
24 any license fees or royalties.</description>
25   <homepage rdf:resource="http://www.gtk+.org/" />
26   <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
27   <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" />
28   <download-page rdf:resource="http://download.gnome.org/sources/gtk+/" />
29   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-list" />
30   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list" />
31   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-devel-list" />
32   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-doc-list" />
33   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-i18n-list" />
34   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-perl-list" />
35   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/language-bindings" />
36
37   <programming-language>C</programming-language>
38
39   <repository>
40     <GitRepository>
41         <browse rdf:resource="http://git.gnome.org/browse/gtk+/"/>
42       <location rdf:resource="git://git.gnome.org/gtk+"/>
43     </GitRepository>
44   </repository>
45
46   <maintainer>
47     <foaf:Person>
48       <foaf:name>Matthias Clasen</foaf:name>
49       <foaf:mbox rdf:resource="mailto:mclasen@redhat.com"/>
50       <gnome:userid>matthiasc</gnome:userid>
51     </foaf:Person>
52   </maintainer>
53   <maintainer>
54     <foaf:Person>
55       <foaf:name>Tim Janik</foaf:name>
56       <foaf:mbox rdf:resource="mailto:timj@gtk.org"/>
57       <gnome:userid>timj</gnome:userid>
58     </foaf:Person>
59   </maintainer>
60
61 </Project>