From 934275694e4e07a162e453fc6b369ed48de1fe42 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 15 Nov 2008 11:06:40 -0500 Subject: [PATCH] We're no longer an alpha service svn path=/trunk/packages/invirt-web/; revision=1651 --- code/static/about.html | 18 +++++------------- code/templates/list.tmpl | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/code/static/about.html b/code/static/about.html index d99d819..a40c6d1 100644 --- a/code/static/about.html +++ b/code/static/about.html @@ -2,7 +2,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -About SIPB Virtual Servers +About XVM @@ -10,21 +10,13 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -

About SIPB Virtual Servers

+

About XVM

-SIPB Virtual Servers is an experimental service from the Student Information Processing Board which attempts to provide members of the MIT community with an easy way to create virtual machines which they can remotely administer. +

XVM is an experimental service from the Student Information Processing Board 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 http://xvm.mit.edu.

-

SIPB Virtual Servers is an Alpha Service

+

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.

-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 no promises about: - - - -

If you're OK with this, we hope you enjoy using and helping us test SIPB Virtual Servers.

+

We hope you enjoy using and helping us test XVM.


Questions? Contact xvm@mit.edu. diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl index f6dc5c4..e1d66c4 100644 --- a/code/templates/list.tmpl +++ b/code/templates/list.tmpl @@ -191,7 +191,7 @@ $helppopup('Administrator')#slurp #def body -

SIPB Virtual Servers is an alpha service. What does this mean?

+

What is XVM?

#if not $machines

You don't currently control any VMs.

#end if -- 1.7.9.5