[nautilus-sendto] Add DOAP file



commit 65f860b9c13d75151290d71f4bfdf7aefb8ba562
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 10 18:52:40 2010 +0100

    Add DOAP file

 nautilus-sendto.doap |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/nautilus-sendto.doap b/nautilus-sendto.doap
new file mode 100644
index 0000000..a1d8fdd
--- /dev/null
+++ b/nautilus-sendto.doap
@@ -0,0 +1,17 @@
+<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">nautilus-sendto</name>
+	<shortdesc xml:lang="en">Easily send files to contacts or devices</shortdesc>
+	<homepage rdf:resource="http://projects.gnome.org/totem/"; />
+	<category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+	<maintainer>
+		<foaf:Person>
+			<foaf:name>Bastien Nocera</foaf:name>
+			<foaf:mbox rdf:resource="mailto:hadess hadess net" />
+			<gnome:userid>hadess</gnome:userid>
+		</foaf:Person>
+	</maintainer>
+</Project>



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