[gmime-devel] Patch for adding a .doap file



Hi,

Attached is a patch for adding a .doap file for GMime.

Why we need it ? -
http://live.gnome.org/Git/FAQ#head-48f7fc6a890065c8525cea991b4a6b3f51f16011

By the way, do we still need to update the ChangeLog file for our
commits to GMime ? as we can make use of the git commit messages
itself, instead.

I have given a adjectivised short-description, as I felt it is more
catchy than "C/C++ MIME utility and library" ;-)

Please review.

--
Sankar
http://psankar.blogpsot.com
commit a301421fed9b54dab8308a1835ce1415208d80c2
Author: Sankar P <sankar curiosity gmail com>
Date:   Wed Apr 29 12:19:08 2009 +0530

    2009-04-29  Sankar P  <sankar curiosity gmail com>
    
    	* gmime.doap: Added new doap file to describe the project.

diff --git a/ChangeLog b/ChangeLog
index 2259191..925e433 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-28  Jeffrey Stedfast  <fejj novell com>
 
 	* gmime/gmime-part.c (g_mime_part_get_best_content_encoding): New
diff --git a/gmime.doap b/gmime.doap
new file mode 100644
index 0000000..ea9bc43
--- /dev/null
+++ b/gmime.doap
@@ -0,0 +1,19 @@
+<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#other"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jeffrey Stedfast</foaf:name>
+      <gnome:userid>fejj</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>


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