Added info on CIA, trac, build bot and webkit-unassigned



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@13886 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitSite/contact.html b/WebKitSite/contact.html
index 95065a8..45ec6f7 100644
--- a/WebKitSite/contact.html
+++ b/WebKitSite/contact.html
@@ -16,6 +16,8 @@
 href="mailto:webkitsdk-dev@lists.apple.com">webkitsdk-dev@lists.apple.com</a> 
 with <a href="http://lists.apple.com/archives/Webkitsdk-dev">archives here</a>.
 
+<p>Our new bugs are assigned to the webkit-unassigned mailinglist by default. Check out the <a href="http://www.opendarwin.org/mailman/listinfo/webkit-unassigned">list info</a> and the <a href="http://opendarwin.org/pipermail/webkit-unassigned/">archives</a> for it.
+
 <h3>IRC</h3>
 
 <p>You can find WebKit developers, testers, and other interested
@@ -29,6 +31,21 @@
 in the WebKit product.
 </p>
 
+<h3>Other useful info</h3>
+
+<p>
+<b>Trac</b><br/>
+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. Revision numbers are 1 off though, since we haven't figured out how to fix that yet.
+</p>
+<p>
+<b>CIA</b><br/>
+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>.
+</p>
+<p>
+<b>Build Bot</b><br/>
+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.
+</p>
+
 <?php
 include("footer.inc");
-?>
\ No newline at end of file
+?>