qmsk/irclogs/config.py
changeset 144 35c4c56f1376
parent 141 65c98c9e1716
child 153 47dbaa6b13b0
equal deleted inserted replaced
143:154d2d8ae9c0 144:35c4c56f1376
    50         LogDirectory(relpath('/home/spbot/irclogs/test'),  LOG_TIMEZONE, LOG_PARSER, LOG_DECODER, LOG_FILENAME_FMT)
    50         LogDirectory(relpath('/home/spbot/irclogs/test'),  LOG_TIMEZONE, LOG_PARSER, LOG_DECODER, LOG_FILENAME_FMT)
    51     )
    51     )
    52 ])
    52 ])
    53 
    53 
    54 # URL to the hgweb installation for this code
    54 # URL to the hgweb installation for this code
    55 HGWEB_URL                       = "http://hg.qmsk.net/irclogs2"
    55 HGWEB_URL                       = "http://hg.qmsk.net/qmsk.irclogs"
    56 
    56 
    57 # path to the mercurial working copy
    57 # path to the mercurial working copy
    58 HG_WC_PATH                      = "."
    58 HG_WC_PATH                      = "."
    59 
    59 
    60 # how to handle decode() errors for logfile lines
    60 # how to handle decode() errors for logfile lines