[css-web] Add the doap file



commit 60ee12f65d55784fdb127620a38e34b0595f57bf
Author: Andrea Veri <av gnome org>
Date:   Wed Nov 6 17:13:16 2013 +0100

    Add the doap file

 css-web.doap |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/css-web.doap b/css-web.doap
new file mode 100644
index 0000000..fa832cf
--- /dev/null
+++ b/css-web.doap
@@ -0,0 +1,30 @@
+<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">css-web</name>
+  <shortdesc xml:lang="en">CSS and images files for all the GNOME websites</shortdesc>
+  <description>This repository contains all the CSS and images files for all
+               the GNOME hosted websites.
+  </description>
+  <homepage rdf:resource="https://wiki.gnome.org/GnomeWeb/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-web-list"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=website"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Andreas Nilsson</foaf:name>
+      <foaf:mbox rdf:resource="mailto:andreas andreasn se" />
+      <gnome:userid>andreasn</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Fabiana Pedreira Simões</foaf:name>
+      <foaf:mbox rdf:resource="mailto:fabianapsimoes gmail com" />
+      <gnome:userid>fabianaps</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>


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