[libgis] Add "Description of a Project" file



commit 7fd905b9f8a19f6c021c7fa754c1e35e6abd4141
Author: Andy Spencer <andy753421 gmail com>
Date:   Fri Sep 10 03:12:59 2010 +0000

    Add "Description of a Project" file

 libgis.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/libgis.doap b/libgis.doap
new file mode 100644
index 0000000..96b0061
--- /dev/null
+++ b/libgis.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">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>



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