Show
Ignore:
Timestamp:
02/14/19 09:46:15 (5 years ago)
Author:
jerome
Message:

Clarified dependency wrt PIL/Pillow.
Updated copyright years.
Regenerated manual page.

Location:
pkpgcounter/trunk/pkpgpdls
Files:
26 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/analyzer.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/bj.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/cfax.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/dvi.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/escp2.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/escpages03.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/hbp.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/__init__.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/inkcoverage.py

    r3573 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2929    from PIL import Image 
    3030except ImportError : 
    31     sys.stderr.write("ERROR: You MUST install the Python Imaging Library (python-imaging) for pkpgcounter to work.\n") 
     31    sys.stderr.write("ERROR: You MUST install the Python Imaging Library (either PIL or Pillow) for pkpgcounter to work.\n") 
    3232    raise pdlparser.PDLParserError, "The Python Imaging Library is missing." 
    3333 
  • pkpgcounter/trunk/pkpgpdls/lidil.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/mscrap.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/ooo.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pcl345.py

    r3574 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pclxl.py

    r3513 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pdf.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pdlparser.py

    r3573 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pil.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2727    from PIL import Image 
    2828except ImportError : 
    29     sys.stderr.write("ERROR: You MUST install the Python Imaging Library (python-imaging) for pkpgcounter to work.\n") 
     29    sys.stderr.write("ERROR: You MUST install the Python Imaging Library (either PIL or Pillow) for pkpgcounter to work.\n") 
    3030    raise pdlparser.PDLParserError, "The Python Imaging Library is missing." 
    3131 
  • pkpgcounter/trunk/pkpgpdls/pjl.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/plain.py

    r3502 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pnmascii.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/postscript.py

    r3567 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/qpdl.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    159159           The documentation used for this was : 
    160160 
    161            Spfication Technique (documentation non officielle) 
     161           Spécification Technique (documentation non officielle) 
    162162           Le Language SPL2 
    163            par Auren Croc 
     163           par Aurélien Croc 
    164164           http://splix.ap2c.org 
    165165        """ 
  • pkpgcounter/trunk/pkpgpdls/spl1.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/tiff.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/version.py

    r3482 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2424import time 
    2525 
    26 __version__ = "3.51alpha" 
     26__version__ = "3.51beta" 
    2727 
    2828__doc__ = """pkpgcounter : a generic Page Description Languages parser.""" 
  • pkpgcounter/trunk/pkpgpdls/zjstream.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by