[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

ddkilzer at apple.com ddkilzer at apple.com
Thu Oct 29 20:35:23 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit e6a9c722d5d1e107136edbcd6676c29c3fc31f2d
Author: ddkilzer at apple.com <ddkilzer at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 28 22:58:47 2009 +0000

    2009-09-28  Alex Milowski  <alex at milowski.com>
    
            <http://webkit.org/b/29098> Update to MathML project webpage
    
            Reviewed by David Kilzer.
    
            Updated MathML project page and added link to Wiki page.
    
            * projects/mathml/index.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48843 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index 3e6e094..16f8405 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,13 @@
+2009-09-28  Alex Milowski  <alex at milowski.com>
+
+        <http://webkit.org/b/29098> Update to MathML project webpage
+
+        Reviewed by David Kilzer.
+
+        Updated MathML project page and added link to Wiki page.
+
+        * projects/mathml/index.html:
+
 2009-09-21  Brady Eidson  <beidson at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/WebKitSite/projects/mathml/index.html b/WebKitSite/projects/mathml/index.html
index dda83ad..ee59a42 100644
--- a/WebKitSite/projects/mathml/index.html
+++ b/WebKitSite/projects/mathml/index.html
@@ -1,23 +1,24 @@
 <?php
-	$title = "MathML";
-	include("../../header.inc");
+    $title = "MathML";
+    include("../../header.inc");
 ?>
 
 <h2>MathML</h2>
 
 <h3>Overview</h3>
-<p>Welcome to the project page for MathML.  MathML is a specification from the W3C for the inclusion of mathematical expressions in Web documents.
-At this time WebKit has no MathML implementation, but we are very interested in the development of a fully integrated MathML implementation.
-Like SVG, we would llike MathML to be a first-class citizen in WebKit, using our DOM, CSS and JavaScript engines.
+<p>Welcome to the project page for MathML.  <a href="http://www.w3.org/TR/MathML2/">MathML</a> is a specification from the W3C for the inclusion of mathematical expressions in Web documents.
+At this time, work is underway to implement MathML in WebKit.
+Like SVG, we would like MathML to be a first-class citizen in WebKit, using our DOM, CSS and JavaScript engines.
 </p>
 <p>Just as with SVG, we would like to work on making improvements to our DOM and reconciling with the KDOM work that has been done for KSVG2 so that
 SVG and MathML can share some of the same compound document infrastructure (and also to ensure that a MathML implementation can be shared between KDE
 and OS X).
 </p>
+<p>More information about this project is provided on the <a href="https://trac.webkit.org/wiki/MathML">MathML Wiki page</a>.</p>
 
 <h3>Get Involved!</h3>
-<p>This project is still in the planning stages.  <a href="../../contact.html">Come find us</a> on <tt>#ksvg</tt> and <tt>#webkit</tt> to get involved.</p>
+<p><a href="../../contact.html">Come find us</a> on <tt>#webkit</tt> to get involved.</p>
 
 <?php
-	include("../../footer.inc");
+    include("../../footer.inc");
 ?>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list