Changes between Version 2 and Version 3 of IniFileStreamEditorScript

Show
Ignore:
Author:
anonymous (IP: 91.64.168.129)
Timestamp:
06/14/07 18:36:45 (4 months ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IniFileStreamEditorScript

    v2 v3  
    77You can edit every ini-style file.  
    88inised can also remove keys from sections, but an empty sections will stay left. 
     9 
     10== SYNOPSIS == 
     11 
     12inised <file.ini> <add-key|remove-key> <section> <key>  <value> 
     13 
    914 
    1015== Bugs/Feature Requests ==  
    2631== Example == 
    2732 
     33 
     34{{{ 
    2835for file in */conf/trac.ini ; do \ 
    2936     inised $file add-key components iniadmin.iniadmin.iniadminplugin enabled \ 
    3037done 
    31  
    32 USAGE: 
    33 inised <file.ini> <add-key|remove-key> <section> <key>  <value> 
     38}}} 
    3439 
    3540EXAMPLES: 
     41 
     42{{{ 
    3643inised conf/trac.ini add-key components iniadmin.iniadmin.iniadminplugin enabled 
    3744inised conf/trac.ini remove-key components iniadmin.iniadmin.iniadminplugin enabled 
     45 
     46}}} 
    3847 
    3948 
    4655'''Author:''' [wiki:tac] [[BR]] 
    4756'''Contributors:''' 
     57== COPYRIGHT == 
     58 
     59       Copyright © 2006 Free Software Foundation, Inc. 
     60 
     61       This is free software.  You may redistribute copies  of  it  under  the 
     62       terms       of       the      GNU      General      Public      License 
     63       http://www.gnu.org/licenses/gpl.html.  There is NO WARRANTY,  to  the 
     64       extent permitted by law. 
     65