Subversion Repositories SmartDukaan

Rev

Rev 290 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 290 Rev 1336
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
2
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
3
 
4
<!-- 
-
 
5
<html xmlns="http://www.w3.org/1999/xhtml"
-
 
6
	xmlns:py="http://genshi.edgewall.org/"
-
 
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
-
 
8
 
-
 
9
<xi:include href="master.html" />
-
 
10
 
-
 
11
<head>
-
 
12
<meta content="text/html; charset=UTF-8" http-equiv="content-type"
-
 
13
	py:replace="''" />
-
 
14
<title>Welcome to TurboGears 2.0, standing on the shoulders of
-
 
15
giants, since 2007</title>
-
 
16
</head>
-
 
17
 
-
 
18
<body>
-
 
19
${sidebar_top()}
-
 
20
<div id="getting_started">
-
 
21
<h2>Presentation</h2>
-
 
22
<p>TurboGears 2 is rapid web application development toolkit
-
 
23
designed to make your life easier.</p>
-
 
24
<ol id="getting_started_steps">
-
 
25
	<li class="getting_started">
-
 
26
	<h3>Code your data model</h3>
-
 
27
	<p>Design your data model, Create the database, and Add some
-
 
28
	bootstrap data.</p>
-
 
29
	</li>
-
 
30
	<li class="getting_started">
-
 
31
	<h3>Design your URL architecture</h3>
-
 
32
	<p>Decide your URLs, Program your controller methods, Design your
-
 
33
	templates, and place some static files (CSS and/or JavaScript).</p>
-
 
34
	</li>
-
 
35
	<li class="getting_started">
-
 
36
	<h3>Distribute your app</h3>
-
 
37
	<p>Test your source, Generate project documents, Build a
-
 
38
	distribution.</p>
-
 
39
	</li>
-
 
40
</ol>
-
 
41
</div>
-
 
42
<div class="clearingdiv" />
-
 
43
<div class="notice">Thank you for choosing TurboGears.</div>
-
 
44
</body>
-
 
45
</html>
-
 
46
 -->
-
 
47
 
4
 
48
<html xmlns="http://www.w3.org/1999/xhtml"
5
<html xmlns="http://www.w3.org/1999/xhtml"
49
	xmlns:py="http://genshi.edgewall.org/"
6
	xmlns:py="http://genshi.edgewall.org/"
50
	xmlns:xi="http://www.w3.org/2001/XInclude">
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
51
 
8
 
Line 67... Line 24...
67
</p>
24
</p>
68
<p>
25
<p>
69
<a href="${tg.url('/form_babuchak')}">Edit babuchak codedata</a>
26
<a href="${tg.url('/form_babuchak')}">Edit babuchak codedata</a>
70
</p>
27
</p>
71
</body>
28
</body>
72
</html>
-
 
73
29
</html>
-
 
30