Index: trunk/packages/invirt-web/code/templates/list.tmpl
===================================================================
--- trunk/packages/invirt-web/code/templates/list.tmpl	(revision 1655)
+++ trunk/packages/invirt-web/code/templates/list.tmpl	(revision 1661)
@@ -1,3 +1,4 @@
 #from skeleton import skeleton
+#from invirt.config import structs as config
 #extends skeleton
 #import datetime
@@ -192,5 +193,5 @@
 
 #def body
-<p style="font-size: 125%;"><a href="/static/about.html">What is XVM?</a></p>
+<p style="font-size: 125%;"><a href="http://${config.web.hostname}">What is XVM?</a></p>
 #if not $machines
 <p>You don't currently control any VMs.</p>   
Index: trunk/packages/invirt-web/code/templates/unauth.tmpl
===================================================================
--- trunk/packages/invirt-web/code/templates/unauth.tmpl	(revision 1655)
+++ trunk/packages/invirt-web/code/templates/unauth.tmpl	(revision 1661)
@@ -34,4 +34,13 @@
 </ul>
 
+<h2>XVM does not feature:</h2>
+<ul>
+<li>backups of VM disk images; images are on a RAID, but you should
+    arrange your own backups for data that is important to you.</li>
+<li>guarantees of uptime or security; we are a best-effort volunteer
+    service, though we follow security and reliability best practices
+    shared by production SIPB services.</li>
+</ul>
+
 <p>The XVM code base is a <strong>free software</strong> project under
 development, licensed under GPLv2+. If you're interested in using it,
