root / pykota / trunk / README @ 2351

Revision 2351, 26.9 kB (checked in by jerome, 19 years ago)

Typo

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