Show
Ignore:
Timestamp:
07/17/13 22:08:37 (11 years ago)
Author:
jerome
Message:

Removed references to psyco.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/branches/1.26_fixes/qa-assistant/pykota.xml

    r3212 r3570  
    4343      </states> 
    4444      <description>PyKota must be downloaded before being installed. 
    45         You can download its latest development tree with  
     45        You can download its latest development tree with 
    4646        'svn export svn://svn.librelogiciel.com/pykota/trunk pykota' 
    4747      </description> 
     
    5353      prevent most of PyKota from working, but some functionnalities will 
    5454      be unavailable to you if they are not installed. You can see the 
    55       status for each of PyKota's dependencies with  
     55      status for each of PyKota's dependencies with 
    5656      'python pykota/checkdeps.py' 
    57     </description>   
     57    </description> 
    5858    <entry name="python-egenix-mxdatetime" display="true"> 
    5959      <states> 
     
    6262      </states> 
    6363      <description> 
    64         python-egenix-mxdatetime is required for PyKota to work.  
     64        python-egenix-mxdatetime is required for PyKota to work. 
    6565        You must install it with 'apt-get install python-egenix-mxdatetime' 
    6666      </description> 
     
    8484      </states> 
    8585      <description> 
    86         python-pygresql allows PyKota to use a PostgreSQL database backend.  
     86        python-pygresql allows PyKota to use a PostgreSQL database backend. 
    8787        If this is what you want you must install it with 'apt-get install python-pygresql' 
    8888      </description> 
     
    9595      </states> 
    9696      <description> 
    97         python-ldap allows PyKota to use an LDAP database backend.  
     97        python-ldap allows PyKota to use an LDAP database backend. 
    9898        If this is what you want you must install it with 'apt-get install python-ldap' 
    9999      </description> 
     
    106106      </states> 
    107107      <description> 
    108         python-mysqldb allows PyKota to use a MySQL database backend.  
     108        python-mysqldb allows PyKota to use a MySQL database backend. 
    109109        If this is what you want you must install it with 'apt-get install python-mysqldb' 
    110110      </description> 
     
    117117      </states> 
    118118      <description> 
    119         python-pysqlite2 allows PyKota to use an SQLite database backend.  
     119        python-pysqlite2 allows PyKota to use an SQLite database backend. 
    120120        If this is what you want you must install it with 'apt-get install python-pysqlite2' 
    121121      </description> 
     
    128128      </states> 
    129129      <description> 
    130         python-osd is only needed if you want to use the 'pykosd' utility, which is an X-Window  
     130        python-osd is only needed if you want to use the 'pykosd' utility, which is an X-Window 
    131131        print quota reminded for end users. 
    132132        You can install it with 'apt-get install python-osd' 
     
    194194      <description> 
    195195        python-pam allows PyKota to check an user's name and password through PAM at printing time, provided you 
    196         use the PyKotIcon end user helper tool on all client hosts.  
     196        use the PyKotIcon end user helper tool on all client hosts. 
    197197        If you don't have guest logins or people with administrator (or root) access on their own 
    198198        machine, you probably don't need this module. 
     
    227227      </description> 
    228228    </entry> 
    229     <entry name="python-psyco" display="true"> 
    230       <states> 
    231         <state name="Pass">python-psyco is installed</state> 
    232         <state name="Fail">python-psyco is not installed</state> 
    233         <state name="Not-Applicable">python-psyco is not supported on this platform</state> 
    234       </states> 
    235       <description> 
    236         python-psyco is an accelerator module for the Python language which can make the parsing  
    237         of Page Description Languages by pkpgcounter faster. 
    238         It is only supported on the x86 platform though, so if you use something else you 
    239         won't be able to install it. 
    240         It recommended but not necessary that you install it for PyKota to work. 
    241         You can install it with 'apt-get install python-psyco' 
    242       </description> 
    243     </entry> 
    244229  </category> 
    245230  <category name="Print Server Installation procedure"> 
    246231    <description>PyKota needs to be installed on the CUPS server. 
    247     </description>   
     232    </description> 
    248233    <entry name="Go to PyKota's download directory" display="true"> 
    249234      <states> 
     
    315300      </states> 
    316301      <description> 
    317         Any user who with read access to ~pykota/pykotadmin.conf will be considered a PyKota  
     302        Any user who with read access to ~pykota/pykotadmin.conf will be considered a PyKota 
    318303        administrator, with full read+write access to PyKota's database. 
    319304        Any user with read access to ~pykota/pykota.conf will have read access to PyKota's database. Access 
     
    376361      </description> 
    377362    </entry> 
    378   </category>   
     363  </category> 
    379364</checklist>