Show
Ignore:
Timestamp:
12/27/03 17:49:25 (20 years ago)
Author:
uid67467
Message:

Should be ok now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r1233 r1240  
    129129# logs. 
    130130# Actually only database queries are logged. 
    131 debug : No 
     131debug : Yes 
    132132 
    133133# Mail server to use to warn users 
     
    236236#   NB : I use ISO-8859-15, but Windows expects UTF-8, so we pipe the message 
    237237#        into iconv before sending it to the Windows user. 
     238# 
     239# or more simply : 
     240# 
     241#       mailto: external(/usr/bin/mailandpopup.sh %(username)s %(printername)s "%(email)s" "%(message)s" 2>&1 >/dev/null) 
     242# 
     243#   NB : The mailandpopup.sh shell script is now included in PyKota 
    238244# 
    239245#   NB : in ANY case, don't forget to redirect your command's standard output 
     
    344350# 
    345351# 
     352# An example using the contributed pagecount.pl script which does  
     353# the same as above, but should work on more printers :  
     354# 
     355# requester: external(/usr/bin/pagecount.pl %(printer)s 9100) 
     356# 
     357# 
    346358# WARNING : In any case, when using an external requester, please test the command line outside 
    347359#           of PyKota before. This will save you some headaches in case it doesn't work as expected.