Changeset 1651


Ignore:
Timestamp:
Nov 15, 2008, 11:06:40 AM (15 years ago)
Author:
broder
Message:

We're no longer an alpha service

Location:
trunk/packages/invirt-web/code
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/static/about.html

    r1318 r1651  
    33"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    44<html>
    5 <head><title>About SIPB Virtual Servers</title>
     5<head><title>About XVM</title>
    66  <link href="favicon.ico" type="image/x-icon" rel="shortcut icon">
    77  <link rel="stylesheet" href="style.css" type="text/css" />
     
    1111<body id="body">
    1212
    13 <h1>About SIPB Virtual Servers</h1>
     13<h1>About XVM</h1>
    1414
    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.
     15<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>
    1616
    17 <h2>SIPB Virtual Servers is an Alpha Service</h2>
     17<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>
    1818
    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 
    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>
     19<p>We hope you enjoy using and helping us test <a href="/">XVM</a>.</p>
    2820
    2921<hr />
  • trunk/packages/invirt-web/code/templates/list.tmpl

    r1318 r1651  
    192192
    193193#def body
    194 <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>
     194<p style="font-size: 125%;"><a href="/static/about.html">What is XVM?</a></p>
    195195#if not $machines
    196196<p>You don't currently control any VMs.</p>   
Note: See TracChangeset for help on using the changeset viewer.