Entry point for rpc server, view templates, rss feeds of node down times,
[monitor.git] / web / MonitorWeb / monitorweb / templates / welcome.kid
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"\r
3     py:extends="'master.kid'">\r
4 <head>\r
5 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>\r
6 <title>Welcome to TurboGears</title>\r
7 </head>\r
8 <body>\r
9 \r
10   <div id="sidebar">\r
11     <h2>Learn more</h2>\r
12     Learn more about TurboGears and take part in its\r
13     development\r
14     <ul class="links">\r
15       <li><a href="http://www.turbogears.org">Official website</a></li>\r
16       <li><a href="http://docs.turbogears.org">Documentation</a></li>\r
17       <li><a href="http://trac.turbogears.org/turbogears/">Trac\r
18         (bugs/suggestions)</a></li>\r
19       <li><a href="http://groups.google.com/group/turbogears"> Mailing list</a> </li>\r
20     </ul>\r
21     <span py:replace="now">now</span>\r
22   </div>\r
23   <div id="getting_started">\r
24     <ol id="getting_started_steps">\r
25       <li class="getting_started">\r
26         <h3>Model</h3>\r
27         <p> <a href="http://docs.turbogears.org/1.0/GettingStarted/DefineDatabase">Design models</a> in the <span class="code">model.py</span>.<br/>\r
28           Edit <span class="code">dev.cfg</span> to <a href="http://docs.turbogears.org/1.0/GettingStarted/UseDatabase">use a different backend</a>, or start with a pre-configured SQLite database. <br/>\r
29           Use script <span class="code">tg-admin sql create</span> to create the database tables.</p>\r
30       </li>\r
31       <li class="getting_started">\r
32         <h3>View</h3>\r
33         <p> Edit <a href="http://docs.turbogears.org/1.0/GettingStarted/Kid">html-like templates</a> in the <span class="code">/templates</span> folder;<br/>\r
34         Put all <a href="http://docs.turbogears.org/1.0/StaticFiles">static contents</a> in the <span class="code">/static</span> folder. </p>\r
35       </li>\r
36       <li class="getting_started">\r
37         <h3>Controller</h3>\r
38         <p> Edit <span class="code"> controllers.py</span> and <a href="http://docs.turbogears.org/1.0/GettingStarted/CherryPy">build your\r
39           website structure</a> with the simplicity of Python objects. <br/>\r
40           TurboGears will automatically reload itself when you modify your project. </p>\r
41       </li>\r
42     </ol>\r
43     <div class="notice"> If you create something cool, please <a href="http://groups.google.com/group/turbogears">let people know</a>, and consider contributing something back to the <a href="http://groups.google.com/group/turbogears">community</a>.</div>\r
44   </div>\r
45   <!-- End of getting_started -->\r
46 </body>\r
47 </html>\r