Changeset 1661 for trunk/packages/invirt-web
- Timestamp:
- Nov 15, 2008, 6:13:11 PM (16 years ago)
- Location:
- trunk/packages/invirt-web
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/templates/list.tmpl
r1651 r1661 1 1 #from skeleton import skeleton 2 #from invirt.config import structs as config 2 3 #extends skeleton 3 4 #import datetime … … 192 193 193 194 #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> 195 196 #if not $machines 196 197 <p>You don't currently control any VMs.</p> -
trunk/packages/invirt-web/code/templates/unauth.tmpl
r1652 r1661 34 34 </ul> 35 35 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 36 45 <p>The XVM code base is a <strong>free software</strong> project under 37 46 development, licensed under GPLv2+. If you're interested in using it, -
trunk/packages/invirt-web/config.todo
r1318 r1661 14 14 code/templates/unauth.tmpl: tons of text 15 15 code/templates/unauth.tmpl: https://xvm.mit.edu 16 code/static/about.html: tons of text17 code/static/about.html: SIPB Virtual Servers18 16 19 17 # will take real code to generalize
Note: See TracChangeset
for help on using the changeset viewer.