Changeset 1287

Show
Ignore:
Timestamp:
01/13/04 00:10:35 (20 years ago)
Author:
jalet
Message:

PyKota 1.16beta1 is finally out.

Location:
pykota/trunk
Files:
1 added
8 modified

Legend:

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

    r1166 r1287  
    9090     
    9191    <para> 
     92      You may also want to copy the <acronym>CSS</acronym> stylesheets which are present in the 
     93      <filename>stylesheets/</filename> directory to your web server's <literal>DocumentRoot</literal> 
     94      (e.g. <filename>/var/lib/www</filename>) so that the CGI script can find them to present 
     95      a nicer web interface. 
     96    </para> 
     97     
     98    <para> 
    9299      You can find <filename>printquota.cgi</filename> in the <filename>pykota/cgi-bin</filename> 
    93100      directory. Here's how to install it, provided that your web server's <filename>cgi-bin</filename> 
     
    145152 
    146153$Log$ 
     154Revision 1.7  2004/01/12 23:10:35  jalet 
     155PyKota 1.16beta1 is finally out. 
     156 
    147157Revision 1.6  2003/10/12 20:47:51  jalet 
    148158Doc enhanced. 
  • pykota/trunk/man/edpykota.1

    r1167 r1287  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33. 
    2 .TH EDPYKOTA "1" "October 2003" "C@LL - Conseil Internet & Logiciels Libres" "PyKota Print Quota for CUPS and LPRng" 
     2.TH EDPYKOTA "1" "January 2004" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 edpykota \- manual page for edpykota 1.15_unofficial 
     4edpykota \- manual page for edpykota 1.16beta1_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.15_unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres 
     6edpykota v1.16beta1_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    77A Print Quota editor for PyKota. 
    88.PP 
     
    5151by separating them with commas. 
    5252.TP 
     53\fB\-G\fR | \fB\-\-pgroups\fR pg1[,pg2...] Adds the printer(s) to the printer groups 
     54pg1, pg2, etc... which must already exist. 
     55A printer group is just like a normal printer, 
     56only that it is usually unknown from the printing 
     57system. Create printer groups exactly the same 
     58way that you create printers, then add other 
     59printers to them with this option. 
     60Accounting is done on a printer and on all 
     61the printer groups it belongs to, quota checking 
     62is done on a printer and on all the printer groups 
     63it belongs to. 
     64.TP 
    5365\fB\-g\fR | \fB\-\-groups\fR 
    54 Edit groups print quotas instead of users. 
     66Edit users groups print quotas instead of users. 
    5567.TP 
    5668\fB\-p\fR | \fB\-\-prototype\fR u|g Uses user u or group g as a prototype to set 
     
    92104examples : 
    93105.IP 
    94 \f(CW$ edpykota -p jerome john paul george ringo\fR 
     106\f(CW$ edpykota --add -p jerome john paul george ringo/ringo@yourdomain.com\fR 
    95107.IP 
    96 This will set print quotas for the users john, paul, george and ringo 
    97 to the same values than user jerome. User jerome must exist. 
     108This will add users john, paul, george and ringo to the quota 
     109database, and set their print quotas to the same values than user 
     110jerome. User jerome must already exist. 
     111User ringo's email address will also be set to 'ringo@yourdomain.com' 
    98112.IP 
    99113\f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     
    109123user jerome is put into the groups "coders" and "it" which must 
    110124already exist in the Quota Storage. 
    111 WARNING : the CUPS PPD file for this printer or the /etc/printcap 
    112 .TP 
    113 file (depending on your printing backend) 
    114 must still be 
    115 .IP 
    116 modified manually, as well as pykota's configuration file 
    117 for a new printer to be managed successfully. 
    118125.IP 
    119126\f(CW$ edpykota -g -S 500 -H 550 financial support\fR 
     
    155162This will set the page price for printer lp to 0.1. Job price 
    156163will not be changed. 
     164.IP 
     165\f(CW$ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\fR 
     166.IP 
     167This will put printers hplj1 and hplj2 in printers groups Laser and HP. 
     168When printing either on hplj1 or hplj2, print quota will also be 
     169checked and accounted for on virtual printers Laser and HP. 
    157170.PP 
    158171This program is free software; you can redistribute it and/or modify 
     
    171184.PP 
    172185Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com 
    173 .SH "SEE ALSO" 
    174 The full documentation for 
    175 .B edpykota 
    176 is maintained as a Texinfo manual.  If the 
    177 .B info 
    178 and 
    179 .B edpykota 
    180 programs are properly installed at your site, the command 
    181 .IP 
    182 .B info edpykota 
    183 .PP 
    184 should give you access to the complete manual. 
  • pykota/trunk/MANIFEST.in

    r1279 r1287  
    11include README FAQ COPYING LICENSE TODO NEWS CREDITS SECURITY MANIFEST.in clean.sh bin/cupspykota bin/pykota bin/edpykota bin/warnpykota bin/repykota bin/pykotme bin/waitprinter.sh bin/papwaitprinter.sh bin/mailandpopup.sh bin/README 
    22recursive-include po README *.po *.mo *.pot 
    3 recursive-include man README *.1 
     3recursive-include man README *.sh *.1 
    44recursive-include docs README *.sgml *.png *.pdf *.html 
    55recursive-include cgi-bin README *.cgi 
  • pykota/trunk/man/pykotme.1

    r1167 r1287  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33. 
    2 .TH PYKOTME "1" "October 2003" "C@LL - Conseil Internet & Logiciels Libres" "PyKota Print Quota for CUPS and LPRng" 
     2.TH PYKOTME "1" "January 2004" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pykotme \- manual page for pykotme 1.15_unofficial 
     4pykotme \- manual page for pykotme 1.16beta1_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.15_unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres 
     6pykotme v1.16beta1_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    77.PP 
    88Gives print quotes to users. 
     
    6565.PP 
    6666Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com 
    67 .SH "SEE ALSO" 
    68 The full documentation for 
    69 .B pykotme 
    70 is maintained as a Texinfo manual.  If the 
    71 .B info 
    72 and 
    73 .B pykotme 
    74 programs are properly installed at your site, the command 
    75 .IP 
    76 .B info pykotme 
    77 .PP 
    78 should give you access to the complete manual. 
  • pykota/trunk/man/repykota.1

    r1167 r1287  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33. 
    2 .TH REPYKOTA "1" "October 2003" "C@LL - Conseil Internet & Logiciels Libres" "PyKota Print Quota for CUPS and LPRng" 
     2.TH REPYKOTA "1" "January 2004" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 repykota \- manual page for repykota 1.15_unofficial 
     4repykota \- manual page for repykota 1.16beta1_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.15_unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres 
     6repykota v1.16beta1_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    77.PP 
    88Generates print quota reports. 
     
    7070.PP 
    7171Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com 
    72 .SH "SEE ALSO" 
    73 The full documentation for 
    74 .B repykota 
    75 is maintained as a Texinfo manual.  If the 
    76 .B info 
    77 and 
    78 .B repykota 
    79 programs are properly installed at your site, the command 
    80 .IP 
    81 .B info repykota 
    82 .PP 
    83 should give you access to the complete manual. 
  • pykota/trunk/man/warnpykota.1

    r1167 r1287  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33. 
    2 .TH WARNPYKOTA "1" "October 2003" "C@LL - Conseil Internet & Logiciels Libres" "PyKota Print Quota for CUPS and LPRng" 
     2.TH WARNPYKOTA "1" "January 2004" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 warnpykota \- manual page for warnpykota 1.15_unofficial 
     4warnpykota \- manual page for warnpykota 1.16beta1_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.15_unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres 
     6warnpykota v1.16beta1_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    77.PP 
    88Sends mail to users over print quota. 
     
    7575.PP 
    7676Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com 
    77 .SH "SEE ALSO" 
    78 The full documentation for 
    79 .B warnpykota 
    80 is maintained as a Texinfo manual.  If the 
    81 .B info 
    82 and 
    83 .B warnpykota 
    84 programs are properly installed at your site, the command 
    85 .IP 
    86 .B info warnpykota 
    87 .PP 
    88 should give you access to the complete manual. 
  • pykota/trunk/NEWS

    r1286 r1287  
    2222PyKota NEWS : 
    2323 
     24    - 1.16beta1 : 
     25     
     26        - Manpages upgraded. 
     27         
    2428    - 1.16alpha26 : 
    2529     
  • pykota/trunk/pykota/version.py

    r1285 r1287  
    2222# 
    2323 
    24 __version__ = "1.16alpha26_unofficial" 
     24__version__ = "1.16beta1_unofficial" 
    2525 
    2626__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""