From de27e9719e0cd2c25a588d835640a8bfbc6385eb Mon Sep 17 00:00:00 2001 From: Eric Price Date: Fri, 28 Mar 2008 18:02:12 -0400 Subject: [PATCH] Put alpha message in SVN svn path=/trunk/web/; revision=280 --- static/about.html | 32 ++++++++++++++++++++++++++++++++ templates/list.tmpl | 1 + 2 files changed, 33 insertions(+) create mode 100644 static/about.html diff --git a/static/about.html b/static/about.html new file mode 100644 index 0000000..b0ea379 --- /dev/null +++ b/static/about.html @@ -0,0 +1,32 @@ + + +About sipb-xen + + + + + + + +

About sipb-xen

+ +sipb-xen 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. + +

sipb-xen is an Alpha Service

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

If you're OK with this, we hope you enjoy using and helping us test sipb-xen.

+ +
+Questions? Contact sipb-xen-dev@mit.edu. + + diff --git a/templates/list.tmpl b/templates/list.tmpl index 19b4c6e..6e06c53 100644 --- a/templates/list.tmpl +++ b/templates/list.tmpl @@ -120,6 +120,7 @@ $has_vnc[$machine] #def body +

Note: sipb-xen is a very alpha service. What does this mean?

#if not $machines

You don't currently control any VMs.

#else -- 1.7.9.5