home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / boot / QSPBeta.lha / QuickStartPro_Beta / Manual / ConfigFile.readme next >
Encoding:
Text File  |  1997-10-02  |  2.6 KB  |  118 lines

  1. Short:    lib to easy handle of cfg files V1.2
  2. Type:     util/libs
  3. Author:   MKS@Allgaeu.org (Marcel Karas)
  4. Uploader: MKS@Allgaeu.org (Marcel Karas)
  5. Version:  1.2
  6. Requires: Kick 2.0+
  7. Replaces: util/libs/ConfigFile.lha
  8.  
  9. TITLE
  10.  
  11.    ConfigFile.library     2.19
  12.    RexxConfigFile.library NEW!
  13.  
  14. VERSION
  15.  
  16.    Release 1.2
  17.  
  18. REQUIREMENTS
  19.  
  20.    Kickstart 2.0 or higher
  21.  
  22. DESCRIPTION
  23.  
  24.    The  ConfigFile.library,  a  system  to  make  accessing  config  files
  25.    particularly  easy.  The  format of the files are like the from Windows
  26.    only with some extensions. The user can easy change the contents  of  a
  27.    file with a text editor. The programm that needs the files can easy use
  28.    the ConfigFile.library to handle.
  29.  
  30.    A example of a config file:
  31.  
  32.    CFFT
  33.  
  34.    [House]
  35.  
  36.    Size=1245
  37.    Name="The White House"
  38.    Position=123,678,$DFe34,%10111
  39.    Cellar=YES
  40.  
  41.    [HouseII]
  42.  
  43. CHANGES
  44.  
  45.    Date: 01.10.1997 Release: 1.2 Version: 2.19
  46.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47.    NEWS: - I have written a special ARexx version of this library.
  48.            The RexxConfigFile.library required this library too.
  49.  
  50.          - The source codes of the two libraries and the extra tools
  51.            are available now. At the Aminet dev/src/ConfigFileSrc.lha.
  52.  
  53.    - Cleaned up code
  54.  
  55.    - Rewrote WriteBuffer routines. Speeded file writing about 35%!
  56.  
  57.    - Rewrote string converting routines.
  58.  
  59.    - Rewrote cf_FindArgNode() and cf_FindGrpNode() functions.
  60.      Speeded node finding about 20%!
  61.  
  62.    - Changed default puddle and WriteBuffer size setting to
  63.      dynamic size calculation. The library divides the largest
  64.      free memory block with 100 (Puddle) and 10 (WriteBuffer).
  65.  
  66.    - Removed special Kick 3.0 version distribution.
  67.  
  68.    - Rewrote the ReadASCII() part of cf_Read().
  69.  
  70.    - Removed MEMF_CLEAR flag. cf_Open#?() creates the MemPool without
  71.      this flag now.
  72.  
  73. FEATURES
  74.  
  75.    - Small Library
  76.  
  77.    - Needs not many memory
  78.  
  79.    - Very fast on a 68000 processor
  80.  
  81.    - Easy API for programmer
  82.  
  83.    - Special ARexx version
  84.  
  85. AUTHOR
  86.  
  87.    Email:
  88.    
  89.    MKS@Allgaeu.org or
  90.    MKS@AG-Trek.Allgaeu.org
  91.  
  92.    FidoNet:
  93.  
  94.    Marcel Karas 2:2487/2982.39
  95.  
  96.    Snail-Mail:
  97.  
  98.    Marcel Karas
  99.    Str. d. Chemiearbeiter 47
  100.    06766 Wolfen Nord
  101.    Germany 
  102.  
  103. SUPPORT BBS
  104.  
  105.    AG-Trek ( SYSOP: Andreas Kerber )
  106.  
  107.    +49(0)8386 -   7862  USR Sportster V34/VFast    28.8k
  108.    +49(0)8386 - 961150  USR Sportster VI V34+      33.6k 
  109.    +49(0)8386 - 961151  Elsa Microlink ISDN/TL-V34 28.8.k/64.0k
  110.    +49(0)8386 - 961152  Elsa Microlink ISDN/pro    64.0k  
  111.  
  112. DISTRIBUTABILITY 
  113.  
  114.    The archive and its contents are freely distributable.   
  115.    See documentation for details.    
  116.   
  117.    The package is (c) 1996-1997 Marcel Karas
  118.