[gnome-calendar] Added .doap file.



commit 89f2440fc4b3b2cbd2cd4d54d2078637b73b4fd8
Author: Erick PÃrez Castellanos <erick red gmail com>
Date:   Thu May 24 19:08:02 2012 -0400

    Added .doap file.
    
    Without this file, the repo didn't let me push.

 gnome-calendar.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/gnome-calendar.doap b/gnome-calendar.doap
new file mode 100644
index 0000000..6dbea82
--- /dev/null
+++ b/gnome-calendar.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">GNOME Calendar</name>
+  <shortdesc xml:lang="en">Calendar application for GNOME</shortdesc>
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Erick PÃrez Castellanos</foaf:name>
+      <foaf:mbox rdf:resource="mailto:erickpc gnome org" />
+      <gnome:userid>erickpc</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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