root / pykota / trunk / README @ 2471

Revision 2471, 28.2 kB (checked in by jerome, 19 years ago)

Added a note about LPRng support being dropped until further notice.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Id$
2
3PyKota - Print Quota for CUPS and LPRng
4
5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com>
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
20====================================================================
21
22READ SPECIAL LICENSING AND REDISTRIBUTION TERMS IN THE FILE 'LICENSE'
23
24====================================================================
25
26PyKota features :
27-----------------
28
29    Free Software :
30   
31        - Licensed under the terms of the GNU General Public License.
32       
33    Commercially Supported :   
34   
35        - Support Contracts are available from http://www.librelogiciel.com/techsupport/
36       
37    Operating systems :
38   
39        - Any Unix-like system as print server.
40           
41        - Any operating system as client.
42           
43    Printing systems :
44   
45        - Supports both CUPS and LPRng as the printing system.
46          NB : LPRng is only supported with versions
47          of PyKota <= v1.22HotFix1, but support for LPRng
48          may be reintroduced at a later date.
49       
50    Databases :
51   
52        - Supports PostgreSQL as the Quota Storage backend.
53          Complete database creation script in SQL is included.
54       
55        - Supports any LDAP server as the Quota Storage backend.
56          Complete LDAP schema and sample empty tree are included.
57          Plugging PyKota into your existing LDAP infrastructure
58          is really easy thanks to PyKota's great configurability.
59         
60        - The print jobs history can be stored in any database 
61          of your choice (or in plain text files) if needed.
62           
63    Printers :       
64   
65        - Hardware or Software accounting methods are completely
66          configurable.
67         
68        - Supports any printer which can report its internal
69          page counter. Can ask printers for their internal
70          page counter via SNMP, Netatalk, PJL, PS, or any
71          other way.
72          This is completely configurable.
73         
74        - Supports DSC compliant and binary PostScript, PDF, PCL5 (up to),
75          PCLXL (aka PCL6), ESC/P2, DVI, TIFF, OpenOffice.org Writer and
76          OpenOffice.org Impress printers (or virtual printers) natively
77          (through the direct use of pkpgcounter's code) for software
78          accounting methods. More formats to come.
79         
80        - Supports any other Page Description Language for which you 
81          have a parser which can be scripted.
82           
83    Quota systems :       
84   
85        - Supports printers and printers groups quotas.
86       
87        - Supports users and users groups quotas.
88       
89        - Supports page quotas.
90          Page quotas can be set differently on a per printer
91          and per user/group basis.
92       
93        - Supports account balance quotas in any currency.
94          Account balance quotas can be set on a per user
95          basis. The account balance is shared amongst
96          all printers. The history of payments (positive
97          or negative credits to an user account) is kept.
98         
99        - Supports high granularity periodic print quotas : down
100          to one minute intervals if needed.
101       
102        - Page quotas and account balance can be set/reset
103          independantly.
104         
105        - Page quotas can be set on a per user or per group basis
106          for a particular printer.
107         
108        - Price per page and per job can be set differently 
109          on any printer.
110       
111        - Low level of page quota or account balance are
112          configurable.
113         
114        - Both soft and hard limit with configurable grace delay 
115          can be set for page quota.
116         
117        - Both soft and hard limits can be increased or decreased at will. 
118       
119        - Possibility to disable quota enforcement for any user
120          or group, while still keeping page accounting.
121         
122        - Each user can have an overcharging (or undercharging) factor, 
123          which is applied whenever PyKota computes the cost of a
124          print job.
125         
126        - Specific pages and credits counters can be defined per billing code,
127          and can be reset independantly of the printing history.
128         
129        - Supports a passthrough mode for printers, which doesn't modify 
130          users quota when they print.
131         
132        - Supports a maximum number of pages per job, configurable for each 
133          printer.
134         
135        - Each user can be completely forbidden to print, independantly from
136          other users.
137         
138        - A transparent printing mode is supported for users, in which
139          their quota is not modified when they print.
140         
141    Administration :       
142   
143        - Almost turn-key solution, with the help of the pkturnkey command
144          line tool for database initialization and initial configuration.
145         
146        - Powerful delegation of administrative priviledges.
147       
148        - Powerful administration tools can be used to
149          automate setting or resetting of quotas or
150          account balances at specific intervals.
151         
152        - Administration tools can modify several users, 
153          groups, or printers at once with the use of
154          powerful wildcard characters.
155         
156        - Account balances can be set, incremented, or 
157          decremented. History of payments is kept.
158         
159        - Number of pages used can be set, incremented, or 
160          decremented.
161         
162        - Both printers and users can be automatically added on
163          first print in a completely configurable way.
164         
165        - Quota report generator available either from the 
166          command line or in any web browser.
167          The web-based quota report generator can be
168          user/password protected.
169         
170        - Print quote generator can tell users how much 
171          a print job will cost them in advance.
172         
173        - Policy with regard to unregistered users can   
174          be configured for each printer to either deny
175          printing, allow printing, or delegate the
176          decision to any external tool.
177         
178        - Warning and error messages can be automatically 
179          sent via email or via any other mean to the administrator,
180          the user, both, or none.
181         
182        - Warning and error messages' content is completely
183          configurable.
184         
185        - Configuration can be changed without needing to 
186          restart the printing system.
187       
188        - Complete print job history is kept. This can be
189          disabled if needed.
190         
191        - Automated low quota or balance remainder can be
192          scheduled regularly or launched manually.
193         
194        - Starting and Ending personalized dynamic banners can be
195          generated on the fly, and accounted for or not, depending
196          on some configuration settings.
197          Banners can still be enabled even if the print job is denied.
198          NB : Banners are a CUPS only feature for now.
199         
200        - Duplicate print jobs can be forbidden automatically. The decision
201          can be left to any script to decide this on a per job basis.
202         
203        - Username and billing code can be overwritten at printing time,
204          to allow people to login as guest users and print as authenticated
205          users, for example.
206         
207        - Powerful data dumper to export datas to other
208          software (spreadsheets for example). Actually
209          supported formats are :
210         
211            - Comma separated values ;
212           
213            - Semicolon separated values ;
214           
215            - Tab separated values ;
216           
217            - XML.
218           
219            - CUPS' page_log format, to easily interface in
220              real time with third party apps like phpPrintAnalyzer
221              and similar tools.
222         
223    User Interface :         
224   
225        - All the command line tools accept the -h | --help
226          command line option which prints all the available
227          options and show usage examples.
228         
229        - Completely internationalized. Actually supports the 
230          English, French, Spanish, Portuguese, Brazilian, Swedish,
231          Thai, Greek, German, Italian, Norwegian (Bokm�, Turkish
232          and traditional Chinese languages.
233          More to come.
234         
235        - Web enabled print quota monitor, data dumper, and quote
236          generator.
237       
238        - An On Screen Display X-Window print quota monitor is included.
239       
240        - An email gateway to allow users to retrieve their print quota
241          information by sending an email message to a dedicated address
242          is included.
243       
244        - A cross-platform print quota monitor will soon be available
245          as an purchaseable add-on.
246         
247        - Third party web based management tools are available.
248
249====================================================================
250       
251Planned features are described in the TODO file.
252
253Actually two (or an infinity of) page accounting methods are
254implemented :
255
256  - The 'hardware' method consists in querying the printer (via SNMP
257    or Netatalk or any other method of your choice) for its total pages
258    counter.
259    This is done both at the beginning and at the end of a
260    print job. The counters difference is then immediately used to
261    decrease the user's account balance or increase his quota usage.
262   
263  - The 'software' method consists in delegating the computation of the
264    job's size in number of pages to any external command of your choice.
265    The command can read the job's data from its standard input and MUST
266    output the job's size on its standard output. Changes to the user
267    account are reported immediately.
268   
269    PyKota featured an internal software accounting method which handles
270    several Page Description Languages : DSC compliant and binary PostScript,
271    PDF, PCLXL (aka PCL6), PCL3/4/5, ESC/P2, DVI, TIFF, OpenOffice.org Writer
272    and OpenOffice.org Impress. This software is now distributed separately
273    as 'pkpgcounter', and not included anymore in PyKota, so you must now
274    download and install it before running PyKota.
275   
276PyKota is known to work fine with most laser printers, either with
277software accounting, or with hardware accounting if the printer
278supports this.
279
280============================================================
281
282SUPPORT CONTRACTS:
283==================
284
285  You can now purchase 8x5x365@NextBusinessDay Technical
286  Support Contracts from us. The yearly fee is computed with 
287  the following formula :
288
289  (100.0 * NbPrintServers) + (2.5 * NbPrinters) + (0.04 * NbUsers) EUROS.
290 
291  This fee includes the VAT, a free subscription to official 
292  PyKota packages, and the latest documentation on paper.
293
294  Please send an email to alet@librelogiciel.com if you're
295  interested in purchasing such a contract.   
296
297  Remember that purchasing a support contract for Free Software like PyKota
298  is a great way to show your appreciation for the work already being done
299  on this project, and will help to improve this software in the future.
300
301============================================================
302
303INSTALLATION:
304=============
305
306NB :
307====
308
309  You may learn more about PyKota, if it fits your own organization,
310  its internal working, and some potential performance drawbacks and
311  how to avoid them, in a document created by Ryan Suarez at :
312 
313    http://archive.macosxlabs.org/forum/webcrossing_archive/documentation/Pykota_and_CUPS/Pykota_and_CUPS.html
314
315  You may also find the following document interesting :
316 
317    http://es.tldp.org/Tutoriales/doc-openldap-samba-cups-python/
318   
319  This document, written in Spanish by Sergio Gonzalez Gonzalez, 
320  describes the integration of PyKota into an OpenLDAP + Samba
321  + CUPS installation. Even for people who can't read spanish
322  this document is really interesting, and contains lots of
323  screenshots.
324 
325  Finally, SuSe users may find the following document to best describe
326  how to install PyKota on their favorite distribution. It's a Spanish
327  document written by Dennis Romero :
328 
329    http://www.cvr.espol.edu.ec/people/dennis/Pykota1.19-SuSE9.1.pdf
330 
331 
332Prerequisite :
333--------------
334   
335  You need to have the following tools installed on the CUPS Server :
336 
337    - CUPS (http://www.cups.org) or LPRng (http://www.lprng.com)
338    - Python v2.1 or above (http://www.python.org)
339    - eGenix' mxDateTime Python extension (http://www.egenix.com)
340    - The pkpgcounter command line tool, version 1.56 or higher. This
341      tool is now mandatory for PyKota to work.
342      (http://www.librelogiciel.com/software/)
343    - The JAXML Python module to be able to dump datas in the XML format.
344      (http://www.librelogiciel.com/software/)
345    - The Python-SNMP module to query printers for their page counter.
346      (http://pysnmp.sourceforge.net).
347      IMPORTANT : version 3.4.4 (or 3.4.3 or 3.4.2) is REQUIRED.
348      Versions 2.x or 4.x won't work for now.
349    - The Python-OSD module to use the graphical print quota reminder.
350      (http://repose.cx/pyosd/)
351    - SNMP tools (specifically the snmpget command) if you prefer to
352      use your own script to request query printers.
353      (http://www.net-snmp.org)
354    - Netatalk (specifically the pap command) if you plan to
355      request your printer's lifetime page counter via AppleTalk.
356      (http://netatalk.sourceforge.net)
357    - The ReportLab Python module (http://www.reportlab.org) if you want 
358      to have PyKota generate nice banners for you.
359    - The Python Imaging Library (aka PIL) module
360      (http://www.pythonware.com/downloads) if you want to have PyKota
361      generate nice banners for you.
362    - PostgreSQL's PygreSQL Python extension and the PostgreSQL client
363      libraries if you plan to use PostgreSQL as the Quota Storage
364      backend.
365      (http://www.postgresql.org and http://www.pygreql.org)
366 or     
367    - python-ldap Python module and the OpenLDAP client libraries 
368      if you plan to use an LDAP server as the Quota Storage backend.
369      (http://www.openldap.org and http://python-ldap.sourceforge.net)
370   
371  On Intel i386 architecture, and for performance reasons, it is
372  strongly suggested that you install the Python accelerator Psyco,
373  available at :
374 
375      http://psyco.sourceforge.net
376     
377  Under Debian :   
378 
379      $ apt-get install python-psyco
380     
381  Other architectures may be supported as well in the future, check   
382  this on Psyco's website.
383 
384  Installing Psyco is not mandatory, but it will speedup PCL5 parsing
385  by almost 3 times. PostScript and PDF parsing can also benefit,
386  but in an almost unnoticeable manner since this part of the code
387  is already optimal. For PCL5 this is a completely different matter,
388  and if you install Psyco you will never regret it !
389  Same remark applies for PCL6 (aka PCLXL) : the parser is completely
390  different, but the performance gain with Psyco is impressive.
391 
392  You may also benefit from having the following tools installed to
393  deal with some printers :
394 
395    - npadmin
396    - netcat
397    - ghostscript
398   
399  You need to have the following tools installed on the Quota Storage 
400  Server :
401 
402    - PostgreSQL (http://www.postgresql.org)
403   
404  or 
405 
406    - OpenLDAP, or any other LDAP server (http://www.openldap.org)
407   
408NB :   
409
410  PygreSQL must be linked with the PostgreSQL client libraries on
411  the Print Server. The PostgreSQL client libraries' version must
412  match the PostgreSQL version used on the Quota Storage Server.
413 
414or 
415
416  python-ldap must be linked with the OpenLDAP client libraries on the
417  Print Server. The OpenLDAP client libraries' version should match the
418  OpenLDAP version used on the Quota Storage Server, if applicable.
419 
420  This list of prerequisite software may change in the future, when
421  PyKota will support more functionnalities you will be given
422  alternatives.
423 
424  Of course the Print Server and the Quota Storage Server can be the
425  very same machine if you've got a tiny network, or you can have
426  multiple Print Servers all storing their quotas on the same Quota
427  Storage Server if you've got a bigger network.
428 
429Hint : 
430------
431
432  - The Debian GNU/Linux distribution is to our knowledge the
433    easiest distribution to install PyKota on, because all
434    of PyKota dependencies are already included, excepted
435    for the PySNMP (http://pysnmp.sourceforge.net) module
436    and the pkpgcounter utility which for now have to be downloaded
437    and installed separately.
438
439Then :   
440------
441 
442Download the latest PyKota version from the Subversion tree :
443
444    $ svn co svn://svn.librelogiciel.com/pykota/trunk pykota
445
446You can now check if the dependencies are correct by typing :
447
448    $ python checkdeps.py
449   
450    An availability report for all the software needed by PyKota
451    will be displayed : you'll have to install the missing
452    software if you want PyKota to work correctly.
453   
454To install the software, just type :
455
456    $ python setup.py install
457
458You may need to be logged in with sufficient privileges (e.g. root)
459
460Create a system user for PyKota :
461
462    $ adduser --system --group --home /etc/pykota --gecos PyKota pykota
463   
464Put the user your printing system is run as in the pykota system group :
465
466    $ adduser lp pykota
467   
468    NB : on our system, the CUPS printing system runs as system user 'lp'.
469    Please adapt this to your own system.
470
471Go to the initscripts subdirectory of PyKota's sources, and choose
472the appropriate storage backend for your configuration. Read carefully
473the associated README file and execute the initialization script
474to create an empty PyKota Storage. Upgrade scripts may be
475provided as well. NB : if you use PostgreSQL, a good way to
476make PyKota work first time is to modify PostgreSQL's pg_hba.conf
477to allow the 'trust' database connection mode. However once PyKota
478works it is HIGHLY RECOMMENDED TO CHANGE THIS TO A MORE SECURE
479VALUE.
480
481Copy the conf/pykota.conf.sample and  conf/pykotadmin.conf.sample
482sample configuration files to /etc/pykota/pykota.conf and
483/etc/pykota/pykotadmin.conf 
484The installation script usually copies these files into /usr/share/pykota
485
486NB : You can move PyKota's configuration files elsewhere, they will
487be searched first in user pykota's home directory.
488
489You need to adapt these files to your own needs. Especially you may
490have to create sections named after your own printers, and change
491the administrator's email address which by default is
492root@localhost. Read and try to understand these two very well
493commented files, so that you'll encounter less problems later.
494
495Also be sure to double check that commands that query printers
496for their internal page counter work from the command line
497before using them in PyKota's configuration.
498
499The rest of the installation depends on your printing system :
500
501  - CUPS Printing System :
502 
503    Once and for all :
504   
505        Create a symbolic link to the cupspykota backend
506        in CUPS's backend directory :
507       
508          $ cd /usr/lib/cups/backend
509          $ ln -s /usr/share/pykota/cupspykota cupspykota
510         
511        Restart CUPS so that the new backend can be detected.
512       
513          $ /etc/init.d/cupsys restart
514         
515        or :   
516     
517          $ /etc/rc.d/init.d/cupsys restart
518         
519        or any similar command depending on your operating system. 
520         
521    For new printers :
522   
523        Go to CUPS management interface (http://localhost:631)
524        and choose the appropriate PyKota managed device depending
525        on the type of printer you use. For example, if your
526        printer is waiting on :
527       
528            socket://myprinter.example.com:9100
529           
530        Then choose :   
531       
532            cupspykota:socket://myprinter.example.com:9100
533           
534        Configure your printer as usual.   
535       
536        Now double check /etc/pykota/pykota.conf
537       
538        You should manually create a section named after the
539        printer you've just added, unless you have set
540        all options globally.
541       
542        The new pkturnkey command can help you with correct settings
543        for your printers, but don't rely on it because it is still
544        experimental work. To have pkturnkey give you some hints
545        about what to put into pykota.conf, just use its --doconf
546        command line switch :
547       
548          $ pkturnkey --doconf
549       
550        pkturnkey will try to tell you what is the best accounting
551        method for each printer and will print some lines you'll
552        just have to copy&paste in the appropriate sections in
553        /etc/pykota/pykota.conf
554       
555        For more informations about what pkturnkey can do for you,
556        see pkturnkey's manual page or use the --help command
557        line switch :
558       
559          $ pkturnkey --help | less
560       
561        That's all.
562   
563    For existing printers :
564   
565        If you had already installed a version of PyKota earlier
566        than 1.16alpha7, then remove the *cupsFilter lines in your
567        PPD files for each already managed printer. Each
568        line to remove is of the form :
569       
570          *cupsFilter: "application/vnd.cups-postscript 0 /usr/share/pykota/pykota"
571       
572        This means that each time the pstops filter will be executed, it will
573        pass the job's data through the pykota filter which is present in
574        /usr/share/pykota
575       
576        Don't touch anything else, especially any other *cupsFilter line.
577        Then save each of these files.
578       
579        Then, the easiest is to directly modify the DeviceURI lines
580        in /etc/cups/printers.conf, you just have to put
581        'cupspykota:' in front of what is already on these lines.
582        For example, replace :
583   
584            DeviceURI socket://myprinter.example.com:9100
585       
586        with :   
587   
588            DeviceURI cupspykota:socket://myprinter.example.com:9100
589           
590        or :   
591       
592            DeviceURI cupspykota://socket://myprinter.example.com:9100
593       
594        Save the file and restart CUPS.
595       
596        Here too, you may find it interesting to use the pkturnkey command as
597        described above to help with manual configuration of the file
598        /etc/pykota/pykota.conf
599
600  - LPRng Printing System :
601 
602    For each printer on which you want to use PyKota :
603   
604        Modify the printer's entry in /etc/printcap : you have to add
605        the three following lines :
606       
607          :achk=true:\
608          :as=/usr/share/pykota/lprngpykota:\
609          :ae=/usr/share/pykota/lprngpykota:\
610         
611        This will tell LPRng to activate accounting, and use the lprngpykota
612        accounting filter both at the start and at the end of printing.
613       
614    When all modifications are done, just save the /etc/printcap file and   
615    restart LPRng :
616   
617          $ /etc/init.d/lprng restart
618         
619        or :   
620     
621          $ /etc/rc.d/init.d/lprng restart
622         
623        or any similar command depending on your operating system. 
624       
625Now you can begin to populate the PyKota's database with printers,
626users and groups :
627 
628Add printers and users to the quota system and set their quota values :
629
630You can either use pkturnkey, or do the same things manually by
631using the pkprinters and edpykota command line tools :
632
633    $ pkprinters --help
634   
635    will tell you how to create, manage or delete printers and
636    printers groups.
637   
638    $ pkprinters --add --charge 0.05 hp2100
639   
640    would add the printer named hp2100 with a price per page
641    of 0.05 unit.
642
643Now set quotas for users on this printer :     
644
645    $ edpykota --add -P hp2100 -S 40 -H 50 user1 ... userN
646       
647    launching edpykota without any argument or with the --help
648    command line option will show you all the possibilities.
649   
650    by default, each user is limited by "quota", this means that on
651    each printer he can have a different soft and hard limit.
652    You may want to limit the user by his account balance value,
653    in which case, the print quota is shared between all printers
654    instead of being different. To do this, use the following :
655   
656    $ edpykota --add -P hp2100 --limitby balance --balance 10 user1 ... userN
657   
658    This will put 10 $ (or Euros, PyKota doesn't care) on each user's account
659    balance, and tell PyKota to limit them by their account balance value.
660    Whenever they print on any printer, their account balance value is
661    decreased by an amount which depends on the particular price per page
662    and per job that you may have defined on the printer with edpykota's
663    --charge command line option.
664    Soft and Hard limits are not used if "--limitby balance" is used,
665    but you can define a "poorman"'s threshold in /etc/pykota/pykota.conf
666    to obtain a similar result (warning message when quota is low).
667
668Restart CUPS or LPRng, for example under Debian GNU/Linux systems :         
669
670    $ /etc/init.d/cupsys restart
671   
672  or :
673 
674    $ /etc/init.d/lprng restart
675       
676Your users now should be able to print but not exceed their
677printing quota.
678
679To see printer quota usage on printer hp2100, you can use :
680
681    $ repykota --printer hp2100
682   
683or :
684
685    $ repykota
686   
687    which will print quota usage for all users on all printers,
688    along with totals, if you are a PyKota Administator. If you are
689    a regular user, only your own quota report will be produced.
690   
691Quota reports are also available remotely by using the CGI script
692printquota.cgi provided in the cgi-bin/ subdirectory. You can
693also use the CSS stylesheet present in the stylesheets/ subdirectory
694and put it at your web server's DocumentRoot, to benefit from a nicer
695look, especially quota violations will appear in different colors.
696
697For additionnal security concerns, please give a look at the SECURITY
698file which is part of this software.
699
700To diagnose a problem when something doesn't work as expected,
701please read the very first entry in the FAQ document.
702           
703============================================================
704
705Additionnal tools :
706-------------------
707
708Some people have developped tools around PyKota, and make
709them available under the GNU General Public License :
710
711  - Kanakorn Horsiritham developped phpPykotaAdmin which is
712    a web based database independant administrative GUI,
713    written in PHP.
714 
715      http://opensource.psu.ac.th/~kanakorn/mambo/
716     
717    He was also kind enough to write an installation guide 
718    in english for CUPS and PyKota with phpPykotaAdmin on Fedora
719    Core 3. You'll find this document on the same website.
720   
721    This great software currently at version 0.3 is a wonderful
722    basis for an administrative GUI since it only depends on
723    PyKota commands to be present to successfully manage
724    PyKota's database.
725 
726Additionnal software will be listed here when they will be 
727ready.
728
729============================================================
730
731Mailing list :
732--------------
733
734  A mailing list is dedicated to Pykota, you can subscribe to it
735  or consult its archives at :
736 
737    http://cgi.librelogiciel.com/mailman/listinfo/pykota
738   
739  The mailing list is the preferred way to obtain support, because 
740  all members can help and can also benefit from the solutions
741  proposed by other members.
742 
743  Posts by non-members are usually rejected.
744 
745  The mailing list language is english and only english.
746   
747IRC :   
748-----
749
750  You can also chat with us :
751 
752        /server irc.freenode.net
753        /join #pykota
754       
755  Preferred language on this channel is english, but french     
756  is also accepted. Try to avoid exposing complex problems
757  in french because english speaking people on the channel
758  wouldn't benefit from the solutions.
759 
760  PyKota's main author is known as 'tamere' on IRC.
761   
762============================================================
763   
764Please e-mail bugs to the mailing list at : pykota@librelogiciel.com
765or to the main author at : alet@librelogiciel.com (Jerome Alet)
Note: See TracBrowser for help on using the browser.