Changeset 528

Show
Ignore:
Timestamp:
11/28/07 18:36:27 (16 years ago)
Author:
jerome
Message:

Improved documentation wrt dependencies.
Moved OpenDocument? up in the list of supported formats, since we now
support ink based accounting.

Location:
pkpgcounter/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/bin/pkpgcounter

    r502 r528  
    4040 
    4141    * PostScript (both DSC compliant and binary) 
    42     * PDF    
     42    * PDF 
    4343    * PCLXL (aka PCL6) 
    44     * PCL3/4/5 (mostly) 
     44    * PCL3/4/5 
    4545    * DVI 
     46    * OpenDocument (ISO/IEC DIS 26300) 
    4647    * Plain text 
    4748    * TIFF 
    4849    * Several other image formats 
    4950    * ESC/P2 
    50     * OpenDocument (ISO/IEC DIS 26300) 
    5151    * Zenographics ZjStream 
    5252    * Samsung QPDL (aka SPL2) 
     
    5656    * Hewlett-Packard LIDIL (hpijs) 
    5757 
    58 The eight latter ones, as well as some TIFF documents, are currently  
    59 only supported in page counting mode.  
     58The seven latter ones, as well as some TIFF documents, are currently 
     59only supported in page counting mode. 
    6060 
    6161command line usage : 
  • pkpgcounter/trunk/man/pkpgcounter.1

    r502 r528  
    22.TH PKPGCOUNTER "1" "November 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkpgcounter \- manual page for pkpgcounter 3.30 
     4pkpgcounter \- manual page for pkpgcounter 3.40alpha 
    55.SH DESCRIPTION 
    6 pkpgcounter v3.30 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet 
     6pkpgcounter v3.40alpha (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet 
    77.PP 
    88pkpgcounter is a generic Page Description Language parser. 
     
    1919* PDF 
    2020* PCLXL (aka PCL6) 
    21 * PCL3/4/5 (mostly) 
     21* PCL3/4/5 
    2222* DVI 
     23* OpenDocument (ISO/IEC DIS 26300) 
    2324* Plain text 
    2425* TIFF 
    2526* Several other image formats 
    2627* ESC/P2 
    27 * OpenDocument (ISO/IEC DIS 26300) 
    2828* Zenographics ZjStream 
    2929* Samsung QPDL (aka SPL2) 
     
    3333* Hewlett\-Packard LIDIL (hpijs) 
    3434.PP 
    35 The eight latter ones, as well as some TIFF documents, are currently 
     35The seven latter ones, as well as some TIFF documents, are currently 
    3636only supported in page counting mode. 
    3737.PP 
  • pkpgcounter/trunk/README

    r527 r528  
    3535        - DVI 
    3636         
     37        - OpenDocument (ISO/IEC DIS 26300) 
     38         
    3739        - Plain text 
    3840         
     
    4244         
    4345        - ESC/P2 
    44          
    45         - OpenDocument (ISO/IEC DIS 26300) 
    4646         
    4747        - Zenographics ZjStream 
     
    5757        - Hewlett-Packard Lightweight Imaging Device Interface Language 
    5858         
    59 The eight latter ones, as well as some TIFF documents, are currently  
     59The seven latter ones, as well as some TIFF documents, are currently  
    6060only supported in page counting mode.  
    6161 
     
    109109DEPENDENCIES : 
    110110 
    111   Depending on the file formats you plan to work with, and on the accounting 
    112   mode you want to use (pages vs ink), you may need to install some or all 
    113   of the additional software listed below. Usually, if one is needed then 
    114   pkpgcounter will complain. So your best bet is probably to not install 
    115   anything until pkpgcounter asks you to do so on its standard error 
    116   stream. Here's the list of software which may be needed for some 
    117   operations with pkpgcounter : 
     111  Most of the time, pkpgcounter only depends on the presence of : 
     112   
     113  - The Python Imaging Library (python-imaging) 
     114   
     115  But, depending on the file formats you plan to work with, and on the 
     116  accounting mode you want to use (pages vs ink), you may need to install 
     117  some or all of the additional software listed below. Usually, if one is 
     118  needed then pkpgcounter will complain. So your best bet is probably  
     119  to NOT INSTALL anything until pkpgcounter asks you to do so on its 
     120  standard error stream. Here's the list of software which may be needed 
     121  for some operations with pkpgcounter : 
    118122 
    119123  - GhostScript (gs) 
    120    
    121   - The Python Imaging Library (python-imaging) 
    122124   
    123125  - The X Virtual Frame Buffer (xvfb) 
     
    140142  If pkpgcounter gives incorrect results to you, please make an incorrectly 
    141143  parsed data file available to us on some website, and tell us which  
    142   driver was used. 
     144  driver was used, how many pages are in the file, and any additional  
     145  information you think is relevant. 
    143146   
    144147  If pkpgcounter complain about your system lacking the Python Psyco module,