source: trunk/packages/sipb-xen-www/code/static/about.html @ 419

Last change on this file since 419 was 419, checked in by price, 16 years ago

sipb-xen-dev@ -> sipb-xen@

File size: 1.7 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 Virtual Servers</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 Virtual Servers</h1>
14
15SIPB 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.
16
17<h2>SIPB Virtual Servers is an Alpha Service</h2>
18
19Lots 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:
20
21<ul>
22<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>
23<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>
24<li><strong>Data integrity</strong>: We do not back up data on SIPB Virtual Servers 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 Virtual Servers</a>.</p>
28
29<hr />
30Questions? Contact <a href="mailto:sipb-xen@mit.edu">sipb-xen@mit.edu</a>.
31</body>
32</html>
Note: See TracBrowser for help on using the repository browser.