root / pykota / trunk / man / pykotme.1 @ 3259

Revision 3259, 2.3 kB (checked in by jerome, 16 years ago)

Began work on moving from GNU GPL v2 or later to GNU GPL v3 or later.
TODO : Also move command line tools and library.
TODO : Change documentation from SGML DocBook? to XML DocBook? to
TODO : accomodate the GNU GPL v3 text available in DocBook? XML
TODO : from www.gnu.org

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[2808]1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
[3259]2.TH PYKOTME "1" "November 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
[1059]3.SH NAME
[3259]4pykotme \- manual page for pykotme 1.27alpha2_broken_unofficial
[1059]5.SH DESCRIPTION
[3259]6pykotme v1.27alpha2_broken_unofficial (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet \- alet@librelogiciel.com
[1059]7.PP
8Gives print quotes to users.
9.PP
10command line usage :
11.TP
12pykotme
13[options]  [files]
14.PP
15options :
16.TP
17\fB\-v\fR | \fB\-\-version\fR
18Prints pykotme's version number then exits.
19.TP
20\fB\-h\fR | \fB\-\-help\fR
21Prints this message then exits.
22.TP
23\fB\-P\fR | \fB\-\-printer\fR p
24Gives a quote for this printer only. Actually p can
25use wildcards characters to select only
26some printers. The default value is *, meaning
27all printers.
[1167]28You can specify several names or wildcards,
29by separating them with commas.
[1059]30.PP
31examples :
32.IP
33\f(CW$ pykotme --printer apple file1.ps file2.ps\fR
34.IP
35This will give a print quote to the current user. The quote will show
36the price and size of a job consisting in file1.ps and file2.ps
37which would be sent to the apple printer.
38.IP
[1167]39\f(CW$ pykotme --printer apple,hplaser <file1.ps\fR
40.IP
41This will give a print quote to the current user. The quote will show
42the price and size of a job consisting in file1.ps as read from
43standard input, which would be sent to the apple or hplaser
44printer.
45.IP
[1059]46\f(CW$ pykotme\fR
47.IP
48This will give a quote for a job consisting of what is on standard
49input. The quote will list the job size, and the price the job
50would cost on each printer.
51.PP
[3259]52(c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>
53This program is free software: you can redistribute it and/or modify
[1059]54it under the terms of the GNU General Public License as published by
[3259]55the Free Software Foundation, either version 3 of the License, or
[1059]56(at your option) any later version.
57.PP
58This program is distributed in the hope that it will be useful,
59but WITHOUT ANY WARRANTY; without even the implied warranty of
60MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61GNU General Public License for more details.
62.PP
63You should have received a copy of the GNU General Public License
[3259]64along with this program.  If not, see <http://www.gnu.org/licenses/>.
[1059]65.PP
[2344]66Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.