Changeset 1345 for pykota/trunk/README

Show
Ignore:
Timestamp:
02/12/04 23:43:58 (20 years ago)
Author:
jalet
Message:

Better integration in Debian and more LSB compliance, thanks to
Peter Hawkins.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/README

    r1299 r1345  
    305305         
    306306          $ cd /usr/lib/cups/backend 
    307           $ ln -s /usr/bin/cupspykota cupspykota 
     307          $ ln -s /usr/share/pykota/cupspykota cupspykota 
    308308           
    309309        Restart CUPS so that the new backend can be detected. 
     
    344344        line to remove is of the form : 
    345345         
    346           *cupsFilter: "application/vnd.cups-postscript 0 /usr/bin/pykota" 
     346          *cupsFilter: "application/vnd.cups-postscript 0 /usr/share/pykota/pykota" 
     347         
     348        This means that each time the pstops filter will be executed, it will 
     349        pass the job's data through the pykota filter which is present in  
     350        /usr/share/pykota 
    347351         
    348352        Don't touch anything else, especially any other *cupsFilter line. 
     
    359363     
    360364            DeviceURI cupspykota:socket://myprinter.domain.com:9100 
     365             
     366        or :     
     367         
     368            DeviceURI cupspykota://socket://myprinter.domain.com:9100 
    361369         
    362370        Save the file and restart CUPS. 
     
    367375     
    368376    :achk=true 
    369     :as=|/usr/bin/pykota 
     377    :as=|/usr/share/pykota/pykota 
    370378     
    371379    For each printer on which you want to use print accounting. 
     
    379387   
    380388Add printers and users to the quota system and set their quota values :  
     389 
     390Starting from version 1.18alpha2, the preferred command to manage 
     391printers is named pkprinters 
     392 
     393    $ pkprinters --help 
     394     
     395    will tell you how to create, manage or delete printers and 
     396    printers groups. 
    381397 
    382398    $ edpykota --add -P hp2100 -S 40 -H 50 user1 ... userN 
     
    427443     
    428444Quota reports are also available remotely by using the CGI script 
    429 printquota.cgi provided in the cgi-bin/ subdirectory. 
     445printquota.cgi provided in the cgi-bin/ subdirectory. You can  
     446also use the CSS stylesheet present in the stylesheets/ subdirectory 
     447and put it at your web server's DocumentRoot. 
    430448 
    431449For different security concerns, please give a look at the SECURITY