[planet-web] Add DOAP file



commit 69e39d611f0f61b7f57425a9482726d360b8b5cd
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Apr 23 23:44:07 2009 +0200

    Add DOAP file
---
 planet-web.doap |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/planet-web.doap b/planet-web.doap
new file mode 100644
index 0000000..110bdc3
--- /dev/null
+++ b/planet-web.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">planet-web</name>
+  <shortdesc xml:lang="en">Feed aggregator used for planet.gnome.org, news.gnome.org, etc</shortdesc>
+  <homepage rdf:resource="http://planet.gnome.org/"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/planet-web/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=planet-web"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jeff Waugh</foaf:name>
+      <gnome:userid>jdub</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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