]> Pileus Git - ~andy/gtk/blob - gtk+.doap
Update config.h.win32.in
[~andy/gtk] / gtk+.doap
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#">
6
7   <name xml:lang="en">Gtk+</name>
8   <shortdesc xml:lang="en">Multi-platform toolkit</shortdesc>
9   <description xml:lang="en">GTK+ is a multi-platform toolkit for creating graphical user
10 interfaces. Offering a complete set of widgets, GTK+ is suitable for
11 projects ranging from small one-off tools to complete application
12 suites.
13
14 GTK+ has been designed from the ground up to support a range of
15 languages, not only C/C++. Using GTK+ from languages such as Perl and
16 Python (especially in combination with the Glade GUI builder) provides
17 an effective method of rapid application development.
18
19 GTK+ is free software and part of the GNU Project. However, the
20 licensing terms for GTK+, the GNU LGPL, allow it to be used by all
21 developers, including those developing proprietary software, without
22 any license fees or royalties.</description>
23   <homepage rdf:resource="http://www.gtk+.org/" />
24   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-list" />
25   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list" />
26   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-devel-list" />
27   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-doc-list" />
28   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-i18n-list" />
29   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-perl-list" />
30   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/language-bindings" />
31
32   <maintainer>
33     <foaf:Person>
34       <foaf:name>Matthias Clasen</foaf:name>
35       <foaf:mbox rdf:resource="mailto:mclasen@redhat.com"/>
36       <gnome:userid>matthiasc</gnome:userid>
37     </foaf:Person>
38   </maintainer>
39   <maintainer>
40     <foaf:Person>
41       <foaf:name>Tim Janik</foaf:name>
42       <foaf:mbox rdf:resource="mailto:timj@gtk.org"/>
43       <gnome:userid>timj</gnome:userid>
44     </foaf:Person>
45   </maintainer>
46 </Project>