[svn] last jinja webpage update

--HG--
branch : trunk
diff --git a/docs/src/index.txt b/docs/src/index.txt
index 0940fb7..f56f0e7 100644
--- a/docs/src/index.txt
+++ b/docs/src/index.txt
@@ -35,3 +35,5 @@
   - `Differences To Django <fromdjango.txt>`_
 
   - `Recipies <recipies.txt>`_
+
+There is also support via IRC on the ``#pocoo`` channel on `irc.freenode.net`.
diff --git a/docs/src/installation.txt b/docs/src/installation.txt
index d185467..eecb4a4 100644
--- a/docs/src/installation.txt
+++ b/docs/src/installation.txt
@@ -58,7 +58,7 @@
 is run, the sources are updated from Subversion.
 
 
-.. _download page: http://jinja.pocoo.org/download/
+.. _download page: http://jinja.pocoo.org/download.html
 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
 .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
 .. _Subversion: http://subversion.tigris.org/
diff --git a/www/contribute.tmpl b/www/contribute.tmpl
new file mode 100644
index 0000000..dc20a1d
--- /dev/null
+++ b/www/contribute.tmpl
@@ -0,0 +1,33 @@
+<% extends 'layout/base.tmpl' %>
+<% set title = 'Contribute' %>
+<% set active_page = 'contribute' %>
+<% block content %>
+  <h1>Contribute</h1>
+  <p>
+    Because Jinja is an open source project we're always open towards
+    suggestions and patches. If you want to participate in the Jinja
+    development python knowlege is required of corse since the project is
+    implemented completely in python.
+  </p>
+  <p>
+    Development takes place on <a href="http://trac.pocoo.org/">trac.pocoo.org</a>,
+    where the Subversion repository, tickets and development Wiki pages
+    can be viewed.
+  </p>
+  <h2>Ways to contact the authors</h2>
+  <p>
+    Our primary communication instrument is the IRC channel <em>#pocoo</em>
+    on the Freenode network. To join it, let your IRC client connect to
+    <tt>irc.freenode.net</tt> and do <tt>/join #pocoo</tt>.
+  </p>
+  <p>
+    If you found a bug, just open a ticket in the trac tracker. Be sure to
+    add your e-mail address under "CC" to be notified when the issue is fixed.
+  </p>
+  <h2>The Authors</h2>
+  <p>
+    Jinja is maintained by <strong>Armin Ronacher</strong> (nickname
+    <em>mitsuhiko</em>), e-mail address <em>armin.ronacher (guess what)
+    active-4.com</em>.
+  </p>
+<% endblock %>
diff --git a/www/layout/base.tmpl b/www/layout/base.tmpl
index bd1e9c8..b311602 100644
--- a/www/layout/base.tmpl
+++ b/www/layout/base.tmpl
@@ -2,7 +2,8 @@
   ('index.html', 'index', 'Index'),
   ('faq.html', 'faq', 'FAQ'),
   ('documentation/index.html', 'documentation', 'Documentation'),
-  ('download.html', 'download', 'Download')
+  ('download.html', 'download', 'Download'),
+  ('contribute.html', 'contribute', 'Contribute')
 ] %>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Frameset//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
@@ -30,7 +31,7 @@
       </div>
     </div>
     <div id="footer">
-      &copy; Copyright 2007 by the Pocoo Team.
+      &copy; Copyright 2007 by the <a href="http://www.pocoo.org/">Pocoo</a> Team.
     </div>
   </body>
 </html>
diff --git a/www/static/style.css b/www/static/style.css
index 0fa944e..a1e174d 100644
--- a/www/static/style.css
+++ b/www/static/style.css
@@ -3,7 +3,7 @@
  */
 
 body {
-    background-color: #333;
+    background-color: #222;
     margin: 0;
     padding: 0;
     font-family: 'Georgia', serif;
@@ -125,9 +125,13 @@
     padding: 10px 20px 10px 20px;
 }
 
+#footer a {
+    color: #fff;
+}
+
 #contentwrapper {
     max-width: 700px;
-    padding: 0 10px 0 20px;
+    padding: 0 10px 20px 20px;
 }
 
 #header {
@@ -195,14 +199,21 @@
 
 #contentwrapper h1,
 #contentwrapper h2,
-#contentwrapper h3 {
+#contentwrapper h3,
+#contentwrapper h4 {
     font-family: 'Trebuchet MS', 'Arial', sans-serif;
 }
 
+#contentwrapper h2 a,
+#contentwrapper h3 a,
+#contentwrapper h4 a {
+    color: #333;
+}
+
 #contentwrapper h1 {
     color: #b41717;
     font-size: 28px;
-    margin: 20px 0 0 -5px;
+    margin: 20px 0 0 -8px;
 }
 
 #contentwrapper h2 {