aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--libowl.doap45
2 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2c9259..13c2d59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-20 Ross Burton <ross@openedhand.com>
+
+ * libowl.doap:
+ Add basic DOAP file.
+
2006-03-20 Ross Burton <ross@openedhand.com>
* libowl/owltreemodelslice.c:
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>