Changeset 1886

Show
Ignore:
Timestamp:
10/30/04 14:04:26 (19 years ago)
Author:
jalet
Message:

Added URLs for PyKota dependencies

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/README

    r1823 r1886  
    216216  You need to have the following tools installed on the CUPS Server : 
    217217   
    218     - CUPS or LPRng 
    219     - Python v2.1 or above 
    220     - eGenix' mxDateTime Python extension 
     218    - CUPS (http://www.cups.org) or LPRng (http://www.lprng.com) 
     219    - Python v2.1 or above (http://www.python.org) 
     220    - eGenix' mxDateTime Python extension (http://www.egenix.com) 
    221221    - The JAXML Python module to be able to dump datas in the XML format. 
     222      (http://www.librelogiciel.com/software/) 
    222223    - The Python-SNMP module to query printers for their page counter. 
     224      (http://pysnmp.sourceforge.net) 
    223225    - The Python-OSD module to use the graphical print quota reminder. 
    224226    - SNMP tools (specifically the snmpget command) if you prefer to 
     
    226228    - Netatalk (specifically the pap command) if you plan to 
    227229      request your printer's lifetime page counter via AppleTalk. 
     230      (http://netatalk.sourceforge.net) 
    228231    - PostgreSQL's PygreSQL Python extension and the PostgreSQL client 
    229232      libraries if you plan to use PostgreSQL as the Quota Storage 
    230233      backend. 
     234      (http://www.postgresql.org and http://www.pygreql.org) 
    231235 or      
    232236    - python-ldap Python module and the OpenLDAP client libraries   
    233237      if you plan to use an LDAP server as the Quota Storage backend. 
     238      (http://www.openldap.org and http://python-ldap.sourceforge.net) 
    234239     
    235240  On Intel i386 architecture, and for performance reasons, it is 
     
    264269  Server : 
    265270   
    266     - PostgreSQL 
     271    - PostgreSQL (http://www.postgresql.org) 
    267272     
    268273  or   
    269274   
    270     - OpenLDAP (or any other LDAP server) 
     275    - OpenLDAP, or any other LDAP server (http://www.openldap.org) 
    271276     
    272277NB :     
     
    291296  Storage Server if you've got a bigger network.  
    292297   
     298Hint :   
     299------ 
     300 
     301  - The Debian GNU/Linux distribution is to our knowledge the  
     302    easiest distribution to install PyKota on, because all 
     303    of PyKota dependencies are already included, excepted 
     304    for the PySNMP (http://pysnmp.sourceforge.net) module 
     305    which for now has to be downloaded separately. 
     306 
    293307Then :    
    294308------