[jester] add a dope project description file



commit 085b1e566b2f732b8d02062b0c9a1a9a533e1ecc
Author: John (J5) Palmieri <johnp redhat com>
Date:   Mon Mar 22 18:04:56 2010 -0400

    add a dope project description file

 jester.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/jester.doap b/jester.doap
new file mode 100644
index 0000000..bab4c3a
--- /dev/null
+++ b/jester.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">Jester</name>
+  <shortdesc xml:lang="en">Standalone JavaScript unit tester for non-DOM JavaScript code</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/Jester"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>John (J5) Palmieri</foaf:name>
+      <foaf:mbox rdf:resource="mailto:johnp redhat com" />
+      <gnome:userid>johnp</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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