[library-web] add DOAP file for description and co



commit 27628e857d01bd0c1386703c300d99f3fadecf49
Author: Frederic Peters <fpeters 0d be>
Date:   Wed Apr 22 21:47:03 2009 +0200

    add DOAP file for description and co
---
 library-web.doap |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/library-web.doap b/library-web.doap
new file mode 100644
index 0000000..d9cf9ca
--- /dev/null
+++ b/library-web.doap
@@ -0,0 +1,33 @@
+<?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="http://usefulinc.com/ns/doap#";>
+  <name>Library Web Site</name>
+  <shortname>library-web</shortname>
+  <shortdesc>Library.gnome.org Web Site</shortdesc>
+  <description>
+    The GNOME Library Web Site provides access to all the GNOME Documentation,
+    both for users and developers.
+  </description>
+
+  <homepage rdf:resource="http://library.gnome.org"/>
+  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
+  <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=website&component=library.gnome.org"/>
+
+  <programming-language>Python</programming-language>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Frederic Peters</foaf:name>
+      <foaf:mbox rdf:resource="mailto:fpeters 0d be"/>
+    </foaf:Person>
+  </maintainer>
+
+  <author>
+    <foaf:Person>
+      <foaf:name>Frederic Peters</foaf:name>
+      <foaf:mbox rdf:resource="mailto:fpeters 0d be"/>
+    </foaf:Person>
+  </author>
+</Project>



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