We're no longer an alpha service
authorEvan Broder <broder@mit.edu>
Sat, 15 Nov 2008 16:06:40 +0000 (11:06 -0500)
committerEvan Broder <broder@mit.edu>
Sat, 15 Nov 2008 16:06:40 +0000 (11:06 -0500)
svn path=/trunk/packages/invirt-web/; revision=1651

code/static/about.html
code/templates/list.tmpl

index d99d819..a40c6d1 100644 (file)
@@ -2,7 +2,7 @@
 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>
 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>
-<head><title>About SIPB Virtual Servers</title>
+<head><title>About XVM</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" />
   <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" />
@@ -10,21 +10,13 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 </head>
 <body id="body">
 
 </head>
 <body id="body">
 
-<h1>About SIPB Virtual Servers</h1>
+<h1>About XVM</h1>
 
 
-SIPB Virtual Servers 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.
+<p>XVM 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. You can see more information about the project at <a href="http://xvm.mit.edu">http://xvm.mit.edu</a>.</p>
 
 
-<h2>SIPB Virtual Servers is an Alpha Service</h2>
+<p>When using XVM, please remember that, while VM disks are stored on a RAID, we do not back up data, so you shouldn't rely on XVM for data integrity.</p>
 
 
-Lots of services claim to be beta when they're really almost release-worthy. SIPB Virtual Servers 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 Virtual Servers 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 Virtual Servers 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 Virtual Servers VMs.</li>
-</ul>
-
-<p>If you're OK with this, we hope you enjoy using and helping us test <a href="/">SIPB Virtual Servers</a>.</p>
+<p>We hope you enjoy using and helping us test <a href="/">XVM</a>.</p>
 
 <hr />
 Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>.
 
 <hr />
 Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>.
index f6dc5c4..e1d66c4 100644 (file)
@@ -191,7 +191,7 @@ $helppopup('Administrator')#slurp
 
 
 #def body
 
 
 #def body
-<p style="font-size: 125%;">SIPB Virtual Servers is an <strong>alpha service</strong>.  <a href="/static/about.html">What does this mean?</a></p>
+<p style="font-size: 125%;"><a href="/static/about.html">What is XVM?</a></p>
 #if not $machines
 <p>You don't currently control any VMs.</p>   
 #end if
 #if not $machines
 <p>You don't currently control any VMs.</p>   
 #end if