Esempio n. 1
0
def broadcaster():
    """ Serve the broadcaster page (make sure not to run multiple instances of
    this page) """
    return bottle.template('broadcaster', mirrordom_uri=get_mirrordom_uri())
Esempio n. 2
0
def broadcaster():
    """ Serve the broadcaster page (make sure not to run multiple instances of
    this page) """
    return bottle.template('broadcaster', mirrordom_uri=get_mirrordom_uri())
Esempio n. 3
0
def viewer():
    """ Serve the viewer page """
    return bottle.template('viewer', mirrordom_uri=get_mirrordom_uri(),
            blank_page=get_mirrordom_uri("blank"))
Esempio n. 4
0
def viewer():
    """ Serve the viewer page """
    return bottle.template('viewer',
                           mirrordom_uri=get_mirrordom_uri(),
                           blank_page=get_mirrordom_uri("blank"))