Changeset 2452 for pykota/trunk/docs

Show
Ignore:
Timestamp:
09/17/05 16:29:43 (19 years ago)
Author:
jerome
Message:

Upgraded database schema.
Added -i | --ingroups command line option to repykota.
Added -C | --comment command line option to edpykota.
Added 'noquota', 'noprint', and 'nochange' as switches for edpykota's
-l | --limitby command line option.
Severity : entirely new features, in need of testers :-)

Files:
1 modified

Legend:

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

    r2237 r2452  
    6060   
    6161  <para> 
     62    In addition to <literal>balance</literal> and <literal>quota</literal>, several other values 
     63    are allowed for the <literal>--limitby</literal> command line option : 
     64    <itemizedlist> 
     65      <listitem> 
     66        <para> 
     67          <literal>noquota</literal> : the user or group can print without any limitation, but 
     68          accounting continues to be done. 
     69        </para> 
     70      </listitem>   
     71      <listitem> 
     72        <para> 
     73          <literal>nochange</literal> : the user can print without any limitation, but 
     74          accounting is not done. 
     75          This value is not supported for users groups. 
     76        </para> 
     77      </listitem>   
     78      <listitem> 
     79        <para> 
     80          <literal>noprint</literal> : the user can not print. 
     81          This value is not supported for users groups. 
     82        </para> 
     83      </listitem>   
     84    </itemizedlist>   
     85  </para> 
     86   
     87  <para> 
    6288    Here's an incomplete list of features : 
    6389     
     
    101127      <listitem> 
    102128        <para> 
    103           Choose the way you will limit printing : either by page quota or by account balance value ; 
     129          Choose the way you will limit printing ; 
    104130        </para> 
    105131      </listitem> 
    106132      <listitem> 
    107133        <para> 
    108           Reset page counters. 
     134          Reset page counters ; 
    109135        </para> 
    110136      </listitem>