Changeset 418


Ignore:
Timestamp:
Apr 16, 2008, 10:08:50 PM (16 years ago)
Author:
price
Message:

sipb-xen -> SIPB Virtual Servers externally

I'm open to other names, but 'sipb-xen' is unenlightening to outsiders,
and awkward if we ever change virtualization platforms.

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  
    33"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    44<html>
    5 <head><title>About sipb-xen</title>
     5<head><title>About SIPB Virtual Servers</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-xen</h1>
     13<h1>About SIPB Virtual Servers</h1>
    1414
    15 sipb-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.
     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.
    1616
    17 <h2>sipb-xen is an Alpha Service</h2>
     17<h2>SIPB Virtual Servers is an Alpha Service</h2>
    1818
    19 Lots 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:
     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:
    2020
    2121<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>
     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>
    2525</ul>
    2626
    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>
    2828
    2929<hr />
  • trunk/packages/sipb-xen-www/code/templates/list.tmpl

    r406 r418  
    128128
    129129#def body
    130 <p style="font-size: 125%;"><strong>Note:</strong> sipb-xen is 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>
    131131#if not $machines
    132132<p>You don't currently control any VMs.</p>   
Note: See TracChangeset for help on using the changeset viewer.