[gitadmin-test: 1/2] Add a DOAP file



commit c6a05297b862b711d354f0f9262b37a8a701f059
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Fri Aug 17 14:41:21 2012 -0400

    Add a DOAP file

 gitadmin-test.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/gitadmin-test.doap b/gitadmin-test.doap
new file mode 100644
index 0000000..39408e1
--- /dev/null
+++ b/gitadmin-test.doap
@@ -0,0 +1,18 @@
+<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">gitadmin-test</name>
+  <shortdesc xml:lang="en">Test repository for GIT administration scripts</shortdesc>
+  <description>This is a test repositor, it is useful for nothing.</description>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Owen Taylor</foaf:name>
+      <foaf:mbox rdf:resource="mailto:otaylor redhat com" />
+      <gnome:userid>otaylor</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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