Put alpha message in SVN
authorEric Price <ecprice@mit.edu>
Fri, 28 Mar 2008 22:02:12 +0000 (18:02 -0400)
committerEric Price <ecprice@mit.edu>
Fri, 28 Mar 2008 22:02:12 +0000 (18:02 -0400)
svn path=/trunk/web/; revision=280

static/about.html [new file with mode: 0644]
templates/list.tmpl

diff --git a/static/about.html b/static/about.html
new file mode 100644 (file)
index 0000000..b0ea379
--- /dev/null
@@ -0,0 +1,32 @@
+<!DOCTYPE html
+PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head><title>About sipb-xen</title>
+  <link href="favicon.ico" type="image/x-icon" rel="shortcut icon">
+  <link rel="stylesheet" href="style.css" type="text/css" />
+  <link rel="stylesheet" href="layout.css" type="text/css" media="screen" />
+  <script type="text/javascript" src="prototype.js"></script>
+</head>
+<body id="body">
+
+<h1>About sipb-xen</h1>
+
+sipb-xen is an experimental service from the <a href="http://sipb.mit.edu/">Student Information Processing Board</a> which attempts to provide members of the MIT community with an easy way to create virtual machines which they can remotely administer.
+
+<h2>sipb-xen is an Alpha Service</h2>
+
+Lots of services claim to be beta when they're really almost release-worthy. sipb-xen is an alpha service in the true sense of the word. This means that we make almost no promises. Specifically, we make <strong>no promises</strong> about:
+
+<ul>
+<li><strong>Security</strong>: All of the current developers of sipb-xen have root access to black-mesa, the host machine for all of the virtual machines through both root and null instances.</li>
+<li><strong>Uptime</strong>: The sipb-xen developers reserve the right to bring down both black-mesa and its VMs without warning or notification.</li>
+<li><strong>Data integrity</strong>: We do not back up data on sipb-xen VMs</li>
+</ul>
+
+<p>If you're OK with this, we hope you enjoy using and helping us test <a href="/">sipb-xen</a>.</p>
+
+<hr />
+Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
+</body>
+</html>
index 19b4c6e..6e06c53 100644 (file)
@@ -120,6 +120,7 @@ $has_vnc[$machine]
 
 
 #def body
+<p style="font-size: 125%;"><strong>Note:</strong> sipb-xen is a very alpha service. <a href="/static/about.html">What does this mean?</a></p>
 #if not $machines
 <p>You don't currently control any VMs.</p>   
 #else