thatcher | 384f9ae | 2006-02-16 06:11:16 +0000 | [diff] [blame] | 1 | <?php |
| 2 | $title = "Keeping in Touch"; |
| 3 | include("header.inc"); |
| 4 | ?> |
| 5 | <h2>Keeping in Touch</h2> |
thatcher | 1419f36 | 2006-01-17 23:56:12 +0000 | [diff] [blame] | 6 | |
| 7 | <h3>Mailing Lists</h3> |
bdash | 29de2eb | 2006-11-21 11:58:36 +0000 | [diff] [blame] | 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> |
| 9 | <p><a href="http://lists.webkit.org/mailman/listinfo/webkit-dev">webkit-dev</a> is for general discussion of WebKit development.</p> |
thatcher | 1419f36 | 2006-01-17 23:56:12 +0000 | [diff] [blame] | 10 | |
bdash | 29de2eb | 2006-11-21 11:58:36 +0000 | [diff] [blame] | 11 | <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> |
thatcher | 1419f36 | 2006-01-17 23:56:12 +0000 | [diff] [blame] | 12 | |
bdash | 29de2eb | 2006-11-21 11:58:36 +0000 | [diff] [blame] | 13 | <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> |
thatcher | 1419f36 | 2006-01-17 23:56:12 +0000 | [diff] [blame] | 14 | |
bdash | 29de2eb | 2006-11-21 11:58:36 +0000 | [diff] [blame] | 15 | <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> |
jdevalk | 419d827 | 2006-04-16 21:22:31 +0000 | [diff] [blame] | 18 | |
thatcher | 1419f36 | 2006-01-17 23:56:12 +0000 | [diff] [blame] | 19 | <h3>IRC</h3> |
| 20 | |
| 21 | <p>You can find WebKit developers, testers, and other interested |
thatcher | ef5187f | 2006-01-20 17:42:55 +0000 | [diff] [blame] | 22 | parties 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>). |
thatcher | 1419f36 | 2006-01-17 23:56:12 +0000 | [diff] [blame] | 24 | |
| 25 | <h3>Bug Tracker</h3> |
| 26 | |
| 27 | <p>You can report new bugs and monitor the state of existing bugs in |
thatcher | ab2afee | 2006-08-21 23:35:19 +0000 | [diff] [blame] | 28 | our <a href="http://bugs.webkit.org/">Bugzilla</a>, |
thatcher | 1419f36 | 2006-01-17 23:56:12 +0000 | [diff] [blame] | 29 | in the WebKit product. |
| 30 | </p> |
thatcher | 384f9ae | 2006-02-16 06:11:16 +0000 | [diff] [blame] | 31 | |
jdevalk | 419d827 | 2006-04-16 21:22:31 +0000 | [diff] [blame] | 32 | <h3>Other useful info</h3> |
| 33 | |
| 34 | <p> |
bdash | 68d077a | 2006-09-21 09:39:35 +0000 | [diff] [blame] | 35 | <b>Trac</b><br> |
bdash | 5b27d26 | 2006-11-15 06:57:15 +0000 | [diff] [blame] | 36 | 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. |
jdevalk | 419d827 | 2006-04-16 21:22:31 +0000 | [diff] [blame] | 37 | </p> |
| 38 | <p> |
bdash | 68d077a | 2006-09-21 09:39:35 +0000 | [diff] [blame] | 39 | <b>CIA</b><br> |
jdevalk | 419d827 | 2006-04-16 21:22:31 +0000 | [diff] [blame] | 40 | Project 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> |
bdash | 68d077a | 2006-09-21 09:39:35 +0000 | [diff] [blame] | 43 | <b>Build Bot</b><br> |
jdevalk | 419d827 | 2006-04-16 21:22:31 +0000 | [diff] [blame] | 44 | 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. |
| 45 | </p> |
| 46 | |
thatcher | 384f9ae | 2006-02-16 06:11:16 +0000 | [diff] [blame] | 47 | <?php |
| 48 | include("footer.inc"); |
jdevalk | 419d827 | 2006-04-16 21:22:31 +0000 | [diff] [blame] | 49 | ?> |