[gmime] 2009-04-29 Sankar P <sankar curiosity gmail com>



commit 010b62800397a12ce5852a500eb44d18432d68a7
Author: Sankar P <sankar curiosity gmail com>
Date:   Wed Apr 29 19:00:37 2009 +0530

    2009-04-29  Sankar P  <sankar curiosity gmail com>
    
    	* gmime.doap: Added new doap file to describe the project.
---
 ChangeLog  |    4 ++++
 gmime.doap |   20 ++++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5109963..35d71f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-29  Sankar P  <sankar curiosity gmail com>
+
+	* gmime.doap: Added new doap file to describe the project.
+
 2009-04-29  Jeffrey Stedfast  <fejj novell com>
 
 	* gmime/gmime-events.[c,h]: Don't require a GObject owner.
diff --git a/gmime.doap b/gmime.doap
new file mode 100644
index 0000000..8b13cfc
--- /dev/null
+++ b/gmime.doap
@@ -0,0 +1,20 @@
+<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">GMime</name>
+  <shortdesc xml:lang="en">Glorious MIME Utility Library</shortdesc>
+  <homepage rdf:resource="http://spruce.sourceforge.net/gmime/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gmime-devel-list"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jeffrey Stedfast</foaf:name>
+      <gnome:userid>fejj</gnome:userid>
+	  <foaf:mbox rdf:resource="mailto:fejj gnome org" />
+    </foaf:Person>
+  </maintainer>
+</Project>



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