]> Pileus Git - ~andy/gtk/blob - gtk+.doap
stylecontext: Do invalidation on first resize container
[~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   <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
37
38   <programming-language>C</programming-language>
39
40   <repository>
41     <GitRepository>
42         <browse rdf:resource="http://git.gnome.org/browse/gtk+/"/>
43       <location rdf:resource="git://git.gnome.org/gtk+"/>
44     </GitRepository>
45   </repository>
46
47   <maintainer>
48     <foaf:Person>
49       <foaf:name>Matthias Clasen</foaf:name>
50       <foaf:mbox rdf:resource="mailto:mclasen@redhat.com"/>
51       <gnome:userid>matthiasc</gnome:userid>
52     </foaf:Person>
53   </maintainer>
54   <maintainer>
55     <foaf:Person>
56       <foaf:name>Tim Janik</foaf:name>
57       <foaf:mbox rdf:resource="mailto:timj@gtk.org"/>
58       <gnome:userid>timj</gnome:userid>
59     </foaf:Person>
60   </maintainer>
61
62 </Project>