Rubber-stamped by Brady Eidson.
[webbrowser.git] / WebKitSite / contact.html
blob739509ae98e2bf909abcc8d792ac070abb122441
1 <?php
2 $title = "Keeping in Touch";
3 include("header.inc");
4 ?>
5 <h2>Keeping in Touch</h2>
7 <h3>Mailing Lists</h3>
8 <p>There are a number of mailing lists for WebKit related topics. Archives for all the lists as well as information on joining them are available on the individual list page.</p>
10 <p><a href="http://lists.webkit.org/mailman/listinfo/webkit-help">webkit-help</a> is for requests for help with building webkit, using WebKit's APIs, embedding WebKit, porting WebKit, and so forth.</p>
12 <p><a href="http://lists.webkit.org/mailman/listinfo/webkit-jobs">webkit-jobs</a> is for WebKit-related jobs.</p>
14 <p><a href="http://lists.webkit.org/mailman/listinfo/webkit-dev">webkit-dev</a> is for discussion of WebKit development.</p>
16 <p><a href="http://lists.webkit.org/mailman/listinfo/webkit-reviews">webkit-reviews</a> is a list for notification of review requests. Bugzilla automatically notifies this list of all patches awaiting review.</p>
18 <p>New repository commit information is automatically sent to the <a href="http://lists.webkit.org/mailman/listinfo/webkit-changes">webkit-changes</a> mailing list.</p>
20 <p>New bugs are assigned to the <a href="http://lists.webkit.org/mailman/listinfo/webkit-unassigned">webkit-unassigned</a> mailing list by default, which is notified of the new bugs, as well as their updates and changes.</p>
22 <p>If you would like to discuss development of applications using WebKit on Mac OS X, the right list is one hosted on an Apple list server: <a href="http://www.lists.apple.com/mailman/listinfo/webkitsdk-dev">webkitsdk-dev</a>.</p>
24 <h3>IRC</h3>
26 <p>You can find WebKit developers, testers, and other interested
27 parties in channel <a href="irc://irc.freenode.net/#webkit">#webkit</a> on the FreeNode IRC network
28 (<a href="irc://irc.freenode.net/#webkit">irc.freenode.net</a>).
30 <h3>Bug Tracker</h3>
32 <p>You can report new bugs and monitor the state of existing bugs in
33 our <a href="https://bugs.webkit.org/">Bugzilla</a>,
34 in the WebKit product.
35 </p>
37 <h3>Other useful info</h3>
39 <p>
40 <b>Trac</b><br>
41 Want to know more about what we're up to? Check out our <a href="http://trac.webkit.org">trac</a> where you can browse the source and see our changes.
42 </p>
43 <p>
44 <b>CIA</b><br>
45 Project activity of WebKit and other projects is measured at <a href="http://cia.vc/">CIA</a>, where you can see if we've done anything on our <a href="http://cia.webkit.org/">project page</a>.
46 </p>
47 <p>
48 <b>Build Bot</b><br>
49 Another way to see the current state of things is our <a href="http://build.webkit.org/">build bot</a>. This build system helps us identify build and testcase failures fast, and as such is invaluable to us.
50 </p>
52 <?php
53 include("footer.inc");