[vte] Add DOAP file.



commit fd3ab8dd61ed18f460cecc153de24eb1377a1a34
Author: Christian Persch <chpe gnome org>
Date:   Fri Apr 17 18:56:16 2009 +0200

    Add DOAP file.
---
 vte.doap |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/vte.doap b/vte.doap
new file mode 100644
index 0000000..f756232
--- /dev/null
+++ b/vte.doap
@@ -0,0 +1,48 @@
+<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#";>
+
+  <!--
+  This is a DOAP template file.  It contains Pulse's best guesses at
+  some basic content.  You should verify the information in this file
+  and modify anything that isn't right.  Add the corrected file to your
+  source code repository to help tools better understand your project.
+  -->
+
+  <name xml:lang="en">Terminal widget</name>
+  <!-- Description, e.g.
+       "Falling blocks game"
+       "Internationalized text layout and rendering library"
+  <shortdesc xml:lang="en">FIXME</shortdesc>
+  -->
+  <!--
+  <homepage rdf:resource="http://www.gnome.org/"; />
+  -->
+  <!--
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+  -->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Behdad Esfahbod</foaf:name>
+      <foaf:mbox rdf:resource="behdad gnome org" />
+      <gnome:userid>behdad</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Christian Persch</foaf:name>
+      <foaf:mbox rdf:resource="chpe gnome org" />
+      <gnome:userid>chpe</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Chris Wilson</foaf:name>
+      <foaf:mbox rdf:resource="chris chris-wilson co uk" />
+      <gnome:userid>cpwilson</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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