Changeset 564
- Timestamp:
- 01/07/08 21:41:26 (17 years ago)
- Location:
- pkpgcounter/trunk
- Files:
-
- 38 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/bin/pkpgcounter
r549 r564 1 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15-*-2 # -*- coding: UTF-8 -*- 3 3 # 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006, 2007, 2008 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
r463 r564 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 (c) 2003, 2004, 2005, 2006, 2007, 2008 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/clean.sh
r516 r564 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 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
r512 r564 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 (c) 2003, 2004, 2005, 2006, 2007, 2008 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
r531 r564 3 3 # pkpgcounter : a generic Page Description Language parser. 4 4 # 5 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 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 … … 23 23 help2man --no-info \ 24 24 --section=1 \ 25 26 27 28 29 25 --name="count number of pages required to print various types of documents" \ 26 --manual="User Commands" \ 27 --source="C@LL - Conseil Internet & Logiciels Libres" \ 28 --output="temp$prog.1" \ 29 $prog ; 30 30 /bin/sed -e "s/--/\\\-\\\-/g" <"temp$prog.1" >"$prog.1" ; 31 31 /bin/rm -f "temp$prog.1" -
pkpgcounter/trunk/man/pkpgcounter.1
r557 r564 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. 2 .TH PKPGCOUNTER "1" " December 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"2 .TH PKPGCOUNTER "1" "January 2008" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NAME 4 4 pkpgcounter \- count number of pages required to print various types of documents 5 5 .SH DESCRIPTION 6 pkpgcounter v3.5 0 (c) 2003, 2004, 2005, 2006, 2007Jerome Alet6 pkpgcounter v3.51alpha (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet 7 7 .PP 8 8 pkpgcounter is a generic Page Description Language parser. -
pkpgcounter/trunk/NEWS
r561 r564 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 (c) 2003, 2004, 2005, 2006, 2007, 2008 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/pkpgpdls/analyzer.py
r547 r564 1 # -*- coding: UTF-8 -*- 1 2 # 2 3 # pkpgcounter : a generic Page Description Language parser 3 4 # 4 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 5 6 # This program is free software: you can redistribute it and/or modify 6 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/bj.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/cfax.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/dvi.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/escp2.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/escpages03.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/hbp.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/__init__.py
r463 r564 1 # -*- coding: UTF-8 -*- 1 2 # 2 3 # pkpgcounter : a generic Page Description Language parser 3 4 # 4 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 5 6 # This program is free software: you can redistribute it and/or modify 6 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/inkcoverage.py
r527 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/lidil.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/mscrap.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/ooo.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pcl345.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pclxl.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pdf.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pdlparser.py
r555 r564 1 # -*- coding: UTF-8 -*- 1 2 # 2 3 # pkpgcounter : a generic Page Description Language parser 3 4 # 4 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 5 6 # This program is free software: you can redistribute it and/or modify 6 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pil.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pjl.py
r563 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/plain.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pnmascii.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/postscript.py
r562 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/qpdl.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/spl1.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/tiff.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/version.py
r560 r564 1 # -*- coding: UTF-8 -*- 1 2 # 2 3 # pkpgcounter : a generic Page Description Language parser 3 4 # 4 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 5 6 # This program is free software: you can redistribute it and/or modify 6 7 # it under the terms of the GNU General Public License as published by … … 28 29 __author__ = "Jerome Alet" 29 30 __authoremail__ = "alet@librelogiciel.com" 30 __years__ = "2003, 2004, 2005, 2006, 2007 "31 __years__ = "2003, 2004, 2005, 2006, 2007, 2008" 31 32 32 33 __gplblurb__ = """This program is free software: you can redistribute it and/or modify -
pkpgcounter/trunk/pkpgpdls/zjstream.py
r555 r564 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 1 # -*- coding: UTF-8 -*- 3 2 # 4 3 # pkpgcounter : a generic Page Description Language parser 5 4 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 7 6 # This program is free software: you can redistribute it and/or modify 8 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/README
r556 r564 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 (c) 2003, 2004, 2005, 2006, 2007, 2008 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
r463 r564 1 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15-*-2 # -*- coding: UTF-8 -*- 3 3 # 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006, 2007, 2008 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/gstests.py
r559 r564 1 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15-*-2 # -*- coding: UTF-8 -*- 3 3 # 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006, 2007, 2008 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/runcolors.py
r463 r564 1 1 #! /usr/bin/env python 2 # -*- coding: ISO-8859-15-*-2 # -*- coding: UTF-8 -*- 3 3 # 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006, 2007, 2008 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/runtest.sh
r510 r564 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003, 2004, 2005, 2006, 2007, 2008 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