Show
Ignore:
Timestamp:
04/12/05 18:22:58 (19 years ago)
Author:
jerome
Message:

Now the sample configuration files describe the file's syntax

Files:
1 modified

Legend:

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

    r2193 r2204  
    11# PyKota sample configuration file 
    22# 
    3 # Copy this file into the /etc/pykota/ directory 
    4 # under the name /etc/pykota/pykota.conf 
     3# 
     4# File format : 
     5# 
     6#   - A mandatory [global] section : 
     7# 
     8#     Contains configuration directives which apply for all printers. 
     9#     Some directives MUST be set in the [global] section, e.g. 
     10#     database related directives. 
     11# 
     12#   - Any number of optional [PrintQueueName] sections : 
     13# 
     14#     Contain directives which apply for a particular print queue only. 
     15# 
     16#     Override the values of the same directives present in [global]. 
     17# 
     18# 
     19# Directives format : 
     20# 
     21#   - Directive's name, followed by ':' followed by the directive's value. 
     22# 
     23#   - No leading whitespace : leading whitespace tell the parser that the 
     24#     current directive is the continuation of the previous one. Use with 
     25#     care and only when you need it. 
     26# 
    527# 
    628# PyKota - Print Quotas for CUPS and LPRng