source: trunk/packages/sipb-xen-www/code/templates/unauth.tmpl @ 517

Last change on this file since 517 was 517, checked in by price, 16 years ago

more on front page (actually from this afternoon)

File size: 1.5 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</strong> Linux auto-install or install the operating
16<strong>system of your choice</strong>.  The service is <strong>free
17to any Athena account holder</strong>.  </p>
18
19<p>If you're a member of the MIT community, go <a
20href="https://xvm.mit.edu/"><strong>try out the service</strong>
21now</a>.  You'll need an <a href="http://ca.mit.edu/">MIT personal
22certificate</a>.</p>
23
24<p>The XVM code base is also forthcoming as a <strong>free
25software</strong> project.  We've been too lazy to put in a COPYING
26file yet, but you can look at our source in <a
27href="https://xvm.mit.edu:1111/">our Subversion repo</a>.  If you're
28interested in using <strong>XVM outside MIT</strong>, we'd be happy to
29help you make it work in your environment; mail us at
30<tt>xvm@mit.edu</tt>.</p>
31
32<p>xvm.mit.edu is provided by <a href="http://sipb.mit.edu/">SIPB</a>,
33the <strong>student computing group</strong> at MIT, with generous
34funding from <a href="http://web.mit.edu/ist/">IS&amp;T</a>.  Like all
35SIPB projects, we are independently run by our own team of volunteers,
36and we welcome new contributors.</p>
37
38<p>Questions and <strong>feedback welcome</strong> at <tt>xvm@mit.edu</tt>.</p>
39
40#end def
Note: See TracBrowser for help on using the repository browser.