contact.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php
  2. $title = "Keeping in Touch";
  3. include("header.inc");
  4. ?>
  5. <h2>Keeping in Touch</h2>
  6. <h3>Mailing Lists</h3>
  7. <p><strong>Before posting to any mailing list</strong> make sure that you have checked our page on how to <a href="asking_questions.html">ask questions about WebKit.</a></p>
  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. There is also a <a href="http://dir.gmane.org/index.php?prefix=gmane.os.opendarwin.webkit">gmane archive</a> for some of the following mailing lists.</p>
  9. <ul>
  10. <li><a href="http://lists.webkit.org/mailman/listinfo/webkit-help">webkit-help</a> is for requests for help related to WebKit. It is the main mailing
  11. list. Most of the questions will go to this mailing list. Usual topics include:
  12. <ol>
  13. <li>how to build WebKit</li>
  14. <li>how to use WebKit&rsquo;s APIs</li>
  15. <li>how to embed WebKit</li>
  16. <li>how to port WebKit</li>
  17. </ol>
  18. </li>
  19. <li><a href="https://lists.webkit.org/mailman/listinfo/webkit-efl">webkit-efl</a> is for WebKitEFL discussions.</li>
  20. <li><a href="https://lists.webkit.org/mailman/listinfo/webkit-gtk">webkit-gtk</a> is for WebKitGTK+ discussions.</li>
  21. <li><a href="https://lists.webkit.org/mailman/listinfo/webkit-qt">webkit-qt</a> is for QtWebKit discussions.</li>
  22. <li><a href="http://lists.webkit.org/mailman/listinfo/webkit-jobs">webkit-jobs</a> is for WebKit-related jobs.</li>
  23. <li><a href="http://lists.webkit.org/mailman/listinfo/webkit-dev">webkit-dev</a> is for discussion of the WebKit project&rsquo;s development.
  24. If you do not intend to contribute patches to WebKit, you should direct your questions to webkit-help.</li>
  25. <li><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.</li>
  26. <li>New repository commit information is automatically sent to the <a href="http://lists.webkit.org/mailman/listinfo/webkit-changes">webkit-changes</a> mailing list.</li>
  27. <li>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.</li>
  28. <li>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>.</li>
  29. </ul>
  30. <h3>IRC</h3>
  31. <p>You can find WebKit developers, testers, and other interested
  32. parties in channel <a href="irc://irc.freenode.net/#webkit">#webkit</a> on the FreeNode IRC network
  33. (<a href="irc://irc.freenode.net/#webkit">irc.freenode.net</a>).
  34. <h3>Bug Tracker</h3>
  35. <p>You can <a href="/quality/reporting.html">report new bugs</a> and monitor the state of existing bugs in
  36. our <a href="https://bugs.webkit.org/">Bugzilla</a>,
  37. in the WebKit product.
  38. </p>
  39. <h3>Other useful info</h3>
  40. <p>
  41. <b>Trac</b><br>
  42. Want to know more about what we&rsquo;re up to? Check out our <a href="http://trac.webkit.org">trac</a> where you can browse the source and see our changes.
  43. </p>
  44. <p>
  45. <b>Build Bot</b><br>
  46. 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 test case failures fast, and as such is invaluable to us.
  47. </p>
  48. <?php
  49. include("footer.inc");
  50. ?>