Changeset 303
- Timestamp:
- 01/17/06 22:55:50 (19 years ago)
- Location:
- pkpgcounter/trunk
- Files:
-
- 22 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/bin/pkpgcounter
r235 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/BUGS
r276 r303 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>5 (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/CREDITS
r211 r303 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>5 (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/man/genman.sh
r223 r303 3 3 # pkpgcounter : a generic Page Description Language parser. 4 4 # 5 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 6 6 # You're welcome to redistribute this software under the 7 7 # terms of the GNU General Public Licence version 2.0 -
pkpgcounter/trunk/man/pkpgcounter.1
r296 r303 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.3 6.2 .TH PKPGCOUNTER "1" " December 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. 2 .TH PKPGCOUNTER "1" "January 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 pkpgcounter \- manual page for pkpgcounter 1.7 34 pkpgcounter \- manual page for pkpgcounter 1.74 5 5 .SH DESCRIPTION 6 pkpgcounter v1.7 3 (c) 2003, 2004, 2005Jerome Alet6 pkpgcounter v1.74 (c) 2003, 2004, 2005, 2006 Jerome Alet 7 7 .PP 8 8 pkpgcounter is a generic Page Description Language parser. -
pkpgcounter/trunk/NEWS
r295 r303 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>5 (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by … … 22 22 pkpgcounter News : 23 23 24 * 1.74 : 25 26 - Fixed a problem in the retrieval of named media sizes in PCLXL. 27 28 - Changed copyright years. 29 24 30 * 1.73 : 25 31 -
pkpgcounter/trunk/pkpgpdls/analyzer.py
r252 r303 2 2 # pkpgcounter : a generic Page Description Language parser 3 3 # 4 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>4 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/dvi.py
r252 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/escp2.py
r252 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/__init__.py
r211 r303 2 2 # pkpgcounter : a generic Page Description Language parser 3 3 # 4 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>4 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/inkcoverage.py
r287 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/ooo.py
r252 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pcl345.py
r294 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pdf.py
r252 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pdlparser.py
r271 r303 2 2 # pkpgcounter : a generic Page Description Language parser 3 3 # 4 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>4 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pjl.py
r252 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/postscript.py
r292 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/tiff.py
r252 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/version.py
r298 r303 2 2 # pkpgcounter : a generic Page Description Language parser 3 3 # 4 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>4 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by … … 20 20 # 21 21 22 __version__ = "1.74 alpha1"22 __version__ = "1.74" 23 23 24 24 __doc__ = """pkpgcounter : a generic Page Description Languages parser.""" … … 26 26 __author__ = "Jerome Alet" 27 27 __authoremail__ = "alet@librelogiciel.com" 28 __years__ = "2003, 2004, 2005 "28 __years__ = "2003, 2004, 2005, 2006" 29 29 30 30 __gplblurb__ = """This program is free software; you can redistribute it and/or modify -
pkpgcounter/trunk/README
r286 r303 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>5 (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/setup.py
r289 r303 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/tests/README
r211 r303 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>5 (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by