Changeset 418 for trunk/packages/sipb-xen-www
- Timestamp:
- Apr 16, 2008, 10:08:50 PM (17 years ago)
- Location:
- trunk/packages/sipb-xen-www/code
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/static/about.html
r280 r418 3 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 4 <html> 5 <head><title>About sipb-xen</title>5 <head><title>About SIPB Virtual Servers</title> 6 6 <link href="favicon.ico" type="image/x-icon" rel="shortcut icon"> 7 7 <link rel="stylesheet" href="style.css" type="text/css" /> … … 11 11 <body id="body"> 12 12 13 <h1>About sipb-xen</h1>13 <h1>About SIPB Virtual Servers</h1> 14 14 15 sipb-xenis 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.15 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. 16 16 17 <h2> sipb-xenis an Alpha Service</h2>17 <h2>SIPB Virtual Servers is an Alpha Service</h2> 18 18 19 Lots of services claim to be beta when they're really almost release-worthy. sipb-xenis 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:19 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: 20 20 21 21 <ul> 22 <li><strong>Security</strong>: All of the current developers of sipb-xenhave 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-xendevelopers 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-xenVMs</li>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 25 </ul> 26 26 27 <p>If you're OK with this, we hope you enjoy using and helping us test <a href="/"> sipb-xen</a>.</p>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 28 29 29 <hr /> -
trunk/packages/sipb-xen-www/code/templates/list.tmpl
r406 r418 128 128 129 129 #def body 130 <p style="font-size: 125%;"><strong>Note:</strong> sipb-xenis a very alpha service. <a href="/static/about.html">What does this mean?</a></p>130 <p style="font-size: 125%;"><strong>Note:</strong> SIPB Virtual Servers is a very alpha service. <a href="/static/about.html">What does this mean?</a></p> 131 131 #if not $machines 132 132 <p>You don't currently control any VMs.</p>
Note: See TracChangeset
for help on using the changeset viewer.