[gnome-bluetooth] Add DOAP file



commit fd0f799dc9977d9f6a29ae226ca85e24282102bd
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 17 13:59:32 2009 +0100

    Add DOAP file
    
    So we get a nice description in the git web interface.
---
 gnome-bluetooth.doap |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/gnome-bluetooth.doap b/gnome-bluetooth.doap
new file mode 100644
index 0000000..90c6af9
--- /dev/null
+++ b/gnome-bluetooth.doap
@@ -0,0 +1,16 @@
+<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">gnome-bluetooth</name>
+	<shortdesc xml:lang="en">GNOME Bluetooth Subsystem</shortdesc>
+	<homepage rdf:resource="http://live.gnome.org/GnomeBluetooth"; />
+	<maintainer>
+		<foaf:Person>
+			<foaf:name>Bastien Nocera</foaf:name>
+			<foaf:mbox rdf:resource="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]