Changeset 1661


Ignore:
Timestamp:
Nov 15, 2008, 6:13:11 PM (15 years ago)
Author:
price
Message:

merge about.html's remaining caveats into unauth front page

Location:
trunk/packages/invirt-web
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/list.tmpl

    r1651 r1661  
    11#from skeleton import skeleton
     2#from invirt.config import structs as config
    23#extends skeleton
    34#import datetime
     
    192193
    193194#def body
    194 <p style="font-size: 125%;"><a href="/static/about.html">What is XVM?</a></p>
     195<p style="font-size: 125%;"><a href="http://${config.web.hostname}">What is XVM?</a></p>
    195196#if not $machines
    196197<p>You don't currently control any VMs.</p>   
  • trunk/packages/invirt-web/code/templates/unauth.tmpl

    r1652 r1661  
    3434</ul>
    3535
     36<h2>XVM does not feature:</h2>
     37<ul>
     38<li>backups of VM disk images; images are on a RAID, but you should
     39    arrange your own backups for data that is important to you.</li>
     40<li>guarantees of uptime or security; we are a best-effort volunteer
     41    service, though we follow security and reliability best practices
     42    shared by production SIPB services.</li>
     43</ul>
     44
    3645<p>The XVM code base is a <strong>free software</strong> project under
    3746development, licensed under GPLv2+. If you're interested in using it,
  • trunk/packages/invirt-web/config.todo

    r1318 r1661  
    1414code/templates/unauth.tmpl: tons of text
    1515code/templates/unauth.tmpl: https://xvm.mit.edu
    16 code/static/about.html: tons of text
    17 code/static/about.html: SIPB Virtual Servers
    1816
    1917# will take real code to generalize
Note: See TracChangeset for help on using the changeset viewer.