[gnome-schedule] add doap



commit 23bbbe1c6113d49b22f4106e3c692061e5e72b3d
Author: Gaute Hope <eg gaute vetsj com>
Date:   Sat Apr 25 20:02:14 2009 +0200

    add doap
---
 gnome-schedule.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gnome-schedule.doap b/gnome-schedule.doap
new file mode 100644
index 0000000..6b6e03e
--- /dev/null
+++ b/gnome-schedule.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-schedule</name>
+  <shortdesc xml:lang="en">A graphical interface to crontab and at</shortdesc>
+  <homepage rdf:resource="http://gnome-schedule.sourceforge.net"; />
+  <mailing-list rdf:resource="http://sourceforge.net/mail/?group_id=112183"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Gaute Hope</foaf:name>
+      <gnome:userid>gauteh</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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