fix repository link and comment out wiki pages as they're not present
[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 <?python\r
3 from links import *\r
4 ?>\r
5 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"\r
6     py:extends="'master.kid'">\r
7 <head>\r
8 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>\r
9 <title>Welcome to MyOps</title>\r
10 </head>\r
11 <body>\r
12 \r
13   <div id="sidebar">\r
14     <h2>Learn more</h2>\r
15     Learn more about MyOps default policies, and take part in its development\r
16     <ul class="links">\r
17     <!--\r
18       <li><a href="https://svn.planet-lab.org/wiki/MyOpsDocs">Documentation</a></li>\r
19       <li><a href="https://svn.planet-lab.org/wiki/MyOpsPolicyForPlanetLab">Policy</a></li>\r
20       <li><a href="https://svn.planet-lab.org/svn/MyOps">Latest Source</a></li>\r
21     -->\r
22       <li><a href="http://svn.planet-lab.org/svn/Monitor">Latest Source</a></li>\r
23     </ul>\r
24     <span py:replace="now">now</span>\r
25   </div>\r
26   <div id="getting_started">\r
27     <ol id="getting_started_steps">\r
28       <li class="getting_started">\r
29         <h3>Sites</h3>\r
30         <p> All monitored sites : <a href="site">Sites</a> <br/> </p>\r
31       </li>\r
32       <li class="getting_started">\r
33         <h3>PCUs</h3>\r
34         <p> All PCUs : <a href="pcu">PCUs</a> <br/> </p>\r
35       </li>\r
36       <li class="getting_started">\r
37         <h3>Nodes</h3>\r
38         <p> All nodes: <a href="node">Nodes</a> <br/> </p>\r
39       </li>\r
40     </ol>\r
41         <p>If you'd like to track things a little more informally, you can install\r
42         these Google Gadgets for summaries of the entire system or a specific\r
43         site.</p>\r
44     <ul class="links">\r
45       <li><a href="http://fusion.google.com/add?source=atgs&amp;moduleurl=${plc_myops_uri()}/monitor/gadget.xml">MyOps Summary</a></li>\r
46       <li><a href="http://fusion.google.com/add?source=atgs&amp;moduleurl=${plc_myops_uri()}/monitor/sitemonitor.xml">Site Summary</a></li>\r
47     </ul>\r
48   </div>\r
49   <!-- End of getting_started -->\r
50 </body>\r
51 </html>\r