Changeset 2851

Show
Ignore:
Timestamp:
04/08/06 18:51:50 (18 years ago)
Author:
jerome
Message:

Enough is enough !

Location:
pykota/trunk
Files:
213 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/debian/changelog

    r2808 r2851  
     1pykota (1.24) unstable; urgency=low 
     2   
     3  * Update from SVN. 
     4 
     5 -- Jerome Alet <alet@librelogiciel.com> Sat, 8 Apr 2006 18:50:00 +0200 
     6 
    17pykota (1.24beta) unstable; urgency=low 
    28 
  • pykota/trunk/docs/installation.sgml

    r2844 r2851  
    6161      <para> 
    6262        Of course, depending on the size of your network, you may very well 
    63         use the same machine as both a Print Server and a Storage Server. 
     63        use the same machine as both a Print Server and a database server. 
    6464        This is especially the case if you've got only one server. 
    6565      </para> 
     
    6868   
    6969  <sect1> 
    70     <title>Storage Server Installation</title> 
     70    <title>Database server installation</title> 
    7171     
    7272    <para> 
     
    8989       
    9090      <para> 
    91         To configure your Storage Server, you must have PostgreSQL already working. 
     91        To configure your database, you must have PostgreSQL already working. 
    9292        The complete installation of <application>PostgreSQL</application> is not covered by 
    9393        the present manual, please refer to your system's documentation or to  
     
    160160        is waiting for your connections, you have to create the print quota database. 
    161161        To do so, you'll have to feed <application>PostgreSQL</application> with the 
    162         <filename>pykota-1.24/initscripts/postgresql/pykota-postgresql.sql</filename> file. 
     162        <filename>pykota-1.24_official/initscripts/postgresql/pykota-postgresql.sql</filename> file. 
    163163        This file will create a print quota database administrator in the <application>PostgreSQL</application> system, then create an empty 
    164164        print quota database and set some permissions on it. The print quota database administrator 
     
    175175        users from being able to modify their own, or other users', quota information. 
    176176        The database which will be created will be named <literal>pykota</literal> by default. 
     177        The <literal>pykotaadmin</literal> and <literal>pykotauser</literal> users by 
     178        default respectively have <literal>readwritepw</literal> and <literal>readonlypw</literal> 
     179        as their passwords. 
    177180        <note> 
    178181          <title>Note</title> 
    179182          <para> 
    180             You can choose other names if you want, just modify the  
     183            You can choose other names and passwords if you want by modifying the  
    181184            <filename>initscripts/postgresql/pykota-postgresql.sql</filename> file 
    182185            accordingly, and report your changes into <application>PyKota</application>'s 
     
    220223       
    221224      <para> 
    222         For security reasons, you may want to set passwords in  
     225        If you want to you can change passwords later in 
    223226        <application>PostgreSQL</application> for the  
    224227        <literal>pykotaadmin</literal> and <literal>pykotauser</literal> users. 
    225         Otherwise any user able to connect to  
    226         <application>PostgreSQL</application> on your print quota database server  
    227         could connect to the quota database, and either see it, or even modify it without problem.  
    228       </para> 
    229        
    230       <para> 
    231228        To do so, just type the following lines while still being at the <command>psql</command> 
    232         prompt (replace the password values by your own, and do the same for the <literal>pykotauser</literal> user) : 
     229        prompt (replace the password values by your own : 
    233230        <screen> 
    234231pykota=# ALTER USER pykotaadmin PASSWORD 'somepassword'; 
    235232ALTER USER 
     233pykota=# ALTER USER pykotauser PASSWORD 'anotherpassword'; 
    236234pykota=# \q 
    237235jerome@nordine:~/pykota-1.24_official/initscripts/postgresql$ 
     
    260258          </para> 
    261259        </warning>   
     260      </para> 
     261       
     262      <para> 
     263        For more details, please see <filename>initscripts/mysql/README.mysql</filename>. 
    262264      </para> 
    263265       
     
    424426       
    425427      <para> 
    426         <application>MySQL</application> is supported but not documented for now. 
    427       </para> 
     428        <application>MySQL</application> is a simple Relationnal DataBase 
     429        Management System distributed under a <firstterm>Free Software</firstterm> 
     430        license from the  
     431        <ulink url="http://www.mysql.org">http://www.mysql.org</ulink> 
     432        web site.  
     433      </para> 
     434       
     435      <para> 
     436        To configure your database, you must have MySQL already working. 
     437        The complete installation of <application>MySQL</application> is not covered by 
     438        the present manual, please refer to your system's documentation or to  
     439        <ulink url="http://www.mysql.org">http://www.mysql.org</ulink> for 
     440        details. 
     441      </para> 
     442       
     443      <para> 
     444        One thing you have to check, though, is that every Print Server on which you 
     445        want to install the print quota mechanism, must be able to connect to the 
     446        <application>MySQL</application> server. In the default installation of 
     447        <application>MySQL</application> this may not be the case for security reasons, except if both 
     448        servers are in fact the same machine. In any case, it is recommended that you 
     449        check the <filename>/etc/mysql/my.cnf</filename> file and modify it if 
     450        needed. 
     451        <tip> 
     452          <title>Tip</title> 
     453          <para> 
     454            Don't forget to restart <application>MySQL</application> if you modify 
     455            any of its configuration files, in order for the changes to take effect. 
     456          </para> 
     457        </tip>   
     458      </para> 
     459       
     460      <para> 
     461        Be careful, you may be unable to connect from a Print Server to the <application>MySQL</application> 
     462        server even if the configuration is correct. Sometimes your connections may be blocked by 
     463        one or more network firewalls along the route from one machine to the other. If this 
     464        is the case, then the best thing you can do is to ask your <firstterm>Network Administrator</firstterm> 
     465        to not filter the IP port used by <application>MySQL</application>, which is 
     466        usually port <literal>3306/tcp</literal>. 
     467        <note> 
     468          <title>Note</title> 
     469          <para> 
     470            The TCP/IP network port used by MySQL may be different. When in doubt, ask your  
     471            <firstterm>System Administrator</firstterm> for the correct value.  
     472          </para> 
     473        </note>   
     474      </para> 
     475       
     476      <para> 
     477        Now that your <application>MySQL</application> server is up and running, and 
     478        is waiting for your connections, you have to create the print quota database. 
     479        To do so, you'll have to feed <application>MySQL</application> with the 
     480        <filename>pykota-1.24_official/initscripts/mysql/pykota-mysql.sql</filename> file. 
     481        This file will create an empty 
     482        print quota database and set some permissions on it.  
     483        The database which will be created will be named <literal>pykota</literal> by default. 
     484        Two database users will be defined to have access in readonly and read+write modes under 
     485        the respective names <literal>pykotauser</literal> and <literal>pykotaadmin</literal>. 
     486        The <literal>pykotaadmin</literal> and <literal>pykotauser</literal> users by 
     487        default respectively have <literal>readwritepw</literal> and <literal>readonlypw</literal> 
     488        as their passwords. 
     489        <note> 
     490          <title>Note</title> 
     491          <para> 
     492            You can choose other names and passwords if you want by modifying the  
     493            <filename>initscripts/mysql/pykota-mysql.sql</filename> file 
     494            accordingly, and report your changes into <application>PyKota</application>'s 
     495            configuration files. 
     496          </para> 
     497        </note>   
     498      </para> 
     499       
     500      <para> 
     501        To run this script, you can use the <command>mysql</command> frontend to 
     502        <application>MySQL</application>, but your priviledges must be sufficient 
     503        to be allowed to create databases. You can launch <command>mysql</command> 
     504        as the <literal>root</literal> user for example. 
     505        From a command line interpreter (i.e. shell), type the following commands : 
     506        <screen> 
     507jerome@nordine:~$ cd pykota-1.24_official/initscripts/mysql 
     508jerome@nordine:~/pykota-1.24_official/initscripts$ mysql &lt;pykota-mysql.sql 
     509        </screen> 
     510        <note> 
     511          <title>Note</title> 
     512          <para> 
     513            If you use RPM or DEB packages, usually the 
     514            <filename>pykota-mysql.sql</filename> file gets installed into the 
     515            <filename>/usr/share/pykota/mysql</filename> directory, along  
     516            with a README file. 
     517          </para> 
     518        </note>   
     519      </para> 
     520       
     521      <para> 
     522        To improve security further, you could encrypt your database connections, or 
     523        take any other step as needed. Please refer to <application>MySQL</application>'s 
     524        documentation for details.  
     525      </para> 
     526       
     527      <para> 
     528        For more details, please see <filename>initscripts/mysql/README.mysql</filename>. 
     529      </para> 
     530       
     531      <para> 
     532        If no error occured, then your print quota database is ready to be used. 
     533        Now you can let the print quota database server alone, the remaining work 
     534        will have to be done on each one of the print servers which will 
     535        use this particular print quota database server. 
     536        <tip> 
     537          <title>Tip</title> 
     538          <para> 
     539            If an error occured, maybe your MySQL version is too old, or 
     540            an unexpected problem (like a bug) happened. Please contact us via email so that we 
     541            can try to fix the problem. Thanks in advance. 
     542          </para> 
     543        </tip>   
     544      </para> 
     545       
    428546    </sect2>   
    429547     
  • pykota/trunk/man/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 autopykota \- manual page for autopykota 1.24beta_unofficial 
     4autopykota \- manual page for autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/de/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/de/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/de/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/de/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/de/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/de/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/de/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/de/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/de/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/de/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/de/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/de/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/de/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/de/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/de/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 dumpykota \- manual page for dumpykota 1.24beta_unofficial 
     4dumpykota \- manual page for dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 edpykota \- manual page for edpykota 1.24beta_unofficial 
     4edpykota \- manual page for edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/el_GR/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/el_GR/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/el_GR/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/el_GR/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/el_GR/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/el_GR/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/el_GR/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/el_GR/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/el_GR/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/el_GR/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/el_GR/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/el_GR/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/el_GR/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/el_GR/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/el_GR/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/es/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/es/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/es/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/es/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/es/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/es/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/es/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/es/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/es/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/es/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/es/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/es/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/es/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/es/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/es/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/fr/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Un outil pour automatiser la cr�ion des comptes et l'initialisation 
  • pykota/trunk/man/fr/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Exporte le contenu de la base de donn� de PyKota. 
  • pykota/trunk/man/fr/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Un �teur de quotas pour PyKota. 
  • pykota/trunk/man/fr/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88G�re des banni�s. 
  • pykota/trunk/man/fr/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Un gestionnaire de codes de facturation pour PyKota. 
  • pykota/trunk/man/fr/pkinvoice.1

    r2813 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Un g�rateur de factures pour PyKota. 
  • pykota/trunk/man/fr/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Passerelle courrier �ctronique pour PyKota. 
  • pykota/trunk/man/fr/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifie ou pose des questions aux utilisateurs finaux qui ont lanc�'application PyKotIcon. 
  • pykota/trunk/man/fr/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Un gestionnaire d'imprimantes pour PyKota. 
  • pykota/trunk/man/fr/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Un outil pour transformer PyKota en une solution clefs en main. 
  • pykota/trunk/man/fr/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Un gestionnaire d'utilisateurs et de groupes pour PyKota. 
  • pykota/trunk/man/fr/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Un afficheur OSD de quota d'impression pour PyKota. 
  • pykota/trunk/man/fr/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Fait des devis d'impression aux utilisateurs. 
  • pykota/trunk/man/fr/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88G�re des rapports de quotas d'impression. 
  • pykota/trunk/man/fr/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Pr�ent les utilisateurs ayant atteint leurs limites. 
  • pykota/trunk/man/it/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/it/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/it/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/it/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/it/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/it/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/it/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/it/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/it/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/it/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/it/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/it/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/it/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/it/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/it/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/nb_NO/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/nb_NO/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/nb_NO/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/nb_NO/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/nb_NO/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/nb_NO/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/nb_NO/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/nb_NO/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/nb_NO/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/nb_NO/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/nb_NO/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/nb_NO/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/nb_NO/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/nb_NO/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/nb_NO/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkbanner \- manual page for pkbanner 1.24beta_unofficial 
     4pkbanner \- manual page for pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkbcodes \- manual page for pkbcodes 1.24beta_unofficial 
     4pkbcodes \- manual page for pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkinvoice \- manual page for pkinvoice 1.24beta_unofficial 
     4pkinvoice \- manual page for pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkmail \- manual page for pkmail 1.24beta_unofficial 
     4pkmail \- manual page for pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pknotify \- manual page for pknotify 1.24beta_unofficial 
     4pknotify \- manual page for pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkprinters \- manual page for pkprinters 1.24beta_unofficial 
     4pkprinters \- manual page for pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkturnkey \- manual page for pkturnkey 1.24beta_unofficial 
     4pkturnkey \- manual page for pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkusers \- manual page for pkusers 1.24beta_unofficial 
     4pkusers \- manual page for pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/pl/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Narz�ie do automatyzacji kreowania kont u�ytkownik�raz inicjalizowania stanu konta. 
  • pykota/trunk/man/pl/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/pl/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/pl/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generuje banery. 
  • pykota/trunk/man/pl/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Mened�er kod�ozliczeniowych dla systemu PyKota. 
  • pykota/trunk/man/pl/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/pl/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Brama e\-mail dla systemu PyKota. 
  • pykota/trunk/man/pl/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/pl/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Mened�er drukarek dla systemu PyKota. 
  • pykota/trunk/man/pl/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Program inicjalizacyjny dla systemu PyKota. Po uruchomieniu program zainicjalizuje 
  • pykota/trunk/man/pl/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/pl/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Monitor OSD dla systemu PyKota. 
  • pykota/trunk/man/pl/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Pokazuje ceny wydruk��ytkownikom. 
  • pykota/trunk/man/pl/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generuje raporty limit�rukowania. 
  • pykota/trunk/man/pl/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Wysy�a wiadomo�ci e\-mail dla u�ytkownik�t� przekroczyli limit. 
  • pykota/trunk/man/pt/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/pt_BR/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/pt_BR/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/pt_BR/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/pt_BR/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/pt_BR/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/pt_BR/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/pt_BR/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/pt_BR/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/pt_BR/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/pt_BR/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/pt_BR/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/pt_BR/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/pt_BR/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/pt_BR/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/pt_BR/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/pt/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/pt/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/pt/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/pt/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/pt/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/pt/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/pt/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/pt/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/pt/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/pt/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/pt/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/pt/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/pt/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/pt/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pykosd \- manual page for pykosd 1.24beta_unofficial 
     4pykosd \- manual page for pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pykotme \- manual page for pykotme 1.24beta_unofficial 
     4pykotme \- manual page for pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 repykota \- manual page for repykota 1.24beta_unofficial 
     4repykota \- manual page for repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/sv_SE/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/sv_SE/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/sv_SE/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/sv_SE/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/sv_SE/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/sv_SE/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/sv_SE/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/sv_SE/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/sv_SE/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/sv_SE/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/sv_SE/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/sv_SE/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/sv_SE/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/sv_SE/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/sv_SE/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/th/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/th/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/th/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/th/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/th/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/th/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/th/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/th/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/th/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/th/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/th/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/th/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/th/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/th/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/th/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/tr/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/tr/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/tr/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/tr/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/tr/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/tr/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/tr/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/tr/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/tr/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/tr/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/tr/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/tr/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/tr/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/tr/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/tr/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "March 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "April 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 warnpykota \- manual page for warnpykota 1.24beta_unofficial 
     4warnpykota \- manual page for warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/zh_TW/autopykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH AUTOPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH AUTOPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.24beta_unofficial 
     4autopykota \- page de manuel de autopykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6autopykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A tool to automate user account creation and initial balance setting. 
  • pykota/trunk/man/zh_TW/dumpykota.1

    r2826 r2851  
    22.TH DUMPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 dumpykota \- page de manuel de dumpykota 1.24beta_unofficial 
     4dumpykota \- page de manuel de dumpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6dumpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/zh_TW/edpykota.1

    r2828 r2851  
    22.TH EDPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.24beta_unofficial 
     4edpykota \- page de manuel de edpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6edpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Print Quota editor for PyKota. 
  • pykota/trunk/man/zh_TW/pkbanner.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBANNER "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBANNER "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.24beta_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbanner v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/zh_TW/pkbcodes.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKBCODES "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKBCODES "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbcodes \- page de manuel de pkbcodes 1.24beta_unofficial 
     4pkbcodes \- page de manuel de pkbcodes 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkbcodes v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkbcodes v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A billing codes Manager for PyKota. 
  • pykota/trunk/man/zh_TW/pkinvoice.1

    r2812 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKINVOICE "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKINVOICE "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkinvoice \- page de manuel de pkinvoice 1.24beta_unofficial 
     4pkinvoice \- page de manuel de pkinvoice 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkinvoice v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkinvoice v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An invoice generator for PyKota. 
  • pykota/trunk/man/zh_TW/pkmail.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKMAIL "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKMAIL "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.24beta_unofficial 
     4pkmail \- page de manuel de pkmail 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkmail v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/zh_TW/pknotify.1

    r2825 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKNOTIFY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24beta_unofficial 
     4pknotify \- page de manuel de pknotify 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
  • pykota/trunk/man/zh_TW/pkprinters.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPRINTERS "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPRINTERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.24beta_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkprinters v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A Printers Manager for PyKota. 
  • pykota/trunk/man/zh_TW/pkturnkey.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKTURNKEY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKTURNKEY "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkturnkey \- page de manuel de pkturnkey 1.24beta_unofficial 
     4pkturnkey \- page de manuel de pkturnkey 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkturnkey v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkturnkey v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88A turn key tool for PyKota. When launched, this command will initialize 
  • pykota/trunk/man/zh_TW/pkusers.1

    r2832 r2851  
    22.TH PKUSERS "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkusers \- page de manuel de pkusers 1.24beta_unofficial 
     4pkusers \- page de manuel de pkusers 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pkusers v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pkusers v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An Users and Groups Manager for PyKota. 
  • pykota/trunk/man/zh_TW/pykosd.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOSD "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOSD "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.24beta_unofficial 
     4pykosd \- page de manuel de pykosd 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88An OSD quota monitor for PyKota. 
  • pykota/trunk/man/zh_TW/pykotme.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PYKOTME "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PYKOTME "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.24beta_unofficial 
     4pykotme \- page de manuel de pykotme 1.24_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pykotme v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/zh_TW/repykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH REPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH REPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.24beta_unofficial 
     4repykota \- page de manuel de repykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6repykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/zh_TW/warnpykota.1

    r2808 r2851  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH WARNPYKOTA "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH WARNPYKOTA "1" "avril 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.24beta_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.24_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6warnpykota v1.24_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/pykota/version.py

    r2808 r2851  
    2222# 
    2323 
    24 __version__ = "1.24beta_unofficial" 
     24__version__ = "1.24_unofficial" 
    2525 
    2626__doc__ = "PyKota : a complete Printing Quota Solution for CUPS."