[gturing] Added DOAP spec.
- From: Germán Poó Caamaño <gpoo src gnome org>
- To: svn-commits-list gnome org
- Subject: [gturing] Added DOAP spec.
- Date: Sat, 18 Apr 2009 16:55:33 -0400 (EDT)
commit 0e4e4fbe20fe964184ae1e259e5778a480206830
Author: Germán Póo-Caamaño <gpoo gnome org>
Date: Sat Apr 18 16:55:15 2009 -0400
Added DOAP spec.
---
gturing.doap | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/gturing.doap b/gturing.doap
new file mode 100644
index 0000000..909e2d0
--- /dev/null
+++ b/gturing.doap
@@ -0,0 +1,20 @@
+<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">gturing</name>
+ <shortdesc xml:lang="en">
+ A very simple turing machine simulator.
+ </shortdesc>
+
+ <download-page rdf:resource="http://ftp.gnome.org/pub/gnome/sources/gturing/" />
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Germán Póo-Caamaño</foaf:name>
+ <foaf:mbox rdf:resource="gpoo gnome org" />
+ <gnome:userid>gpoo</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]