[notify-sharp] Added initial DOAP file



commit a018bfd6e585f231fd56c140f553093a1ca7d3fe
Author: Mirco Bauer <meebey meebey net>
Date:   Wed Dec 17 01:31:22 2014 +0100

    Added initial DOAP file

 notify-sharp.doap |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/notify-sharp.doap b/notify-sharp.doap
new file mode 100644
index 0000000..a85de59
--- /dev/null
+++ b/notify-sharp.doap
@@ -0,0 +1,31 @@
+<?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">notify-sharp</name>
+  <shortdesc xml:lang="en">library for desktop notifications</shortdesc>
+  <description>notify-sharp is a C# D-Bus client library for desktop
+               notifications as defined by the Desktop Notifications
+               Specification.</description>
+
+  <download-page rdf:resource="https://www.meebey.net/projects/notify-sharp/"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Mirco Bauer</foaf:name>
+      <foaf:mbox rdf:resource="mailto:meebey meebey net" />
+      <gnome:userid>mmmbauer</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <!-- Version Control -->
+  <repository>
+    <GitRepository>
+      <browse rdf:resource="http://git.gnome.org/cgit/notify-sharp"; />
+      <location rdf:resource="git://git.gnome.org/notify-sharp" />
+    </GitRepository>
+  </repository>
+
+</Project>


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