Changeset 543


Ignore:
Timestamp:
May 31, 2008, 10:33:01 PM (16 years ago)
Author:
broder
Message:

Are we xvm now? Really? Make it so

Location:
trunk/packages/sipb-xen-www/code
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/controls.py

    r535 r543  
    120120        if not open_nics: #No IPs left!
    121121            raise CodeError("No IP addresses left!  "
    122                             "Contact sipb-xen@mit.edu.")
     122                            "Contact xvm@mit.edu.")
    123123        nic = open_nics[0]
    124124        nic.machine_id = machine.machine_id
  • trunk/packages/sipb-xen-www/code/static/about.html

    r420 r543  
    2828
    2929<hr />
    30 Questions? Contact <a href="mailto:sipb-xen@mit.edu">sipb-xen@mit.edu</a>.
     30Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>.
    3131</body>
    3232</html>
  • trunk/packages/sipb-xen-www/code/templates/error.tmpl

    r422 r543  
    88#def body
    99<p>$errorMessage in operation $op.  This shouldn't happen!  Please
    10 email sipb-xen@mit.edu to explain how it happened.  Stderr:</p>
     10email xvm@mit.edu to explain how it happened.  Stderr:</p>
    1111<pre>$stderr</pre>
    1212#end def
  • trunk/packages/sipb-xen-www/code/templates/skeleton.tmpl

    r447 r543  
    7474#if not $varExists('simple') or not $simple
    7575<hr />
    76 Questions? Contact <a href="mailto:sipb-xen@mit.edu">sipb-xen@mit.edu</a>.
     76Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>.
    7777#end if
    7878</body>
Note: See TracChangeset for help on using the changeset viewer.