-
Notifications
You must be signed in to change notification settings - Fork 19
/
java-gnome.doap
24 lines (21 loc) · 1.48 KB
/
java-gnome.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">java-gnome</name>
<shortdesc xml:lang="en">Java bindings for the GTK widget toolkit and for the rich family of libraries making up the GNOME desktop</shortdesc>
<description>The official Java bindings for GTK and GNOME. They feature robust engineering design, completely generated internals, a lovingly crafted layer presenting the public API. Developers can use java-gnome to develop sophisticated user interfaces for Linux applications so that they richly integrate with the GNOME Desktop while leveraging their expertise with the Java language.</description>
<homepage rdf:resource="http://java-gnome.sourceforge.net/" />
<mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers" />
<download-page rdf:resource="http://download.gnome.org/sources/java-gnome/" />
<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=java-gnome" />
<category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
<maintainer>
<foaf:Person>
<foaf:name>Andrew Cowie</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>afcowie</gnome:userid>
</foaf:Person>
</maintainer>
</Project>