[epiphany-extensions] Add a DOAP file



commit 7861bb705ff857ea61a5da978186ab9d1d84fa75
Author: Benjamin Otte <otte gnome org>
Date:   Mon Aug 3 17:58:35 2009 +0200

    Add a DOAP file
    
    The category "Desktop" was added even though epiphany-extensions is not
    strictly part of the Desktop release, because it makes sense to keep the
    epiphany and epiphany-extensions projects listed close together where
    this setting is used - in cgit - and because the category was meant to
    mirror Bugzilla categorization, where this project is part of "Desktop",
    too.

 epiphany-extensions.doap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/epiphany-extensions.doap b/epiphany-extensions.doap
new file mode 100644
index 0000000..f33d0ae
--- /dev/null
+++ b/epiphany-extensions.doap
@@ -0,0 +1,21 @@
+<?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:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+  <name xml:lang="en">Epiphany Extensions</name>
+  <shortdesc xml:lang="en">Add extra features to GNOME's Epiphany web browser</shortdesc>
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <homepage rdf:resource="http://live.gnome.org/Epiphany"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/epiphany-list"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Xan López</foaf:name>
+      <foaf:mbox rdf:resource="mailto:xan gnome org" />
+      <gnome:userid>xan</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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