Show
Ignore:
Timestamp:
07/25/03 15:10:58 (21 years ago)
Author:
jalet
Message:

Improved documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/filterpykota.sgml

    r1099 r1101  
    77   
    88  <para> 
    9     To account for pages or eventually ink usage, you must plug your accounting 
     9    To account for pages or eventually ink usage  
     10    <footnote> 
     11      <para> 
     12        PyKota doesn't currently account for ink usage, it only accounts 
     13        pages. To account for ink usage, you should use PrintBill instead. 
     14      </para>   
     15    </footnote>   
     16    , you must plug your accounting 
    1017    system somewhere into the printing system you use, be it either <application>CUPS</application> 
    1118    or <application>LPRng</application>. One way to do this without having 
     
    5461    When used with an <application>LPRng</application> backend, the accounting filter is not defined the same way  
    5562    input filters are, so the problem described above doesn't exist, and <application>PyKota</application> 
    56     may work with non-postscript printers, provided they can report their page counter and you know how to do 
    57     this. 
     63    may work with non-postscript printers, provided they can report their page counter and you know how to retrieve 
     64    it. 
    5865  </para> 
    5966   
     
    7178    page counter for this printer when the previous job was launched, computes the difference, and report it as the  
    7279    previous job's size in the Quota DataBase. It then updates the last user's print quota and account balance, and 
    73     warn him if he is over quota or his account balance below 0. Finally it checks if the user who launched the  
     80    warn him if he is over quota or if his account balance is below 0. Finally it checks if the user who launched the  
    7481    current job is below or above his print quota, and either allow or deny the job's datas to pass to the underlying  
    7582    layer (the printer itself). 
     
    8390    pages on a single line on its standard output. This number is then 
    8491    read by PyKota and used to update the current user's quota information. 
     92    Of course checks are also done like with the <literal>querying</literal> 
     93    accounting method, to see if the current job is allowed to be printed or not. 
    8594  </para> 
    8695   
     
    97106 
    98107$Log$ 
     108Revision 1.6  2003/07/25 13:10:58  jalet 
     109Improved documentation 
     110 
    99111Revision 1.5  2003/07/25 10:41:29  jalet 
    100112Better documentation.