Steve Piercy
2017-06-16 2cd6a6dbcdb517788ef3275af63feca703e73658
commit | author | age
360eba 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
CM 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:tal="http://xml.zope.org/namespaces/tal">
3 <head>
83fefb 4   <title>The Pyramid Web Framework</title>
360eba 5   <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
CM 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('{{package}}:static/favicon.ico')}" />
9   <link rel="stylesheet" href="${request.static_url('{{package}}: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" />
12   <!--[if lte IE 6]>
13   <link rel="stylesheet" href="${request.static_url('{{package}}:static/ie6.css')}" type="text/css" media="screen" charset="utf-8" />
14   <![endif]-->
15 </head>
16 <body>
17   <div id="wrap">
18     <div id="top">
19       <div class="top align-center">
20         <div><img src="${request.static_url('{{package}}:static/pyramid.png')}" width="750" height="169" alt="pyramid"/></div>
21       </div>
22     </div>
23     <div id="middle">
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/>
83fefb 27           the Pyramid Web Framework.
360eba 28         </p>
CM 29       </div>
30     </div>
31     <div id="bottom">
32       <div class="bottom">
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" />
38             </form>
39         </div>
40         <div id="right" class="align-left">
41           <h2>Pyramid links</h2>
42           <ul class="links">
43             <li>
2cd6a6 44               <a href="https://pylonsproject.org">Pylons Website</a>
360eba 45             </li>
CM 46             <li>
47               <a href="http://docs.pylonsproject.org/projects/pyramid/current/#narrative-documentation">Narrative Documentation</a>
48             </li>
49             <li>
50               <a href="http://docs.pylonsproject.org/projects/pyramid/current/#api-documentation">API Documentation</a>
51             </li>
52             <li>
53               <a href="http://docs.pylonsproject.org/projects/pyramid/current/#tutorials">Tutorials</a>
54             </li>
55             <li>
56               <a href="http://docs.pylonsproject.org/projects/pyramid/current/#change-history">Change History</a>
57             </li>
58             <li>
59               <a href="http://docs.pylonsproject.org/projects/pyramid/current/#sample-applications">Sample Applications</a>
60             </li>
61             <li>
62               <a href="http://docs.pylonsproject.org/projects/pyramid/current/#support-and-development">Support and Development</a>
63             </li>
64             <li>
65               <a href="irc://irc.freenode.net#pyramid">IRC Channel</a>
66             </li>
67             </ul>
68         </div>
69       </div>
70     </div>
71   </div>
72   <div id="footer">
73     <div class="footer">&copy; Copyright 2008-2011, Agendaless Consulting.</div>
74   </div>
75 </body>
76 </html>