handlers.py
changeset 87 39915772f090
parent 83 a34e9f56ddda
child 96 d30c88e89a7e
equal deleted inserted replaced
86:645cf9c4441e 87:39915772f090
    20 )
    20 )
    21 
    21 
    22 # our LogSearch thing
    22 # our LogSearch thing
    23 # XXX: move elsewhere
    23 # XXX: move elsewhere
    24 import log_search
    24 import log_search
    25 search_index = log_search.LogSearchIndex(config.SEARCH_INDEX_PATH, 'r')
    25 search_index = log_search.LogSearchIndex(config.LOG_CHANNELS, config.SEARCH_INDEX_PATH, 'r')
    26 
    26 
    27 def index (request) :
    27 def index (request) :
    28     """
    28     """
    29         The topmost index page, display a list of available channels, perhaps some general stats
    29         The topmost index page, display a list of available channels, perhaps some general stats
    30     """
    30     """