Changeset 3408

Show
Ignore:
Timestamp:
08/21/08 00:17:25 (16 years ago)
Author:
jerome
Message:

Removed old stuff. Now links to the new mailing lists. Fixes #8.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/README

    r3377 r3408  
    184184     
    185185  On Intel i386 architecture, and for performance reasons, it is 
    186   strongly suggested that you install the Python accelerator Psyco,  
    187   available at : 
     186  suggested that you install the Python accelerator Psyco, available from : 
    188187   
    189188      http://psyco.sourceforge.net 
     
    196195  this on Psyco's website. 
    197196   
    198   Installing Psyco is not mandatory, but it will speedup PCL5 parsing 
    199   by almost 3 times. PostScript and PDF parsing can also benefit, 
    200   but in an almost unnoticeable manner since this part of the code 
    201   is already optimal. For PCL5 this is a completely different matter, 
    202   and if you install Psyco you will never regret it ! 
    203   Same remark applies for PCL6 (aka PCLXL) : the parser is completely 
    204   different, but the performance gain with Psyco is impressive. 
    205    
    206   You may also benefit from having the following tools installed to 
    207   deal with some printers : 
    208    
    209     - npadmin 
    210     - netcat 
    211     - ghostscript 
     197  Installing Psyco is not mandatory, but may really speed the parsing  
     198  of some print jobs. 
    212199     
    213200  You need to have the following tools installed on the database 
     
    245232  - The Debian GNU/Linux distribution is to our knowledge the  
    246233    easiest distribution to install PyKota on, because almost all 
    247     of PyKota dependencies are already included, excepted 
    248     the pkpgcounter utility which for now have to be downloaded 
    249     and installed separately, and maybe one or two other dependencies, 
    250     depending on the version of Debian you are using. 
     234    of PyKota dependencies are already included. 
    251235    We recommend you to use Debian's Etch distribution or 
    252236    more recent. PyKota works fine on Sarge, but some additional 
     
    516500============================================================ 
    517501 
    518 Additionnal tools : 
    519 ------------------- 
    520  
    521 Some people have developped tools around PyKota, and make 
    522 them available under the GNU General Public License : 
    523  
    524   - Kanakorn Horsiritham developped phpPykotaAdmin which is  
    525     a web based database independant administrative GUI, 
    526     written in PHP. 
    527    
    528       http://opensource.psu.ac.th/~kanakorn/mambo/ 
    529        
    530     He was also kind enough to write an installation guide   
    531     in english for CUPS and PyKota with phpPykotaAdmin on Fedora 
    532     Core 3. You'll find this document on the same website. 
    533      
    534     This great software currently at version 0.3 is a wonderful 
    535     basis for an administrative GUI since it only depends on  
    536     PyKota commands to be present to successfully manage 
    537     PyKota's database.  
    538      
    539     However this tool is very old now and doesn't work 
    540     with more recent versions of PyKota. It could be 
    541     a good starting point if you planned to develop such 
    542     a web user interface though. 
    543    
    544 Additionnal software will be listed here when they will be   
    545 ready. 
    546  
    547 ============================================================ 
    548  
    549 Mailing list : 
    550 -------------- 
    551  
    552   A mailing list is dedicated to Pykota, you can subscribe to it 
     502Mailing lists : 
     503--------------- 
     504 
     505  A mailing list is dedicated to PyKota, you can subscribe to it 
    553506  or consult its archives at : 
    554507   
    555     http://cgi.librelogiciel.com/mailman/listinfo/pykota 
    556      
    557   The mailing list is the preferred way to obtain support, because   
     508    http://lists.pykota.com/mailman/listinfo/pykota 
     509     
     510  This mailing list is the preferred way to obtain support, because   
    558511  all members can help and can also benefit from the solutions 
    559512  proposed by other members.  
    560513   
    561   Posts by non-members are usually rejected. 
    562    
    563   The mailing list language is english and only english. 
     514  Another mailing list, dedicated to developers, is available from : 
     515   
     516    http://lists.pykota.com/mailman/listinfo/pykota-devel 
     517     
     518  In this mailing list you can discuss implementation details, bugs,   
     519  ideas, and so on. All commit messages are also sent to this list. 
     520   
     521  Posts by non-members are rejected. 
     522   
     523  The mailing lists language is english and only english. 
    564524     
    565525IRC :     
     
    586546      http://trac.pykota.com 
    587547     
    588 ============================================================ 
    589      
    590 Please e-mail bugs to the mailing list at : pykota@librelogiciel.com 
    591 or to the main author at : alet@librelogiciel.com (Jerome Alet)