- `Differences To Django <fromdjango.txt>`_
- `Recipies <recipies.txt>`_
+
+There is also support via IRC on the ``#pocoo`` channel on `irc.freenode.net`.
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/
--- /dev/null
+<% 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.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">
</div>
</div>
<div id="footer">
- © Copyright 2007 by the Pocoo Team.
+ © Copyright 2007 by the <a href="http://www.pocoo.org/">Pocoo</a> Team.
</div>
</body>
</html>
*/
body {
- background-color: #333;
+ background-color: #222;
margin: 0;
padding: 0;
font-family: 'Georgia', serif;
padding: 10px 20px 10px 20px;
}
+#footer a {
+ color: #fff;
+}
+
#contentwrapper {
max-width: 700px;
- padding: 0 10px 0 20px;
+ padding: 0 10px 20px 20px;
}
#header {
#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 {