Changeset 48843 in webkit


Ignore:
Timestamp:
Sep 28, 2009 3:58:47 PM (15 years ago)
Author:
ddkilzer@apple.com
Message:

2009-09-28 Alex Milowski <alex@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:
Location:
trunk/WebKitSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r48616 r48843  
     12009-09-28  Alex Milowski  <alex@milowski.com>
     2
     3        <http://webkit.org/b/29098> Update to MathML project webpage
     4
     5        Reviewed by David Kilzer.
     6
     7        Updated MathML project page and added link to Wiki page.
     8
     9        * projects/mathml/index.html:
     10
    1112009-09-21  Brady Eidson  <beidson@apple.com>
    212
  • trunk/WebKitSite/projects/mathml/index.html

    r12839 r48843  
    11<?php
    2         $title = "MathML";
    3         include("../../header.inc");
     2    $title = "MathML";
     3    include("../../header.inc");
    44?>
    55
     
    77
    88<h3>Overview</h3>
    9 <p>Welcome to the project page for MathML.  MathML is a specification from the W3C for the inclusion of mathematical expressions in Web documents.
    10 At this time WebKit has no MathML implementation, but we are very interested in the development of a fully integrated MathML implementation.
    11 Like SVG, we would llike MathML to be a first-class citizen in WebKit, using our DOM, CSS and JavaScript engines.
     9<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.
     10At this time, work is underway to implement MathML in WebKit.
     11Like SVG, we would like MathML to be a first-class citizen in WebKit, using our DOM, CSS and JavaScript engines.
    1212</p>
    1313<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
     
    1515and OS X).
    1616</p>
     17<p>More information about this project is provided on the <a href="https://trac.webkit.org/wiki/MathML">MathML Wiki page</a>.</p>
    1718
    1819<h3>Get Involved!</h3>
    19 <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>
     20<p><a href="../../contact.html">Come find us</a> on <tt>#webkit</tt> to get involved.</p>
    2021
    2122<?php
    22         include("../../footer.inc");
     23    include("../../footer.inc");
    2324?>
Note: See TracChangeset for help on using the changeset viewer.