root / pykota / trunk / man / pkbanner.1 @ 3484

Revision 3279, 2.6 kB (checked in by jerome, 16 years ago)

Finished changing copyright years, excepted for contributed stuff
and database schema migration scripts which would only be useful to
people with very very old releases of PyKota : these scripts won't change
for sure, and might disappear anyway...

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2.TH PKBANNER "1" "January 2008" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NAME
4pkbanner \- manual page for pkbanner 1.27alpha3_BROKEN_unofficial
5.SH DESCRIPTION
6pkbanner v1.27alpha3_BROKEN_unofficial (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet \- alet@librelogiciel.com
7.PP
8Generates banners.
9.PP
10command line usage :
11.TP
12pkbanner
13[options]  [more info]
14.PP
15options :
16.TP
17\fB\-v\fR | \fB\-\-version\fR
18Prints pkbanner's version number then exits.
19.TP
20\fB\-h\fR | \fB\-\-help\fR
21Prints this message then exits.
22.TP
23\fB\-l\fR | \fB\-\-logo\fR img
24Use the image as the banner's logo. The logo will
25be drawn at the center top of the page. The default
26logo is /usr/share/pykota/logos/pykota.jpeg
27.TP
28\fB\-p\fR | \fB\-\-pagesize\fR sz
29Sets sz as the page size. Most well known
30page sizes are recognized, like 'A4' or 'Letter'
31to name a few. The default size is A4.
32.TP
33\fB\-s\fR | \fB\-\-savetoner\fR s
34Sets the text luminosity factor to s%. This can be
35used to save toner. The default value is 0, which
36means that no toner saving will be done.
37.TP
38\fB\-u\fR | \fB\-\-url\fR u
39Uses u as an url to be written at the bottom of
40the banner page. The default url is :
41http://www.pykota.com/
42.PP
43examples :
44.IP
45Using pkbanner directly from the command line is not recommended,
46excepted for testing purposes. You should use pkbanner in the
47\&'startingbanner' or 'endingbanner' directives in pykota.conf
48.IP
49startingbanner: /usr/bin/pkbanner \fB\-\-logo=\fR"" \fB\-\-savetoner\fR=\fI75\fR
50.IP
51With such a setting in pykota.conf, all print jobs will be
52prefixed with an A4 banner with no logo, and text luminosity will
53be increased by 75%. The PostScript output will be directly sent
54to your printer.
55.IP
56You'll find more examples in the sample configuration file included
57in PyKota.
58.PP
59(c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com>
60This program is free software: you can redistribute it and/or modify
61it under the terms of the GNU General Public License as published by
62the Free Software Foundation, either version 3 of the License, or
63(at your option) any later version.
64.PP
65This program is distributed in the hope that it will be useful,
66but WITHOUT ANY WARRANTY; without even the implied warranty of
67MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
68GNU General Public License for more details.
69.PP
70You should have received a copy of the GNU General Public License
71along with this program.  If not, see <http://www.gnu.org/licenses/>.
72.PP
73Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.