blob: fd2bf4cbdcc21a244a0eba7c82213b8b285c64b6 [file] [log] [blame]
thatcher384f9ae2006-02-16 06:11:16 +00001<?php
2$title = "Keeping in Touch";
3include("header.inc");
4?>
5<h2>Keeping in Touch</h2>
thatcher1419f362006-01-17 23:56:12 +00006
7<h3>Mailing Lists</h3>
bdash29de2eb2006-11-21 11:58:36 +00008<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>
9<p><a href="http://lists.webkit.org/mailman/listinfo/webkit-dev">webkit-dev</a> is for general discussion of WebKit development.</p>
thatcher1419f362006-01-17 23:56:12 +000010
bdash29de2eb2006-11-21 11:58:36 +000011<p>If you would like help with development of an application using WebKit (as opposed to development the WebKit engine itself), the right list is the <a href="http://www.lists.apple.com/mailman/listinfo/webkitsdk-dev">webkitsdk-dev list</a>.</p>
thatcher1419f362006-01-17 23:56:12 +000012
bdash29de2eb2006-11-21 11:58:36 +000013<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>
thatcher1419f362006-01-17 23:56:12 +000014
bdash29de2eb2006-11-21 11:58:36 +000015<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>
16
17<p>New bugs are assigned to the <a href="http://lists.webkit.org/mailman/listinfo/webkit-unassigned">webkit-unassigned mailing list</a> by default, which is notified of the new bugs, as well as their updates and changes.</p>
jdevalk419d8272006-04-16 21:22:31 +000018
thatcher1419f362006-01-17 23:56:12 +000019<h3>IRC</h3>
20
21<p>You can find WebKit developers, testers, and other interested
thatcheref5187f2006-01-20 17:42:55 +000022parties in channel <a href="irc://irc.freenode.net/#webkit">#webkit</a> on the FreeNode IRC network
23(<a href="irc://irc.freenode.net/#webkit">irc.freenode.net</a>).
thatcher1419f362006-01-17 23:56:12 +000024
25<h3>Bug Tracker</h3>
26
27<p>You can report new bugs and monitor the state of existing bugs in
thatcherab2afee2006-08-21 23:35:19 +000028our <a href="http://bugs.webkit.org/">Bugzilla</a>,
thatcher1419f362006-01-17 23:56:12 +000029in the WebKit product.
30</p>
thatcher384f9ae2006-02-16 06:11:16 +000031
jdevalk419d8272006-04-16 21:22:31 +000032<h3>Other useful info</h3>
33
34<p>
bdash68d077a2006-09-21 09:39:35 +000035<b>Trac</b><br>
bdash5b27d262006-11-15 06:57:15 +000036Want 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.
jdevalk419d8272006-04-16 21:22:31 +000037</p>
38<p>
bdash68d077a2006-09-21 09:39:35 +000039<b>CIA</b><br>
jdevalk419d8272006-04-16 21:22:31 +000040Project activity of WebKit and other projects is measured at <a href="http://cia.navi.cx/">CIA</a>, where you can see if we've done anything on our <a href="http://cia.navi.cx/stats/project/WebKit">project page</a>.
41</p>
42<p>
bdash68d077a2006-09-21 09:39:35 +000043<b>Build Bot</b><br>
jdevalk419d8272006-04-16 21:22:31 +000044Another 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.
45</p>
46
thatcher384f9ae2006-02-16 06:11:16 +000047<?php
48include("footer.inc");
jdevalk419d8272006-04-16 21:22:31 +000049?>