]> Pileus Git - grits/commitdiff
Add "Description of a Project" file
authorAndy Spencer <andy753421@gmail.com>
Fri, 10 Sep 2010 03:12:59 +0000 (03:12 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 10 Sep 2010 03:15:06 +0000 (03:15 +0000)
libgis.doap [new file with mode: 0644]

diff --git a/libgis.doap b/libgis.doap
new file mode 100644 (file)
index 0000000..96b0061
--- /dev/null
@@ -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">libgis</name>
+  <shortdesc xml:lang="en">Virtual Globe library</shortdesc>
+  <homepage rdf:resource="http://lug.rose-hulman.edu/code/projects/libgis" />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Andy Spencer</foaf:name>
+      <foaf:mbox rdf:resource="mailto:andy753421@gmail.com" />
+      <gnome:userid>andys</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>