1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:tal="http://xml.zope.org/namespaces/tal">
4 <title>The Pyramid Web Application Development Framework</title>
5 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
6 <meta name="keywords" content="python web application" />
7 <meta name="description" content="pyramid web application" />
8 <link rel="shortcut icon" href="${request.static_url('xonstat:static/favicon.ico')}" />
9 <link rel="stylesheet" href="${request.static_url('xonstat:static/pylons.css')}" type="text/css" media="screen" charset="utf-8" />
10 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neuton|Nobile:regular,i,b,bi&subset=latin" type="text/css" media="screen" charset="utf-8" />
12 <link rel="stylesheet" href="${request.static_url('xonstat:static/ie6.css')}" type="text/css" media="screen" charset="utf-8" />
18 <div class="top align-center">
19 <div><img src="${request.static_url('xonstat:static/pyramid.png')}" width="750" height="169" alt="pyramid"/></div>
23 <div class="middle align-center">
24 <p class="app-welcome">
25 Welcome to <span class="app-name">${project}</span>, an application generated by<br/>
26 the Pyramid web application development framework.
32 <div id="left" class="align-right">
33 <h2>Search documentation</h2>
34 <form method="get" action="http://docs.pylonsproject.org/projects/pyramid/dev/search.html">
35 <input type="text" id="q" name="q" value="" />
36 <input type="submit" id="x" value="Go" />
39 <div id="right" class="align-left">
40 <h2>Pyramid links</h2>
43 <a href="http://pylonsproject.org">Pylons Website</a>
46 <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#narrative-documentation">Narrative Documentation</a>
49 <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#api-documentation">API Documentation</a>
52 <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#tutorials">Tutorials</a>
55 <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#change-history">Change History</a>
58 <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#sample-applications">Sample Applications</a>
61 <a href="http://docs.pylonsproject.org/projects/pyramid/dev/#support-and-development">Support and Development</a>
64 <a href="irc://irc.freenode.net#pyramid">IRC Channel</a>
72 <div class="footer">© Copyright 2008-2011, Agendaless Consulting.</div>