home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / NETNEWS.ZIP / NETNEWS.DOC < prev    next >
Text File  |  1992-10-27  |  6KB  |  166 lines

  1.  
  2.                                     NetNews
  3.                        Copyright 1992 by Stanley Sheff
  4.  
  5.  
  6. Creates a Bulletin or News file to indicate the last message transfers 
  7. for PostLink(tm) or PCRelay (tm). It will not work unless you have 
  8. properly installed the Door Manager. 
  9.  
  10. **> Before you attempt to install this door, be sure
  11. **> you have a current copy of BRAINEX.DAT, this file contains
  12. **> setup information for this door.
  13.  
  14. Netnews can create both ANSI COLOR and ASCII news files.  
  15.  
  16. GAP BBS ONLY
  17. ------------
  18. NetNews can send a message into GAP's message system to any 
  19. forum or user you like. Usually the message is sent to the SYSOP 
  20. in forum 0 (main board). The message can be made PUBLIC or PRIVATE.
  21.  
  22.  
  23. NON-GAP BBS
  24. -----------
  25. Be sure to set FORUM NUMBER to NONE when setting up the door.
  26.  
  27.  
  28. The only requirement for PostLink is to indicate a log file 
  29. in your POSTLINK.CFG file.   Use the command:
  30.  
  31. LOG=C:\POSTLINK\POSTLINK.LOG
  32.  
  33.  
  34. Netnews Files:
  35. ==============
  36. NETNEWS.EXE -----------------------> NetNews program
  37. NETNEWS.DOC -----------------------> NetNews info file
  38. REGISTER.DOC ----------------------> Registration Info
  39. FILE_ID.DIZ -----------------------> File Description
  40. SETUP.BAT   -----------------------> NetNews setup batch file
  41. SCREEN.A    -----------------------> Sample Custom ANSI News Screen
  42. SCREEN.B    -----------------------> Sample Custom ANSI News Screen
  43. SCREEN.C    -----------------------> Sample Custom ANSI News Screen
  44. SCREEN.D    -----------------------> Sample Custom ANSI News Screen
  45. SCREEN.E    -----------------------> Sample Custom ANSI News Screen
  46. SCREEN.F    -----------------------> Sample Custom ANSI News Screen
  47. SCREEN.G    -----------------------> Sample Custom ANSI News Screen
  48.  
  49. To install NetNews, just unzip NETNEWS.ZIP into a temporary directory,
  50. then type SETUP. A NETNEWS directory wil be created in your BRAINEX
  51. directory. NETNEWS.EXE will be copied to BRAINEX, and NETNEWS.DOC
  52. and the sample news screens will be copied to BRAINEX\NETNEWS. 
  53.  
  54. Next, BRAINSET will run the door setup feature.
  55. Answer the questions as required.
  56.  
  57.  
  58. NEWS FILE
  59. =========
  60. If you choose the INTERNAL news screen, Netnews will create two
  61. news files using the bulletin name you provide. It will automatically 
  62. add the "G" to the news file name, so just enter the name, like: NEWS5
  63.  
  64. Netnews will create:
  65.  
  66. ASCII:
  67. C:\GAP\GEN\NEWS5
  68.  
  69. ANSI COLOR:
  70. C:\GAP\GEN\NEWS5G
  71.  
  72.  
  73. CUSTOM SCREENS
  74. ==============
  75. NetNews can use two types of custom screens. DAILY and RANDOM.
  76. If you select one of these options, the internal news screen will
  77. not be used. The news bulletin created will not have a G added to
  78. the filename. Each custom screen can have the letter A through Z
  79. as an extender. When you set up the door, you can indicate which screens
  80. to use.
  81.  
  82. Example:
  83.  
  84. DAILY
  85. -----
  86. A,B,C,D,E,F,G
  87.  
  88. A bulletin based on SCREEN.A will be created on Sunday, a bulletin based 
  89. on SCREEN.B will be created on Monday, etc.  You can put the screen  
  90. file letters in any order: G,A,B,F,E,C,D
  91.  
  92. RANDOM
  93. ------
  94. You can have up to 26 custom screens. Netnews will pick one at random
  95. and create a news bulletin.  
  96.  
  97.  
  98. Netnews uses the GAP ANSI command @CLS to clear the screen. You may
  99. edit this out of the custom screens if you wish. The internal screen
  100. generator will always use this, so use the custom screen option
  101. for a NON-GAP BBS.
  102.  
  103. ANSI COMMANDS
  104. =============
  105. The following codes will be displayed as values in the ANSI file:
  106.  
  107. @EXPORT               number of messages exported
  108. @IMPORT               number of messages imported
  109. @POSTLINK-TIME-DATE   Time and Date of last postlink/pcrelay mail run
  110.  
  111. Please feel free to use TheDraw or any other ANSI editor to
  112. modify the included sample screen files for your BBS!
  113.  
  114.  
  115. RUNNING NETNEWS
  116. ===============
  117. If you use the GAP message writing option, you should run NetNews from the 
  118. directory that contains the GAPUTI.CNF file, or you will get an error 
  119. from the UTI driver. This can be the POSTLINK or PCRELAY directory or 
  120. the BRAINEX directory. It just depends on how you have created your 
  121. event batch file...
  122.  
  123.  
  124. SAMPLE EVENT.BAT using Brainex's COMBRAIN
  125. =========================================
  126. @ECHO OFF
  127. CD \POSTLINK
  128. POSTLINK CALLER.CFG
  129. CD \COMBRAIN
  130. COMBRAIN POSTLINK.CNF
  131. CD \POSTLINK
  132. POSTLINK CALLER.CFG /CONTINUE
  133. CD \BRAINEX
  134. NETNEWS
  135.  
  136. If you are using POSTTERM, consider switching to COMBRAIN,
  137. it's better!
  138.  
  139.  
  140.                            -*-              -*-
  141.  
  142.    NetNews is not crippled in any way. However, the unregistered version 
  143.    will leave a registration notice when sending a message to GAP. This
  144.    notice will not be sent upon registration. This door is released 
  145.    "As Is" and there is *NO* warranty or guarantee that it will work for 
  146.    you and not cause any problems. You have chosen to use this door, YOU 
  147.    are responsible for any unfortunate problems that may develop from 
  148.    its use or misuse. I will gladly listen to any suggestions or problems 
  149.    you may have, and I will do my best to fix whatever needs to be fixed. 
  150.    I can not be held responsible for any problems you may have, whether 
  151.    directly or indirectly due to the use of the door or its utilities or 
  152.    associated files. Please be sure the program works for you before you 
  153.    register!
  154.    
  155.    Please read REGISTER.DOC for information on how you can register
  156.    your copy of NetNews.
  157.  
  158.    For complete support, contact Stanley Sheff on The Brainex System.
  159.    Your questions will be quickly and cheerfully answered!
  160.  
  161.    Stanley Sheff
  162.    The Brainex System
  163.    310-275-2344 HST
  164.    310-273-5234 v.32bis/v.42bis
  165.  
  166.