Show
Ignore:
Timestamp:
02/28/05 01:07:37 (19 years ago)
Author:
jalet
Message:

Added pkmail's doc.
Used the <command> tag instead of <application> for commands.
Fixed some typos.
Added some missing command line options in the commands reference.

Files:
1 modified

Legend:

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

    r1166 r2115  
    22 
    33<chapter> 
    4   <title id="pykotme">Get print quotes before printing for real with <application>pykotme</application></title> 
     4  <title id="pykotme">Get print quotes before printing for real with <command>pykotme</command></title> 
    55  <para>Last modified on $Date$</para> 
    66   
    77  <para> 
    8     PyKota features a print quote generator, named <application>pykotme</application>. 
     8    PyKota features a print quote generator, named <command>pykotme</command>. 
    99    This command line tool can be used to learn in advance how much a print job 
    1010    will cost to you if you really send it to a printer. 
     
    1414   
    1515  <para> 
    16     To get a print quote, you have to launch <application>pykotme</application> 
     16    To get a print quote, you have to launch <command>pykotme</command> 
    1717    from the command line, passing your print job's content in the PostScript 
    1818    format, either in the form of one or more file names on the command line, 
     
    2121   
    2222  <para> 
    23     Without any command line argument, <application>pykotme</application> 
     23    Without any command line argument, <command>pykotme</command> 
    2424    automatically reads your job's data from its standard input. 
    2525  </para> 
    2626   
    2727  <para> 
    28     By default, <application>pykotme</application> 
     28    By default, <command>pykotme</command> 
    2929    will display a quote for your job on all printers. You can restrict 
    3030    this by using the <literal>-p | --printer</literal> command line 
     
    3838    <title>Examples</title> 
    3939    <para> 
    40       Here are some examples of <application>pykotme</application> usage. 
     40      Here are some examples of <command>pykotme</command> usage. 
    4141    </para> 
    4242     
     
    9191 
    9292$Log$ 
     93Revision 1.6  2005/02/28 00:07:37  jalet 
     94Added pkmail's doc. 
     95Used the <command> tag instead of <application> for commands. 
     96Fixed some typos. 
     97Added some missing command line options in the commands reference. 
     98 
    9399Revision 1.5  2003/10/12 20:47:51  jalet 
    94100Doc enhanced.