Changeset 2345 for pykota/trunk/README

Show
Ignore:
Timestamp:
07/09/05 16:19:49 (19 years ago)
Author:
jerome
Message:

Removed the outdated and confusing autoconf/automake stuff.
pkpgcounter is now distributed separately ONLY.
Severity : Installing this version without downloading and installing
pkpgcounter v1.56 or higher first WILL BREAK your PyKota setup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/README

    r2303 r2345  
    7070           
    7171        - Supports DSC compliant and binary PostScript, PDF, PCL5 (up to),  
    72           PCLXL (aka PCL6) and ESC/P2 printers natively for software 
    73           accounting methods. More formats to come. 
     72          PCLXL (aka PCL6), ESC/P2, DVI, TIFF, OpenOffice.org Writer and  
     73          OpenOffice.org Impress printers natively (through pkpgcounter)  
     74          for software accounting methods. More formats to come. 
    7475             
    7576    Quota systems :         
     
    224225    or Netatalk or any other method of your choice) for its total pages  
    225226    counter. 
    226      
    227227    This is done both at the beginning and at the end of a 
    228228    print job. The counters difference is then immediately used to  
     
    233233    The command can read the job's data from its standard input and MUST 
    234234    output the job's size on its standard output. Changes to the user 
    235     account are reported immediately. PyKota features an internal 
    236     software accounting method which handles several Page Description 
    237     Languages : DSC compliant and binary PostScript, PDF, PCLXL (aka PCL6), 
    238     PCL3/4/5 and ESC/P2. 
     235    account are reported immediately. 
     236     
     237    PyKota featured an internal software accounting method which handles  
     238    several Page Description Languages : DSC compliant and binary PostScript, 
     239    PDF, PCLXL (aka PCL6), PCL3/4/5, ESC/P2, DVI, TIFF, OpenOffice.org Writer 
     240    and OpenOffice.org Impress. This software is now distributed separately 
     241    as 'pkpgcounter', and not included anymore in PyKota, so you must now 
     242    download and install it before running PyKota. 
    239243     
    240244PyKota is known to work fine with most laser printers, either with 
     
    302306    - Python v2.1 or above (http://www.python.org) 
    303307    - eGenix' mxDateTime Python extension (http://www.egenix.com) 
     308    - The pkpgcounter command line tool, version 1.56 or higher. This 
     309      tool is now mandatory for PyKota to work.  
     310      (http://www.librelogiciel.com/software/) 
    304311    - The JAXML Python module to be able to dump datas in the XML format. 
    305312      (http://www.librelogiciel.com/software/) 
     
    395402    of PyKota dependencies are already included, excepted 
    396403    for the PySNMP (http://pysnmp.sourceforge.net) module 
    397     which for now has to be downloaded separately. 
     404    and the pkpgcounter utility which for now have to be downloaded 
     405    and installed separately. 
    398406 
    399407Then :