Exemple #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())
Exemple #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())
Exemple #3
0
def viewer():
    """ Serve the viewer page """
    return bottle.template('viewer', mirrordom_uri=get_mirrordom_uri(),
            blank_page=get_mirrordom_uri("blank"))
Exemple #4
0
def viewer():
    """ Serve the viewer page """
    return bottle.template('viewer',
                           mirrordom_uri=get_mirrordom_uri(),
                           blank_page=get_mirrordom_uri("blank"))