[epiphany] Add epiphany.doap



commit 6b7bbce3c241d948c3dc6b545e7abf84adb215d3
Author: Xan Lopez <xan gnome org>
Date:   Fri Apr 17 09:18:57 2009 +0300

    Add epiphany.doap
    
    For the git web interface benefit.
---
 epiphany.doap |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/epiphany.doap b/epiphany.doap
new file mode 100644
index 0000000..6d7abbf
--- /dev/null
+++ b/epiphany.doap
@@ -0,0 +1,20 @@
+<?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</name>
+  <shortdesc xml:lang="en">View web pages and find information on the Internet</shortdesc>
+
+  <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="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]