Changeset 3570 for pykota/branches/1.26_fixes/qa-assistant/pykota.xml
- Timestamp:
- 07/17/13 22:08:37 (11 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/branches/1.26_fixes/qa-assistant/pykota.xml
r3212 r3570 43 43 </states> 44 44 <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 46 46 'svn export svn://svn.librelogiciel.com/pykota/trunk pykota' 47 47 </description> … … 53 53 prevent most of PyKota from working, but some functionnalities will 54 54 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 56 56 'python pykota/checkdeps.py' 57 </description> 57 </description> 58 58 <entry name="python-egenix-mxdatetime" display="true"> 59 59 <states> … … 62 62 </states> 63 63 <description> 64 python-egenix-mxdatetime is required for PyKota to work. 64 python-egenix-mxdatetime is required for PyKota to work. 65 65 You must install it with 'apt-get install python-egenix-mxdatetime' 66 66 </description> … … 84 84 </states> 85 85 <description> 86 python-pygresql allows PyKota to use a PostgreSQL database backend. 86 python-pygresql allows PyKota to use a PostgreSQL database backend. 87 87 If this is what you want you must install it with 'apt-get install python-pygresql' 88 88 </description> … … 95 95 </states> 96 96 <description> 97 python-ldap allows PyKota to use an LDAP database backend. 97 python-ldap allows PyKota to use an LDAP database backend. 98 98 If this is what you want you must install it with 'apt-get install python-ldap' 99 99 </description> … … 106 106 </states> 107 107 <description> 108 python-mysqldb allows PyKota to use a MySQL database backend. 108 python-mysqldb allows PyKota to use a MySQL database backend. 109 109 If this is what you want you must install it with 'apt-get install python-mysqldb' 110 110 </description> … … 117 117 </states> 118 118 <description> 119 python-pysqlite2 allows PyKota to use an SQLite database backend. 119 python-pysqlite2 allows PyKota to use an SQLite database backend. 120 120 If this is what you want you must install it with 'apt-get install python-pysqlite2' 121 121 </description> … … 128 128 </states> 129 129 <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 131 131 print quota reminded for end users. 132 132 You can install it with 'apt-get install python-osd' … … 194 194 <description> 195 195 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. 197 197 If you don't have guest logins or people with administrator (or root) access on their own 198 198 machine, you probably don't need this module. … … 227 227 </description> 228 228 </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 parsing237 of Page Description Languages by pkpgcounter faster.238 It is only supported on the x86 platform though, so if you use something else you239 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>244 229 </category> 245 230 <category name="Print Server Installation procedure"> 246 231 <description>PyKota needs to be installed on the CUPS server. 247 </description> 232 </description> 248 233 <entry name="Go to PyKota's download directory" display="true"> 249 234 <states> … … 315 300 </states> 316 301 <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 318 303 administrator, with full read+write access to PyKota's database. 319 304 Any user with read access to ~pykota/pykota.conf will have read access to PyKota's database. Access … … 376 361 </description> 377 362 </entry> 378 </category> 363 </category> 379 364 </checklist>