Changeset 1345 for pykota/trunk/README
- Timestamp:
- 02/12/04 23:43:58 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/README
r1299 r1345 305 305 306 306 $ cd /usr/lib/cups/backend 307 $ ln -s /usr/ bin/cupspykota cupspykota307 $ ln -s /usr/share/pykota/cupspykota cupspykota 308 308 309 309 Restart CUPS so that the new backend can be detected. … … 344 344 line to remove is of the form : 345 345 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 347 351 348 352 Don't touch anything else, especially any other *cupsFilter line. … … 359 363 360 364 DeviceURI cupspykota:socket://myprinter.domain.com:9100 365 366 or : 367 368 DeviceURI cupspykota://socket://myprinter.domain.com:9100 361 369 362 370 Save the file and restart CUPS. … … 367 375 368 376 :achk=true 369 :as=|/usr/ bin/pykota377 :as=|/usr/share/pykota/pykota 370 378 371 379 For each printer on which you want to use print accounting. … … 379 387 380 388 Add printers and users to the quota system and set their quota values : 389 390 Starting from version 1.18alpha2, the preferred command to manage 391 printers is named pkprinters 392 393 $ pkprinters --help 394 395 will tell you how to create, manage or delete printers and 396 printers groups. 381 397 382 398 $ edpykota --add -P hp2100 -S 40 -H 50 user1 ... userN … … 427 443 428 444 Quota reports are also available remotely by using the CGI script 429 printquota.cgi provided in the cgi-bin/ subdirectory. 445 printquota.cgi provided in the cgi-bin/ subdirectory. You can 446 also use the CSS stylesheet present in the stylesheets/ subdirectory 447 and put it at your web server's DocumentRoot. 430 448 431 449 For different security concerns, please give a look at the SECURITY