Show
Ignore:
Timestamp:
09/27/08 22:02:37 (16 years ago)
Author:
jerome
Message:

Removed unnecessary spaces at EOL.

Files:
1 modified

Legend:

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

    r3345 r3413  
    33<chapter> 
    44  <title id="introduction">Introduction to PyKota</title> 
    5    
     5 
    66  <para>Last modified on $Date$</para> 
    7    
     7 
    88  <para> 
    99    This chapter will briefly introduce you to PyKota, and will familiarize 
    1010    you with this software and its components. 
    1111  </para> 
    12    
    13    
     12 
     13 
    1414  <sect1> 
    1515    <title>What is <application>PyKota</application> ?</title> 
    16      
     16 
    1717    <para> 
    1818      <application>PyKota</application> is a print quota and print accounting software solution 
    1919      for GNU/Linux and compatible print servers. 
    2020    </para> 
    21      
     21 
    2222    <para> 
    2323      PyKota currently supports the 
    2424      <ulink url="http://www.cups.org"><application>CUPS</application></ulink> 
    2525      <footnote><para>Common UNIX Printing System</para></footnote> 
    26       printing subsystem, although older releases also supported  
     26      printing subsystem, although older releases also supported 
    2727      <ulink url="http://lprng.sourceforge.net"><application>LPRng</application></ulink>. 
    2828    </para> 
    29      
     29 
    3030    <para> 
    3131      PyKota is distributed under the terms of the GNU General Public License of the 
     
    3434      the terms of this license. 
    3535    </para> 
    36      
     36 
    3737    <para> 
    3838      We believe that despite being a bit rough around the edges sometimes, <application>PyKota</application> 
     
    4141      for the next release. 
    4242    </para> 
    43      
     43 
    4444    <para> 
    4545      <application>PyKota</application> is however a somewhat complex piece of software, and installing 
     
    4747      next chapter. 
    4848    </para> 
    49      
     49 
    5050    <para> 
    5151      <application>PyKota</application> is made of the following components : 
     
    7373                  so please give particular attention to this file's permissions. 
    7474                </para> 
    75               </listitem>   
    76               <listitem> 
    77                 <para> 
    78                   <filename>pykota.conf</filename> : this is the main configuration file for  
     75              </listitem> 
     76              <listitem> 
     77                <para> 
     78                  <filename>pykota.conf</filename> : this is the main configuration file for 
    7979                  <application>PyKota</application>. It contains database settings which 
    8080                  allow the <application>PyKota</application> software to access to the print 
    8181                  quota database in readonly mode, as well as global and print queue specific 
    82                   configuration directives. With a properly configured <application>PyKota</application>,  
     82                  configuration directives. With a properly configured <application>PyKota</application>, 
    8383                  letting normal users read this file is safe 
    8484                  excepted where you want to forbid users to read other users' print quota 
     
    8787                  use any of the <application>PyKota</application> command line tools. 
    8888                </para> 
    89               </listitem>   
     89              </listitem> 
    9090            </itemizedlist> 
    9191          </para> 
    92         </listitem>   
     92        </listitem> 
    9393        <listitem> 
    9494          <para> 
     
    100100            for other database backends might be added in a future release. 
    101101          </para> 
    102         </listitem>   
     102        </listitem> 
    103103        <listitem> 
    104104          <para> 
     
    108108            of circumstances like the user being over quota, and interact with the end user through the use of external 
    109109            commands or shell scripts. This software is written in such a manner than system 
    110             administrators can plug their own scripts at the most strategic points of the  
     110            administrators can plug their own scripts at the most strategic points of the 
    111111            printing process, through specific directives that you put in <application>PyKota</application>'s 
    112112            configuration files. 
    113113          </para> 
    114         </listitem>   
     114        </listitem> 
    115115        <listitem> 
    116116          <para> 
     
    126126                  interactive way, but currently only under Debian and Ubuntu. 
    127127                </para> 
    128               </listitem>   
     128              </listitem> 
    129129              <listitem> 
    130130                <para> 
     
    133133                  into a turn-key solution, hence the name. 
    134134                </para> 
    135               </listitem>   
     135              </listitem> 
    136136              <listitem> 
    137137                <para> 
    138138                  <command>pkprinters</command> : to manage printers and printers groups. 
    139139                </para> 
    140               </listitem>   
     140              </listitem> 
    141141              <listitem> 
    142142                <para> 
    143143                  <command>pkusers</command> : to manage users and users groups. 
    144144                </para> 
    145               </listitem>   
     145              </listitem> 
    146146              <listitem> 
    147147                <para> 
    148148                  <command>edpykota</command> : to manage users' and users groups' print quota entries. 
    149149                </para> 
    150               </listitem>   
     150              </listitem> 
    151151              <listitem> 
    152152                <para> 
    153153                  <command>pkbcodes</command> : to manage billing codes. 
    154154                </para> 
    155               </listitem>   
     155              </listitem> 
    156156              <listitem> 
    157157                <para> 
    158158                  <command>repykota</command> : to do some basic print quota reporting. 
    159159                </para> 
    160               </listitem>   
     160              </listitem> 
    161161              <listitem> 
    162162                <para> 
     
    166166                   numerous output formats are supported, like <acronym>csv</acronym> and <acronym>XML</acronym> 
    167167                </para> 
    168               </listitem>   
     168              </listitem> 
    169169              <listitem> 
    170170                <para> 
     
    173173                   instead from <filename>pykota.conf</filename>'s <literal>policy</literal> directive. 
    174174                </para> 
    175               </listitem>   
     175              </listitem> 
    176176              <listitem> 
    177177                <para> 
     
    180180                  application which works under the X Window system. 
    181181                </para> 
    182               </listitem>   
     182              </listitem> 
    183183              <listitem> 
    184184                <para> 
     
    187187                  a less costly printer. 
    188188                </para> 
    189               </listitem>   
     189              </listitem> 
    190190              <listitem> 
    191191                <para> 
     
    193193                   This command is 
    194194                   not meant to be used from the command line, but 
    195                    instead from <filename>pykota.conf</filename>'s <literal>startingbanner</literal>  
     195                   instead from <filename>pykota.conf</filename>'s <literal>startingbanner</literal> 
    196196                   and <literal>endingbanner</literal> directives. If you prefer you can use 
    197197                   your own generator of dynamic banner pages or even static banner pages. 
    198198                </para> 
    199               </listitem>   
     199              </listitem> 
    200200              <listitem> 
    201201                <para> 
     
    204204                  this command is meant to be used as a periodic reminder. 
    205205                </para> 
    206               </listitem>   
     206              </listitem> 
    207207              <listitem> 
    208208                <para> 
     
    210210                  tools allow you to interact with end users at printing time. 
    211211                </para> 
    212               </listitem>   
     212              </listitem> 
    213213              <listitem> 
    214214                <para> 
     
    216216                  for your users from their printing history. 
    217217                </para> 
    218               </listitem>   
    219               <listitem> 
    220                 <para> 
    221                   <command>pkrefund</command> : a tool with which you can refund print jobs  
     218              </listitem> 
     219              <listitem> 
     220                <para> 
     221                  <command>pkrefund</command> : a tool with which you can refund print jobs 
    222222                  when there was an accounting problem. It can generate printable receipts 
    223223                  in the PDF format. 
    224224                </para> 
    225               </listitem>   
     225              </listitem> 
    226226            </itemizedlist> 
    227227          </para> 
    228         </listitem>   
     228        </listitem> 
    229229        <listitem> 
    230230          <para> 
     
    236236              <listitem> 
    237237                <para> 
    238                   <command>printquota.cgi</command> : to do basic print quota reports like repykota,  
     238                  <command>printquota.cgi</command> : to do basic print quota reports like repykota, 
    239239                  and also to examine the printing history, which is not possible with repykota for now. 
    240240                </para> 
    241               </listitem>   
     241              </listitem> 
    242242              <listitem> 
    243243                <para> 
     
    245245                  command line tool, but works from within a web browser. 
    246246                </para> 
    247               </listitem>   
     247              </listitem> 
    248248              <listitem> 
    249249                <para> 
     
    251251                  command line tool, but works from within a web browser. 
    252252                </para> 
    253               </listitem>   
     253              </listitem> 
    254254            </itemizedlist> 
    255255          </para> 
    256         </listitem>   
     256        </listitem> 
    257257        <listitem> 
    258258          <para> 
     
    261261            you may find interesting things... 
    262262          </para> 
    263         </listitem>   
     263        </listitem> 
    264264      </itemizedlist> 
    265265    </para> 
    266      
    267   </sect1>   
    268    
     266 
     267  </sect1> 
     268 
    269269</chapter> 
    270270