| 172 |
ashish |
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"
|
|
|
11 |
py:replace="''" />
|
|
|
12 |
<title>Welcome to TurboGears 2.0, standing on the shoulders of
|
|
|
13 |
giants, since 2007</title>
|
|
|
14 |
</head>
|
|
|
15 |
|
|
|
16 |
<body>
|
|
|
17 |
${sidebar_top()}
|
|
|
18 |
<div id="getting_started">
|
|
|
19 |
<h2>Presentation</h2>
|
|
|
20 |
<p>TurboGears 2 is rapid web application development toolkit
|
|
|
21 |
designed to make your life easier.</p>
|
|
|
22 |
<ol id="getting_started_steps">
|
|
|
23 |
<li class="getting_started">
|
|
|
24 |
<h3>Code your data model</h3>
|
|
|
25 |
<p>Design your data model, Create the database, and Add some
|
|
|
26 |
bootstrap data.</p>
|
|
|
27 |
</li>
|
|
|
28 |
<li class="getting_started">
|
|
|
29 |
<h3>Design your URL architecture</h3>
|
|
|
30 |
<p>Decide your URLs, Program your controller methods, Design your
|
|
|
31 |
templates, and place some static files (CSS and/or JavaScript).</p>
|
|
|
32 |
</li>
|
|
|
33 |
<li class="getting_started">
|
|
|
34 |
<h3>Distribute your app</h3>
|
|
|
35 |
<p>Test your source, Generate project documents, Build a
|
|
|
36 |
distribution.</p>
|
|
|
37 |
</li>
|
|
|
38 |
</ol>
|
|
|
39 |
</div>
|
|
|
40 |
<div class="clearingdiv" />
|
|
|
41 |
<div class="notice">Thank you for choosing TurboGears.</div>
|
|
|
42 |
</body>
|
|
|
43 |
</html>
|