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">Glade Interface Designer</name>
8
  <shortdesc xml:lang="en">User Interface Builder for GTK+ applications</shortdesc>
9
  <homepage rdf:resource="http://glade.gnome.org/" />
10
  <mailing-list rdf:resource="http://lists.ximian.com/mailman/listinfo/glade-devel" />
11
  <download-page rdf:resource="http://download.gnome.org/sources/glade3/" />
12
  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=glade3" />
13
14
  <!-- DOAP category: This is used to categorize repositories in cgit.
15
       Pulse has taken its best guess at the correct category.  You may
16
       want to replace the rdf:resource attribute with one of the following:
17
         http://api.gnome.org/doap-extensions#admin
18
         http://api.gnome.org/doap-extensions#bindings
19
         http://api.gnome.org/doap-extensions#deprecated
20
         http://api.gnome.org/doap-extensions#desktop
21
         http://api.gnome.org/doap-extensions#development
22
         http://api.gnome.org/doap-extensions#infrastructure
23
         http://api.gnome.org/doap-extensions#platform
24
         http://api.gnome.org/doap-extensions#productivity
25
       NOTE: There is an "Other" categorization on cgit, but we do not have a
26
       DOAP category for it.  If your module does not belong to one of these
27
       groups, then do not include a category property in your DOAP file.
28
  -->
29
  <category rdf:resource="http://api.gnome.org/doap-extensions#development" />
30
31
  <maintainer>
32
    <foaf:Person>
33
      <foaf:name>Tristan Van Berkom</foaf:name>
34
      <foaf:mbox rdf:resource="tristan.van.berkom@gmail.com" />
35
      <gnome:userid>tvb</gnome:userid>
36
    </foaf:Person>
37
  </maintainer>
38
</Project>