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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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,