2008-05-01 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / WebKitSite / index.html
blobe73e549b0b68c96cf7f0aa8a48d2c622574b751d
1 <?php
2 $extra_head_content = <<<EOF
3 <style type="text/css">
4 p { margin: 0px 0px 4px 0px; }
5 </style>
6 EOF;
7 include("header.inc");
8 ?>
10 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
11 <p>WebKit is an open source web browser engine.
12 WebKit is also the name of the Mac OS X system framework version of the engine that's used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, Mail, and many other OS X applications.
13 WebKit's HTML and JavaScript code began as a branch of the <a href="http://konqueror.kde.org/features/browser.php">KHTML</a> and KJS libraries from <a href="http://kde.org/">KDE</a>.
14 This website is also the home of <a href="http://www.S60.com/browser/">S60</a>'s <a href="http://trac.webkit.org/projects/webkit/wiki/S60Webkit">S60 WebKit development</a>.</p>
16 <h2>Getting involved</h2>
17 <a href="http://nightly.webkit.org/"><img src="images/download.png" id="download" alt="download nightly" width="189" height="65"></a>
18 <p>There are many ways to get involved. You can:</p>
19 <ul>
20 <li><a href="http://nightly.webkit.org/">download the latest nightly build</a></li>
21 <li><a href="building/tools.html">install developer tools</a> and then <a href="building/checkout.html">check out</a> and <a href="building/build.html">build the source code</a></li>
22 </ul>
23 <p>Once you have either of these, you can help by:</p>
24 <ul>
25 <li><a href="quality/reporting.html">reporting bugs</a> you find in the software</li>
26 <li>providing <a href="quality/reduction.html">reductions</a> to bugs</li>
27 <li>submitting <a href="coding/contributing.html">patches for review</a></li>
28 </ul>
30 <h2>More info</h2>
31 <p>More information about WebKit can be found on its <a href="http://trac.webkit.org/projects/webkit/wiki">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>
33 <h2>Projects</h2>
34 <p>There are many exciting (new) <a href="projects/index.html">projects</a> that you can contribute to:</p>
35 <ul>
36 <li>help us improve <a href="projects/compat/index.html">Website compatibility</a></li>
37 <li>write <a href="projects/documentation/index.html">documentation</a></li>
38 <li><a href="projects/svg/index.html">SVG</a></li>
39 <li><a href="projects/mathml/index.html">MathML</a></li>
40 <li><a href="projects/css/index.html">CSS</a></li>
41 <li><a href="projects/dom/index.html">DOM</a></li>
42 </ul>
44 <?php include("footer.inc"); ?>