aboutsummaryrefslogtreecommitdiffstats
path: root/libowl.doap
diff options
context:
space:
mode:
Diffstat (limited to 'libowl.doap')
-rw-r--r--libowl.doap45
1 files changed, 45 insertions, 0 deletions
diff --git a/libowl.doap b/libowl.doap
new file mode 100644
index 0000000..a55b5c9
--- /dev/null
+++ b/libowl.doap
@@ -0,0 +1,45 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns="http://usefulinc.com/ns/doap#">
+
+ <name>OWL</name>
+ <shortname>libowl</shortname>
+ <created>2006-03-18</created>
+
+ <shortdesc xml:lang="en">
+ A library of useful miscellaneous widgets for GTK+.
+ </shortdesc>
+
+ <description xml:lang="en">
+ OWL, the OpenedHand Widget Library, is a collection of useful miscellaneous
+ widgets for GTK+.
+ </description>
+
+ <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
+
+ <os>Linux</os>
+ <programming-language>C</programming-language>
+
+ <category rdf:resource="http://labs.o-hand.com/doap/category/library"/>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Ross Burton</foaf:name>
+ <foaf:mbox rdf:resource="mailto:ross@o-hand.com"/>
+ </foaf:Person>
+ </maintainer>
+
+ <author>
+ <foaf:Person>
+ <foaf:name>Ross Burton</foaf:name>
+ <foaf:mbox rdf:resource="mailto:ross@o-hand.com"/>
+ </foaf:Person>
+ </author>
+
+ <repository>
+ <SVNRepository>
+ <browse rdf:resource="http://svn.o-hand.com/view/misc/trunk/libowl"/>
+ <location rdf:resource="https://svn.o-hand.com/repos/misc/trunk/libowl"/>
+ </SVNRepository>
+ </repository>
+</Project>