[hardware-monitor] 2009-05-01 Ole Laursen <olau hardworking dk>



commit 827de0171d608537277c40074192c98078a3757b
Author: Ole Laursen <olau hardworking dk>
Date:   Fri May 1 23:49:16 2009 +0200

    2009-05-01  Ole Laursen  <olau hardworking dk>
    
    	* hardware-monitor.doap: Added DOAP file as requested by sysadm team.
---
 ChangeLog             |    2 ++
 hardware-monitor.doap |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d847070..ea5ad37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-05-01  Ole Laursen  <olau hardworking dk>
 
+	* hardware-monitor.doap: Added DOAP file as requested by sysadm team.
+
 	* src/main.cpp, configure.ac: Applied patch from Mike Auty to fix
 	compilation issues with the latest version of the GNOME libraries.
 
diff --git a/hardware-monitor.doap b/hardware-monitor.doap
new file mode 100644
index 0000000..9cca488
--- /dev/null
+++ b/hardware-monitor.doap
@@ -0,0 +1,40 @@
+<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">Hardware Monitor</name>
+  <shortdesc xml:lang="en">Applet for monitoring hardware devices</shortdesc>
+  <!--
+  <homepage rdf:resource="http://www.gnome.org/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/empathy/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=empathy"; />
+  -->
+
+  <!-- DOAP category: This is used to categorize repositories in cgit.
+       Pulse could not find an appropriate category for this repository.
+       Set the rdf:resource attribute with one of the following:
+         http://api.gnome.org/doap-extensions#admin
+         http://api.gnome.org/doap-extensions#bindings
+         http://api.gnome.org/doap-extensions#deprecated
+         http://api.gnome.org/doap-extensions#desktop
+         http://api.gnome.org/doap-extensions#development
+         http://api.gnome.org/doap-extensions#infrastructure
+         http://api.gnome.org/doap-extensions#platform
+         http://api.gnome.org/doap-extensions#productivity
+       NOTE: There is an "Other" categorization on cgit, but we do not have a
+       DOAP category for it.  If your module does not belong to one of these
+       groups, then do not include a category property in your DOAP file.
+  <category rdf:resource="FIXME" />
+  -->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Ole Laursen</foaf:name>
+      <foaf:mbox rdf:resource="mailto:olau hardworking dk" />
+      <gnome:userid>olau</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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