Show
Ignore:
Timestamp:
09/24/05 14:02:50 (19 years ago)
Author:
jerome
Message:

Typos, and removed references to LPRng

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/installation.sgml

    r2361 r2478  
    438438      For each Print Server on which you plan to implement the print quota 
    439439      mechanism, you have, of course, to have an already working printing environment.  
    440       Currently <application>PyKota</application> works with either  
     440      Currently <application>PyKota</application> works with  
    441441      <ulink url="http://www.cups.org"><application>CUPS</application></ulink> 
    442       or <ulink url="http://lprng.sourceforge.net"><application>LPRng</application></ulink>, 
    443       but more printing systems may be added in the future. 
     442      but older releases also supported <ulink url="http://lprng.sourceforge.net"><application>LPRng</application></ulink>. 
     443      <application>LPRng</application> support might be re-added in the future. 
    444444    </para> 
    445445     
     
    451451        <listitem> 
    452452          <para> 
    453             <application>CUPS</application> version 1.1.14 or above, or <application>LPRng</application> 
    454             version 3.8.27 or above (it probably works with older versions but this is untested). 
    455             You can download them from <ulink url="http://www.cups.org">http://www.cups.org</ulink> 
    456             or <ulink url="http://lprng.sourceforge.net">http://lprng.sourceforge.net</ulink> 
     453            <application>CUPS</application> version 1.1.14 or above. 
     454            You can download it from <ulink url="http://www.cups.org">http://www.cups.org</ulink> 
    457455          </para> 
    458456        </listitem>   
     
    517515              <listitem> 
    518516                <para> 
    519                   MySQL backend : TODO 
     517                  MySQL backend : Not supported yet. 
    520518                </para> 
    521519              </listitem> 
    522520              <listitem> 
    523521                <para> 
    524                   Berkeley DB backend : TODO 
     522                  Berkeley DB backend : Not supported yet. 
    525523                </para> 
    526524              </listitem> 
     
    560558        <listitem> 
    561559          <para> 
    562             The <application>pysnmp</application> Python module version 3.4.2 or 3.4.3 exclusively.  
     560            The <application>pysnmp</application> Python module version 3.4.2, 3.4.3 or 3.4.4 exclusively.  
    563561            You can download it from <ulink url="http://pysnmp.sourceforge.net">http://pysnmp.sourceforge.net</ulink>. 
    564562          </para> 
     
    586584            The <application>PyOSD</application> Python module.  
    587585            You can download it from <ulink url="http://repose.cx/pyosd/">http://repose.cx/pyosd/</ulink>. 
     586          </para> 
     587        </listitem>   
     588        <listitem> 
     589          <para> 
     590            The <application>pkpgcounter</application> Generic Page Description Language parser.  
     591            You can download it from <ulink url="http://www.librelogiciel.com/software/">http://www.librelogiciel.com/software/</ulink>. 
    588592          </para> 
    589593        </listitem>   
     
    684688      ensure that no normal user can read this file. It should only be readable 
    685689      by the <literal>root</literal> user, which is always the case, and by  
    686       <application>PyKota</application> administrators. In addition, <application>LPRng</application> 
    687       users, or users for which <application>CUPS</application> doesn't run as user <literal>root</literal> will  
     690      <application>PyKota</application> administrators. In addition, 
     691      users for which <application>CUPS</application> doesn't run as user <literal>root</literal> will  
    688692      have to ensure that the user their printing system is run as 
    689693      can read both of these files. An easy way to do so is to put the <literal>lp</literal> user 
     
    832836    </sect2> 
    833837     
    834     <sect2> 
    835       <title>With LPRng</title> 
    836        
    837       <para> 
    838         For each printer on which you want to use <application>PyKota</application>, just modify the printer's  
    839         entry in <filename>/etc/printcap</filename> : you have to add 
    840         the three following lines : 
    841          
    842 <screen>         
    843   :achk=true:\ 
    844   :as=/usr/share/pykota/lprngpykota:\ 
    845   :ae=/usr/share/pykota/lprngpykota:\ 
    846 </screen>           
    847  
    848         This will tell <application>LPRng</application> to activate accounting, and use the <filename>lprngpykota</filename>  
    849         accounting filter both at the start and at the end of printing.  
    850       </para> 
    851        
    852        
    853       <para> 
    854         Repeat the above procedure for each print queue on which you want to use 
    855         PyKota. That's all ! 
    856       </para> 
    857        
    858       <para> 
    859         When all modifications are done, just save the <filename>/etc/printcap</filename> file  
    860         and restart <application>LPRng</application> for the changes to take effect :  
    861         <screen> 
    862 $ /etc/init.d/lprng restart         
    863         </screen> 
    864       </para> 
    865        
    866       <sect3> 
    867         <title>Troubleshooting</title> 
    868         <para> 
    869           In case of problem, the simplest way to solve it is currently 
    870           to ask on PyKota's mailing list, describing the symptoms, as 
    871           well as the hardware and software you use. 
    872           In a future release of this document, a section dedicated to  
    873           Frequently Asked Questions will be included. 
    874         </para> 
    875          
    876         <para> 
    877           You can now also ask us questions on IRC : 
    878           <screen> 
    879 /server irc.freenode.net           
    880 /join #pykota 
    881           </screen> 
    882         </para> 
    883       </sect3>   
    884        
    885     </sect2> 
    886      
    887838  </sect1>   
    888839</chapter>