[gnio: 7/7] Add gnio.doap



commit 5e45423335b40db1ec4236b7b6642dc5c025e196
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Apr 26 01:09:45 2009 -0400

    Add gnio.doap
---
 gnio.doap |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/gnio.doap b/gnio.doap
new file mode 100644
index 0000000..2cb9ebd
--- /dev/null
+++ b/gnio.doap
@@ -0,0 +1,17 @@
+<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'>GNIO</name>
+  <shortdesc xml:lang='en'>Networking support for GIO</shortdesc>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Ryan Lortie</foaf:name>
+      <foaf:mbox rdf:resource='mailto:desrt desrt ca'/>
+      <gnome:userid>ryanl</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]