1 <?php include("header.inc"); ?>
3 <style type="text/css">
4 p { margin: 0px 0px 4px 0px; }
7 <h2>Welcome to the web site for the WebKit Open Source Project!</h2>
8 <p>WebKit is the system framework used on Mac OS X by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, Mail, and many other OS X applications. It is based on the <a href="http://khtml.info">KHTML</a> engine from <a href="http://kde.org/">KDE</a>.</p>
10 <h2>Getting involved</h2>
11 <a href="http://nightly.webkit.org/"><img src="images/download.png" id="download" alt="download nightly" width="189" height="65" /></a>
12 <p>There are many ways in which you can get involved with the project. You can:</p>
14 <li><a href="building/checkout.html">check out</a> and <a href="building/build.html">build the source code</a></li>
15 <li><a href="http://nightly.webkit.org/">download the latest nightly build</a></li>
17 <p>Once you have either of these, you can help by:</p>
19 <li><a href="quality/reporting.html">reporting bugs</a> you find in the software</li>
20 <li>providing <a href="quality/reduction.html">reductions</a> to bugs</li>
21 <li>submitting <a href="coding/contributing.html">patches for review</a></li>
25 <p>More information about WebKit can be found on its <a href="http://www.opendarwin.org/wiki/index.php/WebKit">wiki</a>. You can help here too, by adding information that can help others learn about WebKit. If you have more questions, <a href="contact.html">contact us</a>.</p>
28 <p>There are many exciting (new) <a href="projects/index.html">projects</a> that you can contribute to:</p>
30 <li>help us improve <a href="projects/compat/index.html">Web site compatibility</a></li>
31 <li>write <a href="projects/documentation/index.html">documentation</a></li>
32 <li><a href="projects/svg/index.html">SVG</a></li>
33 <li><a href="projects/mathml/index.html">MathML</a></li>
34 <li><a href="projects/css/index.html">CSS</a></li>
35 <li><a href="projects/dom/index.html">DOM</a></li>
38 <?php include("footer.inc"); ?>