diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-04 01:32:02 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-04 01:32:02 -0400 |
| commit | bf380180c2c5e56131690a56a613c9a229ba7cf8 (patch) | |
| tree | 3d7cb2d48b1741cb51a6714cd8ca631c99870dba /docs/narr/MyProject/myproject/templates/mytemplate.pt | |
| parent | 7a3465215705a114abac44ae1002904019b0a467 (diff) | |
| download | pyramid-bf380180c2c5e56131690a56a613c9a229ba7cf8.tar.gz pyramid-bf380180c2c5e56131690a56a613c9a229ba7cf8.tar.bz2 pyramid-bf380180c2c5e56131690a56a613c9a229ba7cf8.zip | |
fix project documentation to account for starter paster template changes
Diffstat (limited to 'docs/narr/MyProject/myproject/templates/mytemplate.pt')
| -rw-r--r-- | docs/narr/MyProject/myproject/templates/mytemplate.pt | 158 |
1 files changed, 64 insertions, 94 deletions
diff --git a/docs/narr/MyProject/myproject/templates/mytemplate.pt b/docs/narr/MyProject/myproject/templates/mytemplate.pt index 9178b5866..a5a0dd214 100644 --- a/docs/narr/MyProject/myproject/templates/mytemplate.pt +++ b/docs/narr/MyProject/myproject/templates/mytemplate.pt @@ -1,99 +1,69 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" - xmlns:tal="http://xml.zope.org/namespaces/tal"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:tal="http://xml.zope.org/namespaces/tal"> <head> -<meta http-equiv="content-type" content="text/html; charset=utf-8" /> -<title>${project} Application</title> -<meta name="keywords" content="python web application" /> -<meta name="description" content="pyramid web application" /> -<link href="${request.application_url}/static/default.css" rel="stylesheet" type="text/css" /> + <title>The Pyramid Web Application Development Framework</title> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> + <meta name="keywords" content="python web application" /> + <meta name="description" content="pyramid web application" /> + <link rel="shortcut icon" href="${request.application_url}/static/favicon.ico" /> + <link rel="stylesheet" href="${request.application_url}/static/pylons.css" type="text/css" media="screen" charset="utf-8" /> + <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> </head> <body> -<!-- start header --> -<div id="logo"> - <h2><code>${project}</code>, a <code>Pyramid</code> application</h2> -</div> -<div id="header"> - <div id="menu"> - </div> -</div> -<!-- end header --> -<div id="wrapper"> - <!-- start page --> - <div id="page"> - <!-- start content --> - <div id="content"> - <div class="post"> - <h1 class="title">Welcome to <code>${project}</code>, an - application generated by the <a - href="http://pylonshq.com/pyramid">Pyramid</a> web - application framework.</h1> - </div> - </div> - <!-- end content --> - <!-- start sidebar --> - <div id="sidebar"> - <ul> - <li id="search"> - <h2>Search<br/> <code>Pyramid</code> Documentation</h2> - <form method="get" - action="http://pylonshq.com/docs/pyramid/current/searchresults"> - <fieldset> - <input type="text" id="q" name="text" value="" /> - <input type="submit" id="x" value="Search" /> - </fieldset> - </form> - </li> - <li> - <h2><code>Pyramid</code> links</h2> - <ul> - <li><a - href="http://pylonshq.com/docs/pyramid/current/#narrative-documentation">Narrative - Documentation</a> - </li> - <li> - <a - href="http://pylonshq.com/docs/pyramid/current/#api-documentation">API - Documentation</a> - </li> - <li> - <a - href="http://pylonshq.com/docs/pyramid/current/#tutorials">Tutorials</a> - </li> - <li> - <a - href="http://pylonshq.com/docs/pyramid/current/#change-history">Change - History</a> - </li> - <li> - <a - href="http://pylonshq.com/docs/pyramid/current/#sample-applications">Sample - Applications</a> - </li> - <li> - <a - href="http://pylonshq.com/docs/pyramid/current/#support-and-development">Support - and Development</a> - </li> - <li> - <a - href="irc://irc.freenode.net#pylons">IRC Channel</a> - </li> - </ul> - </li> - </ul> - </div> - <!-- end sidebar --> - <div style="clear: both;"> </div> - </div> -</div> -<!-- end page --> -<!-- start footer --> -<div id="footer"> - <p id="legal">( c ) 2008. All Rights Reserved. Template design - by <a href="http://www.freecsstemplates.org/">Free CSS - Templates</a>.</p> -</div> -<!-- end footer --> + <div id="header"> + <div class="header">The Pyramid Web Application Development Framework</div> + </div> + <div id="top"> + <div class="top align-center"> + <img src="${request.application_url}/static/logo.png" width="300" height="80"/> + <p class="app-welcome"> + Welcome to <span class="app-name">${project}</span>, an application generated by<br/> + the Pyramid web application development framework. + </p> + </div> + </div> + <div id="bottom"> + <div class="bottom"> + <div id="left" class="align-right"> + <h3>Search Pyramid documentation</h3> + <form method="get" action="http://docs.pylonshq.com/pyramid/dev/search.html"> + <input type="text" id="q" name="q" value="" /> + <input type="submit" id="x" value="Search" /> + </form> + </div> + <div id="right" class="align-left"> + <h3>Pyramid links</h3> + <ul class="links"> + <li> + <a href="http://pylonshq.com">Pylons Website</a> + </li> + <li> + <a href="http://docs.pylonshq.com/pyramid/dev/#narrative-documentation">Narrative Documentation</a> + </li> + <li> + <a href="http://docs.pylonshq.com/pyramid/dev/#api-documentation">API Documentation</a> + </li> + <li> + <a href="http://docs.pylonshq.com/pyramid/dev/#tutorials">Tutorials</a> + </li> + <li> + <a href="http://docs.pylonshq.com/pyramid/dev/#change-history">Change History</a> + </li> + <li> + <a href="http://docs.pylonshq.com/pyramid/dev/#sample-applications">Sample Applications</a> + </li> + <li> + <a href="http://docs.pylonshq.com/pyramid/dev/#support-and-development">Support and Development</a> + </li> + <li> + <a href="irc://irc.freenode.net#pyramid">IRC Channel</a> + </li> + </ul> + </div> + </div> + </div> + <div id="footer"> + <div class="footer">© Copyright 2008-2010, Agendaless Consulting.</div> + </div> </body> -</html> +</html>
\ No newline at end of file |
