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('charmworld:static/favicon.ico')}" />
9
<link rel="stylesheet" href="${request.static_url('charmworld:static/pylons.css')}" type="text/css" media="screen" charset="utf-8" />
10
<link rel="stylesheet" href="http://static.pylonsproject.org/fonts/nobile/stylesheet.css" media="screen" />
11
<link rel="stylesheet" href="http://static.pylonsproject.org/fonts/neuton/stylesheet.css" media="screen" />
13
<link rel="stylesheet" href="${request.static_url('charmworld:static/ie6.css')}" type="text/css" media="screen" charset="utf-8" />
19
<div class="top align-center">
20
<div><img src="${request.static_url('charmworld:static/pyramid.png')}" width="750" height="169" alt="pyramid"/></div>
24
<div class="middle align-center">
25
<p class="app-welcome">
26
Welcome to <span class="app-name">${project}</span>, an application generated by<br/>
27
the Pyramid web application development framework.
33
<div id="left" class="align-right">
34
<h2>Search documentation</h2>
35
<form method="get" action="http://docs.pylonsproject.org/projects/pyramid/current/search.html">
36
<input type="text" id="q" name="q" value="" />
37
<input type="submit" id="x" value="Go" />
40
<div id="right" class="align-left">
41
<h2>Pyramid links</h2>
44
<a href="http://pylonsproject.org">Pylons Website</a>
47
<a href="http://docs.pylonsproject.org/projects/pyramid/current/#narrative-documentation">Narrative Documentation</a>
50
<a href="http://docs.pylonsproject.org/projects/pyramid/current/#api-documentation">API Documentation</a>
53
<a href="http://docs.pylonsproject.org/projects/pyramid/current/#tutorials">Tutorials</a>
56
<a href="http://docs.pylonsproject.org/projects/pyramid/current/#change-history">Change History</a>
59
<a href="http://docs.pylonsproject.org/projects/pyramid/current/#sample-applications">Sample Applications</a>
62
<a href="http://docs.pylonsproject.org/projects/pyramid/current/#support-and-development">Support and Development</a>
65
<a href="irc://irc.freenode.net#pyramid">IRC Channel</a>
73
<div class="footer">© Copyright 2008-2011, Agendaless Consulting.</div>