[accounts-dialog] Add DOAP file



commit d34c639fa6cd81e1d53acbc0f8ca279d9e26425e
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 13 11:55:15 2010 +0000

    Add DOAP file

 accounts-dialog.doap |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/accounts-dialog.doap b/accounts-dialog.doap
new file mode 100644
index 0000000..d5a3630
--- /dev/null
+++ b/accounts-dialog.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">accounts-dialog</name>
+	<shortdesc xml:lang="en">User Accounts Dialog</shortdesc>
+	<homepage rdf:resource="https://fedoraproject.org/wiki/Features/UserAccountDialog"; />
+	<maintainer>
+		<foaf:Person>
+			<foaf:name>Matthias Clasen</foaf:name>
+			<foaf:mbox rdf:resource="mailto:mclasen redhat com" />
+			<gnome:userid>mclasen</gnome:userid>
+		</foaf:Person>
+	</maintainer>
+</Project>



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