home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / aliaslnk.lha / AliasLink.doc < prev    next >
Text File  |  1993-08-26  |  3KB  |  77 lines

  1.                                                             
  2.          ____   __   __                 __     __          __
  3.         / __ \ / /  /_/                / /    /_/         / /__
  4.        / /_/ // /  __   ______ ______ / /    __   ______ / // /
  5.       / __  // /  / /  / __  // ____// /    / /  / __  // _  /
  6.      / / / // /_ / /_ / __  /_\__  // /___ / /_ / / / // /| |
  7.     /_/ /_//___//___//_/ /_//_____//_____//___//_/ /_//_/ |_|
  8.                     By: Jay Ruyle   Version: 1.4ß
  9.  
  10.  
  11. Introduction:
  12. ------------
  13.    Well as you all know DLG does not update WaitingMail.Dat for users
  14. to reply to messages that use Alias Names.  AliasLink does just that.
  15.  
  16. Requirements:
  17. ------------
  18.    o DLG/OS 0.995+
  19.    o libs:dlg.library
  20.    o The following assigns and directories:
  21.         DLGConfig:Misc/
  22.         MAIL:
  23.  
  24. Installation for the first time:
  25. -------------------------------
  26.    1 ) Put AliasLink into DLG:
  27.    2a) Put "DLG:AliasLink" it into DLGConfig:Batch:Logout.DLGBatch
  28.    2b) Or set it up as an event once a night.
  29.  
  30. --------------------------------------
  31. *Updating an from a previous version:*
  32. --------------------------------------
  33.    OS2.04+
  34.    -------
  35.      1)Delete Mail:#?/ALink.Ptr
  36.    OS1.2-OS1.33
  37.    ------------
  38.      1)Manually go through all and delete all ALink.Ptr files from your 
  39.        MAIL:### directories, AliasLink would only make these pointers in
  40.        specified directories in the file DLGConfig:Misc/AliasLink.cfg!
  41.    BOTH
  42.    ----
  43.      2)Warn users that old messages will be re-tagged. In case it did work 
  44.        before for some users.
  45.      3)Make sure you have run AliasIndexer before!!!
  46.  
  47. Versions:
  48. --------
  49.    1.00-1.15ß - Eric Bueckner's versions before I took over (1992)
  50.               o CodeSize = 14432
  51.    1.2        - Updated and fixed the bug with the last message in an
  52.                 area being tagged twice.  And now follow Commodore's
  53.                 way of handling versions [1.0..1.1..1.11..1.99...1.100]
  54.    1.3        - Added dlg.library routines in.
  55.    1.32       - One of the routines was being called incorrectly,
  56.                 and cuasing the Alink.Ptr to get bigger and bigger.
  57.                 NOTE: I left the Commodore version method.
  58.    1.4ß       - Beta Version - Alot of people have had problems(crashes)
  59.                 with AliasLink, I was unable to find the problem, so I
  60.                 revamped all of AliasLink!  I mean none of the code from
  61.                 previous versions even are this GOOD and this SMALL!
  62.               o Alias.PTR are now handled as binary files!! Please delete 
  63.                 all the ASCII VERSIONS!  OR YOU WILL GET A CRASH (will be
  64.                 fixed in final release)
  65.               o '-v' option removed, might be added later, if you want
  66.                 more verbose output, bother me!
  67.               o Buffers in the complete config file into memory instead
  68.                 reading it from a file buffer.
  69.               o CodeSize = 5836 
  70.    1.5        - Bug fix version
  71.               o 2 library functions were being called before the actual
  72.                 library was opened.  Would cause a system crash if
  73.                 AliasLink was called with any options (ei. AliasLink -i)
  74.    2.0        - Final Version
  75.               o Updated text information in AliasLink
  76.               o CodeSize = 5760
  77.