Changeset 2233

Show
Ignore:
Timestamp:
05/06/05 00:23:45 (19 years ago)
Author:
jerome
Message:

Added some info about pykotme.cgi

Files:
1 modified

Legend:

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

    r2147 r2233  
    1515  <para> 
    1616    To get a print quote, you have to launch <command>pykotme</command> 
    17     from the command line, passing your print job's content in the PostScript 
    18     format, either in the form of one or more file names on the command line, 
     17    from the command line, passing your print job's content in any format 
     18    recognized by PyKota 
     19    <footnote><para>PyKota currently recognizes PostScript (both binary and DSC compliant), 
     20    PCLXL (aka PCL6), PDF, PCL3/4/5, and ESC/P2 
     21    </para></footnote>, either in the form of one or more file names on the command line, 
    1922    or on its standard input (i.e. in a shell pipe or redirection). 
    2023  </para> 
     
    3336    You can pass more than one printer name wildcard, separating 
    3437    them with commas. 
     38  </para> 
     39   
     40  <para> 
     41    <command>pykotme</command>'s functionnality is also available through the 
     42    use of the <filename>pykotme.cgi</filename> <acronym>CGI</acronym> script. 
     43    However without authentication <filename>pykotme.cgi</filename> will only 
     44    return the print job's size and not its cost, because the cost depends on 
     45    the value of the user's overcharging factor. That's why if you want to 
     46    obtain the same functionnality with the <acronym>CGI</acronym> script than  
     47    with the command line tool, you must configure your web server to force 
     48    users to authenticate whevenver they access to <filename>pykotme.cgi</filename>. 
    3549  </para> 
    3650