home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / aliasutl.lha / AliasIndexer.doc < prev    next >
Text File  |  1993-07-08  |  3KB  |  84 lines

  1.  
  2.        ****                         ******
  3.       *    *                          **
  4.      *      *  *    ***  **  ***      **   *   * ***  *** *   * *** **
  5.      ********  *     *  *  * *        **   **  * *  * *    * *  *   * *
  6.      *      *  *     *  **** ***      **   * * * *  * **    *   **  **
  7.      *      *  *     *  *  *   *      **   *  ** *  * *    * *  *   * *
  8.      *      *  **** *** *  * ***    ****** *   * ***  *** *   * *** *  *
  9.  
  10.                                Version 1.1
  11.                                by: Jay Ruyle
  12.  
  13.  
  14. Introduction:
  15.    I made this utility for myself to help me cross refernce Alias Users Names
  16.    to thier corresposing Real User Names in my programs.  Well this presents
  17.    a problem when all you have is the users Alias Name.  Thus now with
  18.    this utility, and index file sorted alphabetically by Alias can be made.
  19.  
  20. Purpose:
  21.    Provide a way to easily obtain a Real Name from an Alias Name.
  22.  
  23. Requirements:
  24.    libs:dlg.library
  25.    user: assigned
  26.    DLGConfig: assigned
  27.    DLGConfig:misc/Users.bbs - made by BBS automatically and also by
  28.                               DLG:FixUsers utility.
  29.  
  30. Tested:
  31.    On a 2.1 OS - 68000 CPU Processor.  It should work on any other 
  32.    Amiga computer with DLG/OS.
  33.  
  34. Usage:
  35.    AliasIndexer [-r | %UNAME]
  36.  
  37.    -r    : make a new DLGConfig:Misc/Alias.Idx file from scratch
  38.    %UNAME: Underscored name of New User.
  39.  
  40.    Good to place in ValidatedUser.Batch file to add the user right when 
  41.    he/she is validated.
  42.  
  43. PROGRAMERS:
  44.    The file is sorted alphabetically by ALIAS NAME with the following
  45.    structure:
  46.  
  47.    struct Alias_Real
  48.    {
  49.        char Alias [36];
  50.        char Real  [36];
  51.    };
  52.  
  53. Disclaimer:
  54.    I accept no resposibility at all on any damage that this program cuases
  55.    directly or indirectly!  If you find a problem, cease using this program
  56.    and inform me of the problem at the below address.  I will fix the problem
  57.    and send out a new version ASAP.
  58.  
  59. History:
  60.    0.80  - Known as MakeAIndex which was released with FDEdit 0.90
  61.    0.992 - Effeciecny greatly improved and still sorted by the user's
  62.             real name.
  63.    0.995 - Added ability to Add one user at a time.  No longer needs to
  64.             rebuild the index all the time.  Also no longer distrubited
  65.             with FDEdit becuase FDEdit is now independent.
  66.    1.00  - Now called AliasIndexer. Final release.  Also now sorted by 
  67.             User's Alias Now and most bugs removed.
  68.           ***  Now using Commodore Amiga's revision numbers as shown ***
  69.           ***  in the User Interface Style Guide                     ***
  70.    1.1   - Made smaller, removed a bug that cuased small memory systems
  71.             to freeze up.
  72.  
  73. Address:
  74.    Please Send all suggestions, problems, errors, etc... about this 
  75.    utility to:
  76.  
  77.    Jay Ruyle
  78.    2728 Jetton Ave.
  79.    Tampa, FL  33629
  80.       or
  81.    Fido :  1:377/31.0
  82.    Amiga: 40:707/10.0 (try to use the Fido Address Im having problems
  83.                        with NetMail to my AmigaNet address)
  84.