[gtkmathview] + doap



commit dfce816c1ccbd4b2c4f7219f40053d836be40d78
Author: Luca Padovani <padovani di unito it>
Date:   Thu Nov 24 22:40:44 2011 +0100

    + doap

 CONTRIBUTORS     |    3 +++
 gtkmathview.doap |   26 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index d51c0ca..8bc4e00 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -40,3 +40,6 @@ In no particular order:
 
 * Ed Catmur
   patch for marshalling functions in new gtk
+
+* Matthew Wiebe
+  patch for non-italicized lowercase greek letters in ComputerModernShaper.cc
diff --git a/gtkmathview.doap b/gtkmathview.doap
new file mode 100644
index 0000000..7033214
--- /dev/null
+++ b/gtkmathview.doap
@@ -0,0 +1,26 @@
+<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">GtkMathView</name>
+  <shortdesc xml:lang="en">MathML Rendering Engine</shortdesc>
+  <description>
+    GtkMathView is a C++ rendering engine for MathML documents. It provides an interactive view that can be used for browsing and editing MathML markup.
+  </description>
+  <homepage rdf:resource="http://helm.cs.unibo.it/mml-widget/"; />
+  <mailing-list rdf:resource="http://www.cs.unibo.it/cgi-bin/mailman/listinfo/gtkmathview"; />
+  <download-page rdf:resource="http://helm.cs.unibo.it/mml-widget/"; />
+  <bug-database rdf:resource="http://bugs.mowgli.cs.unibo.it/cgi-bin/bugzilla/index.cgi"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#gtk"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Luca Padovani</foaf:name>
+      <foaf:mbox rdf:resource="mailto:padovani luca gmail com" />
+      <gnome:userid>luca</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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