Changeset 84ed773 for gutenbach-web/index.html
- Timestamp:
- Feb 23, 2009, 4:26:36 PM (16 years ago)
- Branches:
- master, debian, mac, no-cups, web
- Children:
- 77aa4c8
- Parents:
- 973dd91
- git-author:
- Edward Z. Yang <edwardzyang@…> (02/23/09 16:26:36)
- git-committer:
- Edward Z. Yang <edwardzyang@…> (02/23/09 16:26:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach-web/index.html
r973dd91 r84ed773 9 9 <head> 10 10 <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> 11 <title>Welcome to TurboGears 2.0, standing on the 12 shoulders of giants, since 2007</title> 11 <title>sipbmp3 web</title> 13 12 </head> 14 13 15 14 <body> 16 ${sidebar_top()} 17 <div id="getting_started"> 18 <h2>Presentation</h2> 19 <p>TurboGears 2 is rapid web application development toolkit designed to make your life easier.</p> 20 <ol id="getting_started_steps"> 21 <li class="getting_started"> 22 <h3>Code your data model</h3> 23 <p> Design your data model, Create the database, and Add some bootstrap data.</p> 24 </li> 25 <li class="getting_started"> 26 <h3>Design your URL architecture</h3> 27 <p> Decide your URLs, Program your controller methods, Design your 28 templates, and place some static files (CSS and/or JavaScript). </p> 29 </li> 30 <li class="getting_started"> 31 <h3>Distribute your app</h3> 32 <p> Test your source, Generate project documents, Build a distribution.</p> 33 </li> 34 </ol> 35 </div> 36 <div class="clearingdiv" /> 37 <div class="notice"> Thank you for choosing TurboGears. 38 </div> 15 <div id="status"> 16 <h2>Status</h2> 17 <p>The volume is: $volume</p> 18 </div> 19 <div class="clearingdiv" /> 39 20 </body> 40 21 </html>
Note: See TracChangeset
for help on using the changeset viewer.