1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" |
---|
4 | xmlns:py="http://genshi.edgewall.org/" |
---|
5 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
---|
6 | |
---|
7 | <xi:include href="master.html" /> |
---|
8 | |
---|
9 | <head> |
---|
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> |
---|
13 | </head> |
---|
14 | |
---|
15 | <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> |
---|
39 | </body> |
---|
40 | </html> |
---|