Changeset 3263

Show
Ignore:
Timestamp:
11/29/07 00:25:04 (16 years ago)
Author:
jerome
Message:

Backported manual page generator from pkpgcounter to escape hyphens.

Location:
pykota/trunk/man
Files:
169 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/de/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/de/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/de/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/de/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/de/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/de/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/de/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/de/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/de/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/de/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/de/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/de/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/el_GR/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/el_GR/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/el_GR/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/el_GR/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/el_GR/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/el_GR/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/el_GR/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/el_GR/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/el_GR/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/el_GR/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/el_GR/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/el_GR/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/es/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/es/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/es/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/es/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/es/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/es/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/es/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/es/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/es/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/es/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/es/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/es/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/fr/dumpykota.1

    r3259 r3263  
    143143Exemples : 
    144144.IP 
    145 \f(CW$ dumpykota --data history --format csv >monfichier.csv\fR 
     145\f(CW$ dumpykota \-\-data history \-\-format csv >monfichier.csv\fR 
    146146.IP 
    147147Ceci va exporter l'historique dans un fichier �hamps s�r�par des 
    148148virgules, par exemple pour r�portation dans un tableur. 
    149149.IP 
    150 \f(CW$ dumpykota --data users --format xml -o util.xml\fR 
     150\f(CW$ dumpykota \-\-data users \-\-format xml -o util.xml\fR 
    151151.IP 
    152152Exporte toutes les donn� des utilisateurs dans le fichier util.xml 
    153153.IP 
    154 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     154\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    155155.IP 
    156156Exporte l'historique des travaux de l'utilisateur jerome sur l'imprimante 
    157157HP2100 seulement. 
    158158.IP 
    159 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     159\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    160160.IP 
    161161Exporte tous les travaux imprim�entre le 1er Mars 2005 �inuit et 
  • pykota/trunk/man/fr/edpykota.1

    r3259 r3263  
    9898exemples : 
    9999.IP 
    100 \f(CW$ edpykota --add john paul george ringo\fR 
     100\f(CW$ edpykota \-\-add john paul george ringo\fR 
    101101.IP 
    102102Ceci va cr� des entr� de quota d'impression pour les utilisateurs 
     
    104104ne sera positionn�pour ces entr�. 
    105105.IP 
    106 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     106\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    107107.IP 
    108108Ceci va positionner le quota d'impression de jerome �ne limite souple 
     
    116116pages pour les groupes finance et technique sur toutes les imprimantes. 
    117117.IP 
    118 \f(CW$ edpykota --reset jerome "jo*"\fR 
     118\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    119119.IP 
    120120Ceci va remettre �� le compteur de pages actuel sur toutes les 
     
    124124utilisant l'option de ligne de commande \fB\-\-hardreset\fR | \fB\-R\fR. 
    125125.IP 
    126 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     126\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    127127.IP 
    128128Ceci va indiquer �yKota de ne pas limiter jerome lorsqu'il imprime 
     
    131131pas modifi� 
    132132.IP 
    133 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     133\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    134134.IP 
    135135Ceci va effacer toutes les entr� de quotas d'impression des utilisateurs 
  • pykota/trunk/man/fr/pkbcodes.1

    r3259 r3263  
    5151exemples : 
    5252.IP 
    53 \f(CW$ pkbcodes --add -D "Mon projet" monproj\fR 
     53\f(CW$ pkbcodes \-\-add -D "Mon projet" monproj\fR 
    5454.IP 
    5555Va cr� le code de facturation monproj avec "Mon projet" 
    5656comme descriptif. 
    5757.IP 
    58 \f(CW$ pkbcodes --delete "*"\fR 
     58\f(CW$ pkbcodes \-\-delete "*"\fR 
    5959.IP 
    6060Ceci va compl�ment effacer tous les codes de facturation, mais sans 
    6161effacer aucune entr�de l'historique. UTILISEZ QUAND MEME AVEC PARCIMONIE ! 
    6262.IP 
    63 \f(CW$ pkbcodes --list "mo*"\fR 
     63\f(CW$ pkbcodes \-\-list "mo*"\fR 
    6464.IP 
    6565Ceci va lister tous les codes de facturation dont le nom commence par 'mo'. 
  • pykota/trunk/man/fr/pkinvoice.1

    r3259 r3263  
    100100exemples : 
    101101.IP 
    102 \f(CW$ pkinvoice --unit EURO --output /tmp/factures.pdf start=now-30\fR 
     102\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/factures.pdf start=now-30\fR 
    103103.IP 
    104104G�rera un document PDF contenant les factures de tous les utilisateurs 
  • pykota/trunk/man/fr/pkprinters.1

    r3259 r3263  
    8787exemples : 
    8888.IP 
    89 \f(CW$ pkprinters --add -D "Imprimante HP" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     89\f(CW$ pkprinters \-\-add -D "Imprimante HP" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    9090.IP 
    9191Ceci va cr� les trois imprimantes hp2100, hp2200 and hp8000. 
     
    9797l'option \fB\-s\fR|\-\-skipexisting ne soit aussi utilis� 
    9898.IP 
    99 \f(CW$ pkprinters --delete "*"\fR 
     99\f(CW$ pkprinters \-\-delete "*"\fR 
    100100.IP 
    101101Ceci va compl�ment effacer toutes les imprimantes, leurs informations 
    102102de quota ainsi que leurs historiques des travaux. SOYEZ PRUDENTS ! 
    103103.IP 
    104 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     104\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    105105.IP 
    106106Ceci ba mettre toutes les imprimantes dont le nom correspond �hp*" 
    107107dans les groupes Laser et HP, qui DOIVENT d� exister. 
    108108.IP 
    109 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     109\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    110110.IP 
    111111Ceci va enlever l'imprimante hp2200 du groupe LexMark. 
  • pykota/trunk/man/fr/pkrefund.1

    r3259 r3263  
    107107Exemples : 
    108108.IP 
    109 \f(CW$ pkrefund --output /tmp/recus.pdf jobid=503\fR 
     109\f(CW$ pkrefund \-\-output /tmp/recus.pdf jobid=503\fR 
    110110.IP 
    111111Cela va rembourser tous les travaux dont l'identifiant est 503. 
     
    116116contiendra les re� imprimables. 
    117117.IP 
    118 \f(CW$ pkrefund --reason "Probl� mat�el" jobid=503 start=today-7\fR 
     118\f(CW$ pkrefund \-\-reason "Probl� mat�el" jobid=503 start=today-7\fR 
    119119.IP 
    120120Rembourse tous les travaux dont l'identifiant est 503 et qui ont � 
    121121imprim�la semaine derni�. La raison indiqu�sera un probl� mat�el. 
    122122.IP 
    123 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     123\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    124124.IP 
    125125Rembourse tous les travaux imprim�par l'utilisateur jerome sur 
    126126l'imprimante HP2100. Aucune confirmation ne sera demand� 
    127127.IP 
    128 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     128\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    129129.IP 
    130130Rembourse tous les travaux imprim�sur l'imprimante HP2100 entre le 
  • pykota/trunk/man/fr/pkturnkey.1

    r3259 r3263  
    7676exemples : 
    7777.IP 
    78 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     78\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7979.IP 
    8080Ceci va simuler l'initialisation de la base de donn� de PyKota avec 
  • pykota/trunk/man/fr/pkusers.1

    r3259 r3263  
    102102exemples : 
    103103.IP 
    104 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     104\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    105105.IP 
    106106Ceci va ajouter les utilisateurs john, paul, george et ringo �a base 
    107107de donn�. L'adresse email de ringo sera positionn��ringo@example.com' 
    108108.IP 
    109 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     109\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    110110.IP 
    111111L'utilisateur jerome sera plac�an les groupes "coders" et "it" quit 
    112112doivent exister dans la base de donn�. 
    113113.IP 
    114 \f(CW$ pkusers --limitby balance jerome\fR 
     114\f(CW$ pkusers \-\-limitby balance jerome\fR 
    115115.IP 
    116116Ceci va indiquer �yKota que jerome doit �e limit�ar le solde de son 
    117117compte lorsqu'il imprime. 
    118118.IP 
    119 \f(CW$ pkusers --balance +10.0 --comment "Il a pay�vec son sang !" jerome\fR 
     119\f(CW$ pkusers \-\-balance +10.0 \-\-comment "Il a pay�vec son sang !" jerome\fR 
    120120.IP 
    121121Ceci va incr�nter le solde de jerome de 10.0 (dans votre propre monnaie) 
     
    124124Un commentaire sera stock�our le changement de la valeur du solde. 
    125125.IP 
    126 \f(CW$ pkusers --delete jerome rachel\fR 
     126\f(CW$ pkusers \-\-delete jerome rachel\fR 
    127127.IP 
    128128Ceci va compl�ment effacer les utilisateurs jerome et rachel de la base 
    129129de donn�. Tous leurs quotas et travaux d'impression seront aussi effac� 
    130130.IP 
    131 \f(CW$ pkusers --overcharge 2.5 pauvreetudiant\fR 
     131\f(CW$ pkusers \-\-overcharge 2.5 pauvreetudiant\fR 
    132132.IP 
    133133Ceci va surtaxer l'utilisateur pauvreetudiant par un facteur de 2.5. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge -1 jerome\fR 
     135\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    136136.IP 
    137137L'utilisateur jerome va gagner de l'argent chaque fois qu'il imprimera. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge 0 patron\fR 
     139\f(CW$ pkusers \-\-overcharge 0 patron\fR 
    140140.IP 
    141141L'utilisateur patron peut imprimer �olont�cela ne lui co� rien 
     
    143143de son compte. 
    144144.IP 
    145 \f(CW$ pkusers --email @example.com\fR 
     145\f(CW$ pkusers \-\-email @example.com\fR 
    146146.IP 
    147147Ceci va fixer l'adresse email de chaque utilisateur �om@example.com 
  • pykota/trunk/man/fr/pykosd.1

    r3259 r3263  
    4646exemples : 
    4747.IP 
    48 \f(CW$ pykosd -s 60 --loop 5\fR 
     48\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4949.IP 
    5050Lance pykosd. L'affichage sera rafra�it toutes les 60 secondes, 
  • pykota/trunk/man/fr/pykotme.1

    r3259 r3263  
    3232exemples : 
    3333.IP 
    34 \f(CW$ pykotme --printer apple fichier1.ps fichier2.ps\fR 
     34\f(CW$ pykotme \-\-printer apple fichier1.ps fichier2.ps\fR 
    3535.IP 
    3636Ceci va �blir un devis d'impression pour l'utilisateur courant. 
     
    3838travail d'impression consitant en fichier1.ps et fichier2.ps 
    3939.IP 
    40 \f(CW$ pykotme --printer apple,hplaser <fichier1.ps\fR 
     40\f(CW$ pykotme \-\-printer apple,hplaser <fichier1.ps\fR 
    4141.IP 
    4242Ceci va �blir un devis d'impression pour l'utilisateur courant. 
  • pykota/trunk/man/fr/repykota.1

    r3259 r3263  
    4242exemples : 
    4343.IP 
    44 \f(CW$ repykota --printer lp\fR 
     44\f(CW$ repykota \-\-printer lp\fR 
    4545.IP 
    4646Ceci va afficher un rapport de quotas pour tous les utilisateurs de 
     
    5252imprimantes. 
    5353.IP 
    54 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     54\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5555.IP 
    5656Ceci va afficher un rapport pour l'utilisateur jerome et tous les 
  • pykota/trunk/man/fr/warnpykota.1

    r3259 r3263  
    4040exemples : 
    4141.IP 
    42 \f(CW$ warnpykota --printer lp\fR 
     42\f(CW$ warnpykota \-\-printer lp\fR 
    4343.IP 
    4444Ceci va pr�nir tous les utilisateurs ayant atteint leur limite sur 
     
    5050que soit l'imprimanter. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454Ceci va pr�nir tous les membres des groupes dont les noms commencent 
  • pykota/trunk/man/genman.sh

    r3259 r3263  
    2020# 
    2121for prog in pksetup pkrefund pknotify pkusers pkinvoice pkturnkey pkbcodes pkmail pkbanner autopykota dumpykota edpykota pykotme repykota warnpykota pkprinters pykosd ; do  
    22     echo $prog ; 
    23     help2man --no-info --section=1 --manual "User Commands" --source="C@LL - Conseil Internet & Logiciels Libres" --output=$prog.1 $prog ;  
     22    echo "$prog" ; 
     23    help2man --no-info \ 
     24             --section=1 \ 
     25             --manual="User Commands" \ 
     26             --source="C@LL - Conseil Internet & Logiciels Libres" \ 
     27             --output="temp$prog.1" \ 
     28             "$prog" ;  
     29    /bin/sed -e "s/--/\\\-\\\-/g" <"temp$prog.1" >"$prog.1" ; 
     30    /bin/rm -f "temp$prog.1" 
    2431    cd ../po ; 
    2532    for dir in * ; do  
     
    2835                echo "  $dir" ; 
    2936                cd ../man/$dir ; 
    30                 help2man --no-info --locale=$dir --section=1 --manual "User Commands" --source="C@LL - Conseil Internet & Logiciels Libres" --output=$prog.1 $prog ;  
     37                help2man --no-info \ 
     38                         --locale=$dir \ 
     39                         --section=1 \ 
     40                         --manual="User Commands" \ 
     41                         --source="C@LL - Conseil Internet & Logiciels Libres" \ 
     42                         --output="temp$prog.1" \ 
     43                         "$prog" ;  
     44                /bin/sed -e "s/--/\\\-\\\-/g" <"temp$prog.1" >"$prog.1" ; 
     45                /bin/rm -f "temp$prog.1" 
    3146                cd ../../po ; 
    3247            fi ;     
  • pykota/trunk/man/it/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/it/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/it/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/it/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/it/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/it/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/it/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/it/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/it/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/it/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/it/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/it/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/nb_NO/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/nb_NO/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/nb_NO/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/nb_NO/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/nb_NO/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/nb_NO/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/nb_NO/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/nb_NO/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/nb_NO/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/nb_NO/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/nb_NO/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/nb_NO/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/pl/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/pl/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/pl/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/pl/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/pl/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/pl/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/pl/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/pl/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/pl/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/pl/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/pl/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/pl/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/pt_BR/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/pt_BR/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/pt_BR/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/pt_BR/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/pt_BR/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/pt_BR/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/pt_BR/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/pt_BR/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/pt_BR/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/pt_BR/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/pt_BR/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/pt_BR/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/pt/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/pt/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/pt/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/pt/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/pt/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/pt/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/pt/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/pt/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/pt/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/pt/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/pt/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/pt/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/sv_SE/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/sv_SE/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/sv_SE/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/sv_SE/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/sv_SE/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/sv_SE/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/sv_SE/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/sv_SE/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/sv_SE/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/sv_SE/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/sv_SE/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/sv_SE/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/th/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/th/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/th/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/th/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/th/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/th/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/th/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/th/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/th/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/th/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/th/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/th/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/tr/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/tr/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/tr/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/tr/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/tr/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/tr/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/tr/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/tr/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/tr/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/tr/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/tr/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/tr/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and 
  • pykota/trunk/man/zh_TW/dumpykota.1

    r3259 r3263  
    132132Examples : 
    133133.IP 
    134 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
     134\f(CW$ dumpykota \-\-data history \-\-format csv >myfile.csv\fR 
    135135.IP 
    136136This dumps the history in a comma separated values file, for possible 
    137137use in a spreadsheet. 
    138138.IP 
    139 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 
     139\f(CW$ dumpykota \-\-data users \-\-format xml -o users.xml\fR 
    140140.IP 
    141141Dumps all users datas to the users.xml file. 
    142142.IP 
    143 \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     143\f(CW$ dumpykota \-\-data history printername=HP2100 username=jerome\fR 
    144144.IP 
    145145Dumps the job history for user jerome on printer HP2100 only. 
    146146.IP 
    147 \f(CW$ dumpykota --data history start=200503 end=20050730234615\fR 
     147\f(CW$ dumpykota \-\-data history start=200503 end=20050730234615\fR 
    148148.IP 
    149149Dumps all jobs printed between March 1st 2005 at midnight and 
  • pykota/trunk/man/zh_TW/edpykota.1

    r3259 r3263  
    9696examples : 
    9797.IP 
    98 \f(CW$ edpykota --add john paul george ringo\fR 
     98\f(CW$ edpykota \-\-add john paul george ringo\fR 
    9999.IP 
    100100This will create print quota entries for users john, paul, george 
     
    102102limit set. 
    103103.IP 
    104 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
     104\f(CW$ edpykota \-\-printer lp -S 50 -H 60 jerome\fR 
    105105.IP 
    106106This will set jerome's print quota on the lp printer to a soft limit 
     
    114114to 550 pages for groups financial and support on all printers. 
    115115.IP 
    116 \f(CW$ edpykota --reset jerome "jo*"\fR 
     116\f(CW$ edpykota \-\-reset jerome "jo*"\fR 
    117117.IP 
    118118This will reset jerome's page counter to zero on all printers, as 
     
    122122\fB\-\-hardreset\fR | \fB\-R\fR command line option. 
    123123.IP 
    124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
     124\f(CW$ edpykota \-\-printer hpcolor \-\-noquota jerome\fR 
    125125.IP 
    126126This will tell PyKota to not limit jerome when printing on the 
     
    129129Print Quotas for jerome on other printers are unchanged. 
    130130.IP 
    131 \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR 
     131\f(CW$ edpykota \-\-delete \-\-printer "HP*,XER*" jerome rachel\fR 
    132132.IP 
    133133This will delete users jerome and rachel's print quota 
  • pykota/trunk/man/zh_TW/pkbcodes.1

    r3259 r3263  
    4848examples : 
    4949.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     50\f(CW$ pkbcodes \-\-add -D "My project" myproj\fR 
    5151.IP 
    5252Will create the myproj billing code with "My project" 
    5353as the description. 
    5454.IP 
    55 \f(CW$ pkbcodes --delete "*"\fR 
     55\f(CW$ pkbcodes \-\-delete "*"\fR 
    5656.IP 
    5757This will completely delete all the billing codes, but without 
    5858removing any matching job from the history. USE WITH CARE ANYWAY ! 
    5959.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     60\f(CW$ pkbcodes \-\-list "my*"\fR 
    6161.IP 
    6262This will list all billing codes which name begins with 'my'. 
  • pykota/trunk/man/zh_TW/pkinvoice.1

    r3259 r3263  
    101101examples : 
    102102.IP 
    103 \f(CW$ pkinvoice --unit EURO --output /tmp/invoices.pdf start=now-30\fR 
     103\f(CW$ pkinvoice \-\-unit EURO \-\-output /tmp/invoices.pdf start=now-30\fR 
    104104.IP 
    105105Will generate a PDF document containing invoices for all users 
  • pykota/trunk/man/zh_TW/pkprinters.1

    r3259 r3263  
    8484examples : 
    8585.IP 
    86 \f(CW$ pkprinters --add -D "HP Printer" --charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
     86\f(CW$ pkprinters \-\-add -D "HP Printer" \-\-charge 0.05,0.1 hp2100 hp2200 hp8000\fR 
    8787.IP 
    8888Will create three printers named hp2100, hp2200 and hp8000. 
     
    9494unless the \fB\-s\fR|\-\-skipexisting command line option is also used. 
    9595.IP 
    96 \f(CW$ pkprinters --delete "*"\fR 
     96\f(CW$ pkprinters \-\-delete "*"\fR 
    9797.IP 
    9898This will completely delete all printers and associated quota information, 
    9999as well as their job history. USE WITH CARE ! 
    100100.IP 
    101 \f(CW$ pkprinters --groups Laser,HP "hp*"\fR 
     101\f(CW$ pkprinters \-\-groups Laser,HP "hp*"\fR 
    102102.IP 
    103103This will put all printers which name matches "hp*" into printers groups 
    104104Laser and HP, which MUST already exist. 
    105105.IP 
    106 \f(CW$ pkprinters --groups LexMark --remove hp2200\fR 
     106\f(CW$ pkprinters \-\-groups LexMark \-\-remove hp2200\fR 
    107107.IP 
    108108This will remove the hp2200 printer from the LexMark printer group. 
  • pykota/trunk/man/zh_TW/pkrefund.1

    r3259 r3263  
    102102Examples : 
    103103.IP 
    104 \f(CW$ pkrefund --output /tmp/receipts.pdf jobid=503\fR 
     104\f(CW$ pkrefund \-\-output /tmp/receipts.pdf jobid=503\fR 
    105105.IP 
    106106This will refund all jobs which Id is 503. BEWARE : installing CUPS 
     
    110110will be created which will contain printable receipts. 
    111111.IP 
    112 \f(CW$ pkrefund --reason "Hardware problem" jobid=503 start=today-7\fR 
     112\f(CW$ pkrefund \-\-reason "Hardware problem" jobid=503 start=today-7\fR 
    113113.IP 
    114114Refunds all jobs which id is 503 but which were printed during the 
    115115past week. The reason will be marked as being an hardware problem. 
    116116.IP 
    117 \f(CW$ pkrefund --force username=jerome printername=HP2100\fR 
     117\f(CW$ pkrefund \-\-force username=jerome printername=HP2100\fR 
    118118.IP 
    119119Refunds all jobs printed by user jerome on printer HP2100. No 
    120120confirmation will be asked. 
    121121.IP 
    122 \f(CW$ pkrefund --force printername=HP2100 start=200602 end=yesterday\fR 
     122\f(CW$ pkrefund \-\-force printername=HP2100 start=200602 end=yesterday\fR 
    123123.IP 
    124124Refunds all jobs printed on printer HP2100 between February 1st 2006 
  • pykota/trunk/man/zh_TW/pkturnkey.1

    r3259 r3263  
    7171examples : 
    7272.IP 
    73 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 
     73\f(CW$ pkturnkey \-\-dousers \-\-uidmin jerome\fR 
    7474.IP 
    7575Will simulate the initialization of PyKota's database will all existing 
  • pykota/trunk/man/zh_TW/pkusers.1

    r3259 r3263  
    105105examples : 
    106106.IP 
    107 \f(CW$ pkusers --add john paul george ringo/ringo@example.com\fR 
     107\f(CW$ pkusers \-\-add john paul george ringo/ringo@example.com\fR 
    108108.IP 
    109109This will add users john, paul, george and ringo to the quota 
     
    111111\&'ringo@example.com' 
    112112.IP 
    113 \f(CW$ pkusers --ingroups coders,it jerome\fR 
     113\f(CW$ pkusers \-\-ingroups coders,it jerome\fR 
    114114.IP 
    115115User jerome is put into the groups "coders" and "it" which must 
    116116already exist in the quota database. 
    117117.IP 
    118 \f(CW$ pkusers --limitby balance jerome\fR 
     118\f(CW$ pkusers \-\-limitby balance jerome\fR 
    119119.IP 
    120120This will tell PyKota to limit jerome by his account's balance 
    121121when printing. 
    122122.IP 
    123 \f(CW$ pkusers --balance +10.0 --comment "He paid with his blood !" jerome\fR 
     123\f(CW$ pkusers \-\-balance +10.0 \-\-comment "He paid with his blood !" jerome\fR 
    124124.IP 
    125125This will increase jerome's account balance by 10.0 (in your 
     
    128128A comment will be stored for this balance change. 
    129129.IP 
    130 \f(CW$ pkusers --delete jerome rachel\fR 
     130\f(CW$ pkusers \-\-delete jerome rachel\fR 
    131131.IP 
    132132This will completely delete jerome and rachel from the quota 
    133133database. All their quotas and jobs will be deleted too. 
    134134.IP 
    135 \f(CW$ pkusers --overcharge 2.5 poorstudent\fR 
     135\f(CW$ pkusers \-\-overcharge 2.5 poorstudent\fR 
    136136.IP 
    137137This will overcharge the poorstudent user by a factor of 2.5. 
    138138.IP 
    139 \f(CW$ pkusers --overcharge -1 jerome\fR 
     139\f(CW$ pkusers \-\-overcharge -1 jerome\fR 
    140140.IP 
    141141User jerome will actually earn money whenever he prints. 
    142142.IP 
    143 \f(CW$ pkusers --overcharge 0 boss\fR 
     143\f(CW$ pkusers \-\-overcharge 0 boss\fR 
    144144.IP 
    145145User boss can print at will, it won't cost him anything because the 
     
    147147his account. 
    148148.IP 
    149 \f(CW$ pkusers --email @example.com\fR 
     149\f(CW$ pkusers \-\-email @example.com\fR 
    150150.IP 
    151151This will set the email address for each user to username@example.com 
  • pykota/trunk/man/zh_TW/pykosd.1

    r3259 r3263  
    4242examples : 
    4343.IP 
    44 \f(CW$ pykosd -s 60 --loop 5\fR 
     44\f(CW$ pykosd -s 60 \-\-loop 5\fR 
    4545.IP 
    4646Will launch pykosd. Display will be refreshed every 60 seconds, 
  • pykota/trunk/man/zh_TW/pykotme.1

    r3259 r3263  
    3131examples : 
    3232.IP 
    33 \f(CW$ pykotme --printer apple file1.ps file2.ps\fR 
     33\f(CW$ pykotme \-\-printer apple file1.ps file2.ps\fR 
    3434.IP 
    3535This will give a print quote to the current user. The quote will show 
     
    3737which would be sent to the apple printer. 
    3838.IP 
    39 \f(CW$ pykotme --printer apple,hplaser <file1.ps\fR 
     39\f(CW$ pykotme \-\-printer apple,hplaser <file1.ps\fR 
    4040.IP 
    4141This will give a print quote to the current user. The quote will show 
  • pykota/trunk/man/zh_TW/repykota.1

    r3259 r3263  
    4141examples : 
    4242.IP 
    43 \f(CW$ repykota --printer lp\fR 
     43\f(CW$ repykota \-\-printer lp\fR 
    4444.IP 
    4545This will print the quota status for all users who use the lp printer. 
     
    4949This will print the quota status for all users on all printers. 
    5050.IP 
    51 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
     51\f(CW$ repykota \-\-printer "laser*,*pson" jerome "jo*"\fR 
    5252.IP 
    5353This will print the quota status for user jerome and all users 
  • pykota/trunk/man/zh_TW/warnpykota.1

    r3259 r3263  
    3838examples : 
    3939.IP 
    40 \f(CW$ warnpykota --printer lp\fR 
     40\f(CW$ warnpykota \-\-printer lp\fR 
    4141.IP 
    4242This will warn all users of the lp printer who have exceeded their 
     
    5050any printer. 
    5151.IP 
    52 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
     52\f(CW$ warnpykota \-\-groups \-\-printer "laserjet*" "dev*"\fR 
    5353.IP 
    5454This will warn all users of groups which names begins with "dev" and