Show
Ignore:
Timestamp:
01/24/09 22:38:46 (15 years ago)
Author:
jerome
Message:

Updated manual pages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/el_GR/pkbanner.1

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