home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / aliasutl.lha / FDEdit.Doc < prev    next >
Text File  |  1993-06-20  |  4KB  |  110 lines

  1.  
  2.                   FFFFFF  DDDD         EEEEE   DDDD   IIIII  TTTTT
  3.                  FF      DD  DD       EE      DD  DD   II     TT
  4.                 FFFFF   DD  DD  ---  EEEE    DD  DD   II     TT
  5.                FF      DD  DD  ---  EE      DD  DD   II     TT
  6.               FF      DDDDD        EEEEE   DDDDD   IIIII   TT
  7.                              version 0.997
  8.                            Author: Jay Ruyle
  9.  
  10.  
  11. 1) Intro:
  12.     Would you like to have the ability to have a User's Alias listed as
  13. the uploader instead of his Real Name?  If yes, then think of using FDEdit
  14. for your needs.  An easy to install utility that is placed in your 3rd party
  15. directory and called from a simple to add batch file!
  16.  
  17. 2) Installing:
  18.     a) Move FDEdit to DLG: or wherever you place your 3rd Party Utilities
  19.     b) Edit DLGConfig:Batch/Upload1.Batch to call FDEdit. Sample below.
  20.     c) Now anytime a user uploads a file the file will be automatically
  21.         updated.
  22.  
  23. 3) Sample Batch 1:
  24.     DLGConfig:Batch/Upload1.Batch
  25. ---
  26. .key username,filename
  27. DLG:FDEdit
  28. ---
  29.  
  30. 4) History:
  31.     0.8   -  Never Released - But 1st working version that changed the name
  32.              to garbage characters.
  33.     0.81  -  Never Released - Fixed Garbage to actually readable characters
  34.               **** Here down were released to the public.  ***
  35.     0.90  -  Fixed problem of FDEdit cuasing memory grabing.  Was using
  36.              memory and then not releasing it.
  37.     0.99  -  Was using an index'd file which was not neccessary at all,
  38.              its use and now looks up the Alias more effeciently without
  39.              a bulky index file.
  40.     0.992 -  Reduced the Passing variable to FDEdit:
  41.               DLG:FDEdit <filename> <port>
  42.     0.995 -  Reduced the Passing variable once more to:
  43.               DLG:FDEdit <port>
  44.              Made FDEdit a little more Multi-Port compatible through the
  45.               use of Enviroment Variables
  46.     0.996 -  Thanks to dlg.library documentation I have finally made
  47.               FDEdit fully Multi-Port Compatible. No need for enviroment
  48.               variables any more.
  49.              Reduced Passing variables for one last time to:
  50.               DLG:FDEdit
  51.     0.997 -  Reduced size of FDEdit, it was making some unnessary calls
  52.               to system libraries which were slowing down its operation
  53.               by a couple of nano seconds.  Main feature is that the file
  54.               a tad smaller.
  55.     0.998 -  Changed the way the program exits.
  56.  
  57.     0.999*-  Beta Release - In final testing for the configuration file.
  58.  
  59. 5) Future:
  60.    *1) Ability to configure areas to accept Real Names or Alias Names and
  61.         not just all areas!
  62.     2) If you want to Beta Test any of my future products you need to
  63.         contact me at one of the following adresses below.  Also if you
  64.         get this file early enough and resond you could possibly one of
  65.         the few to recieve FDEdit 0.999.
  66.  
  67. 6) Disclaimer:
  68.     I hate writting these, so the super quick version:
  69. I do any way do not accept resposibilty of any damage this utility may
  70. cuase indirectly or directly.  I will correct any problems brought to my
  71. attention and release a fix'd version!
  72.  
  73. 7) Bugs:
  74.     NONE....
  75.     Though 0.999 is not tested fully yet!
  76.  
  77. 8) Extra:
  78.     Any suggestions, money, comments, good complaints should be sent to
  79. the following listings:
  80.    Jay Ruyle                  Fido :  1:377/31.0
  81.    2728 Jetton Ave.       or  Amiga: 40:707/10.0
  82.    Tampa, FL  33629-5327
  83.  
  84. Bad complaints should go to:
  85.    Psyciatrics Ward of Tampa
  86.    ATTN: Possible Addressee to be Committed
  87.    1 Crazy Lane
  88.    Tampa, FL  33609-0000
  89.  
  90. 9) Updating from FDEdit 0.995 and lower:
  91.    If you are updating from a previous version, especially from versions
  92. 0.992 to 0.995 you need to edit you listing of Upload back to normal instead
  93. of a Menu Script, if you need help look below:
  94.  
  95.     1) Letter: U
  96.     2) Built in function: File_Upload
  97.     4) Description: Upload
  98.     5) Type: Built in function
  99.  
  100.    The Others you can fiddle with, and as of that batch file that was
  101. there before, delete it, you wont need it anymore, as far as DLGEdit.
  102.  
  103. 10) Other Soon Products
  104.  
  105.    *1) AliasHack 1.3   - Improved to use the dlg.library 
  106.    *2) AliasLink 1.31  - Improved to use the dlg.library & a fix for
  107.                          the non-disapearing waiting mail
  108.  
  109. * - Formerly programed by Eric Buckner, and passed on to me.
  110.