sites/irclogs.qmsk.net/handlers.py
branchsites
changeset 36 02d4040d5946
parent 29 b06ff4c05d42
child 40 71ab68f31a1c
equal deleted inserted replaced
35:79ea0e2a6cc2 36:02d4040d5946
    14         The main channel view page, display the most important info, and all requisite links
    14         The main channel view page, display the most important info, and all requisite links
    15     """
    15     """
    16 
    16 
    17     pass
    17     pass
    18 
    18 
    19 def channel_last (request, channel, lines, type='html') :
    19 def channel_last (request, channel, lines, type) :
    20     """
    20     """
    21         Display the last x lines of channel messages in various formats
    21         Display the last x lines of channel messages in various formats
    22     """
    22     """
    23 
    23 
    24     pass
    24     pass
    25 
    25 
       
    26 def channel_search (request, channel) :
       
    27     """
       
    28         Display the search form for the channel for GET, or do the search for POST
       
    29     """
       
    30 
       
    31     pass
       
    32