[f-spot] Added a DOAP file, so we can have a description.



commit 5a10c7c0336d22b752690aa591720edb67f530d0
Author: Ruben Vermeersch <ruben savanne be>
Date:   Fri Apr 17 21:08:55 2009 +0200

    Added a DOAP file, so we can have a description.
    
    Added myself in there to make sure no commit hook rejects me (as is the
    case with MAINTAINERS). Feel free to delete afterwards sde!
---
 f-spot.doap |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/f-spot.doap b/f-spot.doap
new file mode 100644
index 0000000..528e9dd
--- /dev/null
+++ b/f-spot.doap
@@ -0,0 +1,42 @@
+<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">F-Spot Photo Manager</name>
+  <shortdesc xml:lang="en">Organize, enjoy, and share your photos</shortdesc>
+  <homepage rdf:resource="http://f-spot.org/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/f-spot-list"; />
+  <download-page rdf:resource="ftp://ftp.gnome.org/pub/GNOME/sources/f-spot/"/>
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=f-spot"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Larry Ewing</foaf:name>
+      <foaf:mbox rdf:resource="lewing novell com" />
+      <gnome:userid>lewing</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Stephane Delcroix</foaf:name>
+      <foaf:mbox rdf:resource="stephane delcroix org" />
+      <gnome:userid>sdelcroix</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Gabriel Burt</foaf:name>
+      <foaf:mbox rdf:resource="gabriel burt gmail com" />
+      <gnome:userid>gburt</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Ruben Vermeersch</foaf:name>
+      <foaf:mbox rdf:resource="ruben savanne be" />
+      <gnome:userid>rubenv</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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