+<!DOCTYPE html
+PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head><title>Invirt</title>
+ <link href="static/favicon.ico" type="image/x-icon" rel="shortcut icon">
+ <link rel="stylesheet" href="static/style.css" type="text/css" />
+ <link rel="stylesheet" href="static/layout.css" type="text/css" media="screen" />
+</head>
+<body id="body">
+
+<h1>Invirt</h1>
+
+<p>Invirt is free software for managing Xen virtual machines. Invirt
+powers the <a href="http://xvm.mit.edu/">xvm.mit.edu</a> service at
+MIT.</p>
+
+<h2>Invirt Features</h2>
+<ul>
+<li>Management of VMs over the Web</li>
+<li>Both hardware virtualization and paravirtualization</li>
+<li>Installation of any OS with a boot CD</li>
+<li>A three-minute automated Debian and Ubuntu installer</li>
+<li>Secure VNC console access via a Java applet</li>
+<li>Secure serial console access over SSH</li>
+<li>Authentication by Kerberos and by client Web certs or SPNEGO</li>
+<li>Authorization lists by AFS (optional)</li>
+</ul>
+
+<h2>Getting Invirt</h2>
+
+<p>Invirt is free software under the GPL. The source repository is in
+Subversion:</p>
+ <blockquote><tt>$ svn co svn://invirt.mit.edu/trunk invirt</tt></blockquote>
+
+<p>If you're interested in running Invirt in your own environment,
+feel free to contact us at <tt>invirt@mit.edu</tt>. It's not yet
+straightforward to install; we're working on it, and we're happy
+to help you set it up.</p>
+
+<p>Invirt is based at <a href="http://sipb.mit.edu/">SIPB</a>, the
+student computing group at MIT. We welcome new contributors; check
+out our <a href="http://bugs.launchpad.net/invirt/+bugs">bug
+tracker</a> for an idea of what we're working on now.</p>
+
+<p>Questions welcome
+at <a href="mailto:invirt@mit.edu">invirt@mit.edu</a>.</p>
+
+</body>
+</html>