source: trunk/web/static/about.html @ 280

Last change on this file since 280 was 280, checked in by ecprice, 16 years ago

Put alpha message in SVN

File size: 1.6 KB
Line 
1<!DOCTYPE html
2PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html>
5<head><title>About sipb-xen</title>
6  <link href="favicon.ico" type="image/x-icon" rel="shortcut icon">
7  <link rel="stylesheet" href="style.css" type="text/css" />
8  <link rel="stylesheet" href="layout.css" type="text/css" media="screen" />
9  <script type="text/javascript" src="prototype.js"></script>
10</head>
11<body id="body">
12
13<h1>About sipb-xen</h1>
14
15sipb-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.
16
17<h2>sipb-xen is an Alpha Service</h2>
18
19Lots 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:
20
21<ul>
22<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>
23<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>
24<li><strong>Data integrity</strong>: We do not back up data on sipb-xen VMs</li>
25</ul>
26
27<p>If you're OK with this, we hope you enjoy using and helping us test <a href="/">sipb-xen</a>.</p>
28
29<hr />
30Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
31</body>
32</html>
Note: See TracBrowser for help on using the repository browser.