[valencia] Add doap file for GNOME



commit 85575a2eb56f1d0281a9b5351c8e0e8e028e5799
Author: Charles Lindsay <chaz yorba org>
Date:   Mon Oct 28 14:42:02 2013 -0700

    Add doap file for GNOME

 valencia.doap |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/valencia.doap b/valencia.doap
new file mode 100644
index 0000000..967ed41
--- /dev/null
+++ b/valencia.doap
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">valencia</name>
+  <shortdesc xml:lang="en">gedit plugin for Vala</shortdesc>
+  <homepage rdf:resource="https://wiki.gnome.org/Valencia"; />
+  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/valencia-list"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=valencia"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jim Nelson</foaf:name>
+      <foaf:mbox rdf:resource="mailto:jim yorba org" />
+      <gnome:userid>jnelson</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Charles Lindsay</foaf:name>
+      <foaf:mbox rdf:resource="mailto:chaz yorba org" />
+      <gnome:userid>clindsay</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>


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