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