First of a series of significant changes to how monitor is organized.
[monitor.git] / web / MonitorWeb / monitorweb / templates / welcome.kid
index 9095267..695fccd 100644 (file)
@@ -1,46 +1,89 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
+<?python\r
+from links import *\r
+?>\r
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"\r
     py:extends="'master.kid'">\r
 <head>\r
+<link rel="SHORTCUT ICON" href="http://monitor.planet-lab.org/favicon.gif" />\r
 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>\r
-<title>Welcome to TurboGears</title>\r
+<title>Welcome to MyOps</title>\r
+    <script type='text/javascript' src='https://www.google.com/jsapi?key=ABQIAAAAECeilpUt6K60xqj7ANJ1YBR8HRE8RqFOF-HFcsZBUZ07eLJr3hRoB15iNmFCqHrX_DZZpC9mf-cV2g'></script>\r
+    <script type='text/javascript' src='static/javascript/googlevis.js'></script>\r
+    <script type='text/javascript'>\r
+        google.setOnLoadCallback(getData2);\r
+    </script>\r
 </head>\r
 <body>\r
 \r
-  <div id="sidebar">\r
+  <!--div id="sidebar">\r
     <h2>Learn more</h2>\r
-    Learn more about TurboGears and take part in its\r
-    development\r
+    Learn more about MyOps default policies, and take part in its development\r
     <ul class="links">\r
-      <li><a href="http://www.turbogears.org">Official website</a></li>\r
-      <li><a href="http://docs.turbogears.org">Documentation</a></li>\r
-      <li><a href="http://trac.turbogears.org/turbogears/">Trac\r
-        (bugs/suggestions)</a></li>\r
-      <li><a href="http://groups.google.com/group/turbogears"> Mailing list</a> </li>\r
+      <li><a href="https://svn.planet-lab.org/wiki/MyOpsDocs">Documentation</a></li>\r
+      <li><a href="https://svn.planet-lab.org/wiki/MyOpsPolicyForPlanetLab">Policy</a></li>\r
+      <li><a href="https://svn.planet-lab.org/svn/MyOps">Latest Source</a></li>\r
+    Learn more about MyOps default policies, and take part in its development\r
+      <li><a href="http://svn.planet-lab.org/svn/Monitor">Latest Source</a></li>\r
+    </ul>\r
+    <span py:replace="now">now</span>\r
+  </div-->\r
+  <div id="sidebar">\r
+    <h2>Main Links</h2>\r
+    <ul class="links">\r
+      <li class="getting_started">\r
+        <h3>Sites</h3>\r
+        <p> All monitored sites : <a href="site">Sites</a> <br/> </p>\r
+      </li>\r
+      <li class="getting_started">\r
+        <h3>Nodes</h3>\r
+        <p> All nodes: <a href="node">Nodes</a> <br/> </p>\r
+      </li>\r
+      <li class="getting_started">\r
+        <h3>Power Control (PCUs)</h3>\r
+        <p> All PCUs : <a href="pcu">PCUs</a> <br/> </p>\r
+      </li>\r
+      <li>\r
+        <h3>Learn more</h3>\r
+    Learn more about MyOps default policies, <br/> and take part in its development\r
+        <a href="http://svn.planet-lab.org/svn/Monitor">Latest Source</a>\r
+      </li>\r
     </ul>\r
     <span py:replace="now">now</span>\r
   </div>\r
   <div id="getting_started">\r
-    <ol id="getting_started_steps">\r
+  <blockquote>\r
+  <p>\r
+    MyOps observes the operational state of PlanetLab and enforces global\r
+    policies at member sites. MyOps observes three principle objects in\r
+    PlanetLab: Sites, Nodes, and Power Control Units (PCUs).  Based on\r
+    the observed state of these objects, MyOps applies policies to member\r
+    sites that are expected to improve the operational state of the whole\r
+    system.\r
+  </p>\r
+    <!--div id='chart_div' style='width: 700px; height: 360px;'></div-->\r
+    <!--ol id="getting_started_steps">\r
       <li class="getting_started">\r
-        <h3>Model</h3>\r
-        <p> <a href="http://docs.turbogears.org/1.0/GettingStarted/DefineDatabase">Design models</a> in the <span class="code">model.py</span>.<br/>\r
-          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
-          Use script <span class="code">tg-admin sql create</span> to create the database tables.</p>\r
+        <h3>Sites</h3>\r
+        <p> All monitored sites : <a href="site">Sites</a> <br/> </p>\r
       </li>\r
       <li class="getting_started">\r
-        <h3>View</h3>\r
-        <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
-        Put all <a href="http://docs.turbogears.org/1.0/StaticFiles">static contents</a> in the <span class="code">/static</span> folder. </p>\r
+        <h3>Nodes</h3>\r
+        <p> All nodes: <a href="node">Nodes</a> <br/> </p>\r
       </li>\r
       <li class="getting_started">\r
-        <h3>Controller</h3>\r
-        <p> Edit <span class="code"> controllers.py</span> and <a href="http://docs.turbogears.org/1.0/GettingStarted/CherryPy">build your\r
-          website structure</a> with the simplicity of Python objects. <br/>\r
-          TurboGears will automatically reload itself when you modify your project. </p>\r
+        <h3>Power Control (PCUs)</h3>\r
+        <p> All PCUs : <a href="pcu">PCUs</a> <br/> </p>\r
       </li>\r
-    </ol>\r
-    <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
+    </ol-->\r
+       <p>If you'd like to track things a little more informally, you can install\r
+       these Google Gadgets for summaries of the entire system or a specific\r
+       site.</p>\r
+    <ul class="links">\r
+      <li><a href="http://fusion.google.com/add?source=atgs&amp;moduleurl=${plc_myops_uri()}/monitor/gadget.xml">MyOps Summary</a></li>\r
+      <li><a href="http://fusion.google.com/add?source=atgs&amp;moduleurl=${plc_myops_uri()}/monitor/sitemonitor.xml">Site Summary</a></li>\r
+    </ul>\r
+    </blockquote>\r
   </div>\r
   <!-- End of getting_started -->\r
 </body>\r