source: trunk/packages/invirt-web/code/templates/unauth.tmpl @ 1652

Last change on this file since 1652 was 1652, checked in by broder, 15 years ago

And update some of our information to reflect new features

File size: 1.8 KB
Line 
1#from skeleton import skeleton
2#extends skeleton
3
4
5#def title
6Intro
7#end def
8
9#def body
10<h1>XVM &mdash; Virtual Servers for MIT </h1>
11
12<p><strong>xvm.mit.edu</strong> is a virtualization service for the
13MIT community.  We offer <strong>virtual machines</strong>&mdash;your
14own complete system on which you can start from our <strong>two-minute
15Debian or Ubuntu install</strong> or install the <strong>operating
16system of your choice</strong>.  The service is <strong>free</strong>
17to any Athena account holder.</p>
18
19<p>MIT users:</p>
20<blockquote><big><a
21href="https://xvm.mit.edu/"><strong><font color="green">&rarr;</font> Log in to XVM now</strong>
22</a></big></blockquote>
23<p>You'll need an <a href="http://ca.mit.edu/">MIT personal
24certificate</a>.</p>
25
26<h2>XVM features:</h2>
27<ul>
28<li>Online management of virtual machines</li>
29<li>A wide selection of bootable CD-ROM images and installers</li>
30<li>An automated Debian and Ubuntu installer</li>
31<li>Secure VNC console access via a Java applet</li>
32<li>Secure serial console access over SSH</li>
33<li>Ownership and access control through Athena lockers and groups</li>
34</ul>
35
36<p>The XVM code base is a <strong>free software</strong> project under
37development, licensed under GPLv2+. If you're interested in using it,
38we'd be happy to help you set it up in your environment. Our Subversion
39repository is</p> <blockquote><a
40href="https://xvm.mit.edu:1111/">https://xvm.mit.edu:1111/</a></blockquote>
41
42<p>xvm.mit.edu is provided by <a href="http://sipb.mit.edu/">SIPB</a>,
43the student computing group at MIT, with generous funding from <a
44href="http://web.mit.edu/ist/">IS&amp;T</a>.  Like all SIPB projects, we
45are independently run by our own team of volunteers, and we welcome new
46contributors.</p>
47
48<p>Questions and feedback welcome at <a
49href="mailto:xvm@mit.edu">xvm@mit.edu</a>.</p>
50
51#end def
Note: See TracBrowser for help on using the repository browser.