[2.30] branch gnome-applets
[jhbuild/xnox.git] / jhbuild.doap
blobb1375472659464b49714762b085c1fc51ae8c40b
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 <name>JHBuild</name>
8 <shortname>jhbuild</shortname>
9 <shortdesc>Tool to build the whole GNOME desktop from sources</shortdesc>
10 <description>
11 JHBuild is a tool used to build the whole GNOME desktop from the
12 source repositories.
13 </description>
15 <homepage rdf:resource="http://live.gnome.org/Jhbuild"/>
16 <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
17 <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=jhbuild"/>
19 <programming-language>Python</programming-language>
21 <category rdf:resource="http://api.gnome.org/doap-extensions#development" />
23 <maintainer>
24 <foaf:Person>
25 <foaf:name>Frederic Peters</foaf:name>
26 <foaf:mbox rdf:resource="mailto:fpeters@0d.be"/>
27 <gnome:userid>fpeters</gnome:userid>
28 </foaf:Person>
29 </maintainer>
31 <author>
32 <foaf:Person>
33 <foaf:name>James Henstridge</foaf:name>
34 <foaf:mbox rdf:resource="mailto:james@james.id.au"/>
35 </foaf:Person>
36 </author>
37 </Project>