[svn] last jinja webpage update
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 22 Mar 2007 17:40:59 +0000 (18:40 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 22 Mar 2007 17:40:59 +0000 (18:40 +0100)
--HG--
branch : trunk

docs/src/index.txt
docs/src/installation.txt
www/contribute.tmpl [new file with mode: 0644]
www/layout/base.tmpl
www/static/style.css

index 0940fb748a3570464ecd87f6077f8ecea95d4bc5..f56f0e7dfe12168699cfb9e16ba9644bdf3937b0 100644 (file)
@@ -35,3 +35,5 @@ Welcome in the Jinja documentation.
   - `Differences To Django <fromdjango.txt>`_
 
   - `Recipies <recipies.txt>`_
+
+There is also support via IRC on the ``#pocoo`` channel on `irc.freenode.net`.
index d185467eee63fd6950c50eaf8683809cfc8746b3..eecb4a4b867db7399ef4cf689268a8c22a6f4296 100644 (file)
@@ -58,7 +58,7 @@ in your Python installation's site-packages directory. Every time the command
 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 (file)
index 0000000..dc20a1d
--- /dev/null
@@ -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 %>
index bd1e9c8f4c50845f9ff983cf7b61c381ac16f275..b311602a122f1de5757c9d6722a71b537ead3e1a 100644 (file)
@@ -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>
index 0fa944e8574c1db561d1e7f2cbb851f1b2e4090a..a1e174dfe3f0fcf876820aeaae9d356bbc7eb80e 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 body {
-    background-color: #333;
+    background-color: #222;
     margin: 0;
     padding: 0;
     font-family: 'Georgia', serif;
@@ -125,9 +125,13 @@ div.admonition p {
     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 @@ div.admonition p {
 
 #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 {