home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / EVENTS / INFO100.ZIP / INFO.DOC < prev    next >
Text File  |  1995-07-08  |  5KB  |  106 lines

  1.          ─╥─ ╓──┐ ╥──┐ ╓──┐     ╓─╥─┐ ╥──┐  ╓─┐  ╓─┐ ╓──┐ ╓──┐ ╥──┐
  2.           ║  ║  │ ╟─   ║  │ ─── ║ ║ │ ╟─    ╙─┐  ╙─┐ ╟──┤ ║ ─┐ ╟─
  3.          ─╨─ ╨  ┴ ╨    ╙──┘     ╨ ╨ ┴ ╨──┘ ╙──┘ ╙──┘ ╨  ┴ ╙──┘ ╨──┘
  4.                           
  5.                           Bulletin Program for WWIV                                
  6.                                 Version 1.00
  7.                                 15 July 1993
  8.                      Copyright (C) 1993, Albert E. Vernon IV
  9.  
  10.                               ┌───────────────┐
  11. ──────────────────────────────┤  DESCRIPTION  ├─────────────────────────────────
  12.                               └───────────────┘
  13.  
  14. Info-Message is an external bulletin reading and creation program similar to
  15. WWIV's internal auto_message function.  It can be run as a logon event,
  16. where only the bulletin is displayed, or as a chain, where the user has the
  17. option of reading the current bulletin or writing a new one.  Info-Message
  18. has auto-word-wrapping capabilities and properly handles CR/LF and 
  19. backspacing.  Those with sysop status can lock, unlock, or delete 
  20. Info-Messages.
  21.  
  22.  
  23.                               ┌───────────────┐
  24. ──────────────────────────────┤  INSTALLATION ├────────────────────────────────
  25.                               └───────────────┘
  26.  
  27.  
  28. 1)  Erase any old copies of INFO.EXE.
  29. 2)  Place INFO.EXE in your main bbs directory (where BBS.EXE resides).
  30. 3)  Run INIT.EXE and select option #6.  Under the section marked "logon
  31.       event put the following line:
  32.       INFO /R %1
  33. 3)  Put up your bbs and run CHAINEDIT.  Place the following information
  34.     in for one of the entries:
  35.  
  36. A. Description  : Info-Message v1.00
  37. B. Filename     : INFO /W %1
  38. C. SL           :                                                             
  39. D. AR           :                                                          
  40. E. ANSI         : Optional                                                      
  41. F. DOS Interrupt: Used                !! DOS Interrupt >MUST< be on !!   
  42. G. 300 Baud     : 
  43. H. Shrink       : No                                                            
  44. I. Disable pause: No                                                           
  45. J. Local only   : No
  46.                             
  47.                             
  48.                             ┌────────────────────┐
  49. ────────────────────────────┤ ABOUT THIS PROGRAM ├─────────────────────────────
  50.                             └────────────────────┘
  51.  
  52.  
  53. Info-Message was written as a learning exercise in C.  It was compiled under 
  54. Turbo C++ v3.00.  I hearby release Info-Message as FREEWARE.  Therefore, 
  55. you are free to use, copy, and distribute Info-Message as long as the 
  56. executable file and its included documentation are not altered.  
  57.                             
  58.                             
  59.                             ┌────────────────────┐
  60. ────────────────────────────┤      CREDITS       ├─────────────────────────────
  61.                             └────────────────────┘
  62.  
  63.  
  64. Thank you to Jim Nunn, Nix, Boardbum, and Clown Prince for beta-testing.
  65. Special thanks to Tarl Cabot for providing me with a description of how an
  66. auto-word-wrap algorithm works.  I extend my gratitude to Tolkien and 
  67. Fractal for the use of their respective functions in development of 
  68. Info-Message.
  69.  
  70.                           
  71.                           ┌───────────────────────┐
  72. ──────────────────────────┤ CONTACTING THE AUTHOR ├─────────────────────────────
  73.                           └───────────────────────┘
  74.  
  75. Albert Vernon ("Xanth")
  76. IceNET #1 @9404
  77. Internet aev@cis.ufl.edu
  78. (904) 375-3541, voice
  79. (904) 375-5949, BBS
  80.  
  81.  
  82. The phone numbers and IceNET address should be good until
  83. at least mid-Summer, 1996.  My Internet address should be
  84. valid until at least 1997.
  85.  
  86. If you have difficulty getting a hold of me, drop Jim Nunn (IceNET 1@1)
  87. a line and ask him how to find Xanth.  Alternately, you might send mail
  88. to Internet kingb@freenet.fsu.edu and ask her my address.
  89.  
  90.                             ┌────────────────────┐
  91. ────────────────────────────┤      HISTORY       ├─────────────────────────────
  92.                             └────────────────────┘
  93.  
  94.  
  95. v0.0xß (Summer, 1993) : beta development releases
  96. v1.00  (15 July 1993) : initial public release
  97.  
  98.  
  99.                             ┌────────────────────┐
  100. ────────────────────────────┤     DEDICATION     ├─────────────────────────────
  101.                             └────────────────────┘
  102.  
  103.  
  104. I dedicate Info-Message to Katy King, a true friend.
  105.  
  106.