home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / ATP07OS2.ZIP / ATPRC < prev    next >
Text File  |  1993-09-11  |  8KB  |  183 lines

  1. # ATP configuration file.
  2. # NOTE: a SPACE must reside on either side of the `=' sign!
  3. #
  4. # Most of this needs no explanation. Be sure to set the proper paths
  5. # for you incoming mail and outgoing replies.
  6. # -----------------------------------------------------------------------
  7. # You must put your name here.
  8. #
  9. User = Your Name 
  10. # -----------------------------------------------------------------------
  11. # Define the editor you wish to use for replies:
  12. #
  13. editor = vde
  14. #editor = vile
  15. # -----------------------------------------------------------------------
  16. # Here is where we set the paths to the directories which will hold your
  17. # QWK mail packets and replies. Please enter the correct path information i
  18. # on the lines below:
  19. #
  20. mail  =  C:\spool
  21. reply =  C:\spool
  22. # -----------------------------------------------------------------------
  23. # Normally you don't need to change the next lines, but PLEASE
  24. # get a current version of zip and unzip. 
  25. #
  26. archiver = zip 
  27. unarchiver = unzip 
  28. # -----------------------------------------------------------------------
  29. # Specify your spelling checker. Ispell is recommended for Unix systems
  30. # and OS/2. ShareSpell could be used under MS-DOS. Ispell is available
  31. # from prep.ai.mit.edu:/pub/gnu
  32. #
  33. #speller = ispell
  34. #speller = ss
  35. # -----------------------------------------------------------------------
  36. # The following lines tell ATP about your terminal. Generally, you will
  37. # want to leave ansi on. ATP is optimized for ANSI consoles, so there
  38. # are no guarantees about setting ansi off. Cursor placement is dependant
  39. # on ANSI positioning sequences. ATP will support color too. If you have
  40. # a monochrome terminal you may find that setting color to off gives
  41. # a more readable screen. Experiment and see.
  42. ansi = on
  43. color = on
  44. # -----------------------------------------------------------------------
  45. # Normally, ATP will try to determine your screen width and length
  46. # automatically. However, if there is a problem, ATP will fall back
  47. # on these values. Set "screenlen" to the length of your screen and
  48. # set "screencol" to the width of your screen.
  49. #
  50. screenlen = 25
  51. screencol = 80
  52. # -----------------------------------------------------------------------
  53. # The following option tells ATP about your terminal's character set.
  54. # You have 3 choices: latin1, msdos, or, 7bit. If your terminal
  55. # can display foreign language characters choose either "latin1" or
  56. # "msdos". Otherwise choose 7bit. Linux uses latin1. By choosing msdos
  57. # ATP will not perform any character translation when displaying messages.
  58. # Note that even if your operating system runs on a PC, it may not use
  59. # the DOS character codes (Linux uses "latin1" for example). If your terminal 
  60. # can not display 8 bit characters, please tell ATP by choosing "7bit".
  61. # If this following character in the brackets looks like an "A" with
  62. # 2 dots then choose "latin1":
  63. #                                 [ ─ ] <<< test character.
  64. #
  65. # If it looks like a long dash or horizontal bar then choose "msdos".
  66. # If it looks like a "D" then choose 7bit. This test is not absolutely
  67. # conclusive in that it depends on your editor's ability to display your
  68. # system's character set properly. Some Unix editors will not display
  69. # 8 bit characters even though the system is capable of it. If this
  70. # is the case you may want to try testing this from the Unix command
  71. # line with:
  72. #              echo '\304'
  73. #       
  74. # Here again, some command shells may not display all characters that your
  75. # terminal is capable of displaying. 
  76. #
  77. # charset = latin1 
  78. charset = msdos
  79. # charset = 7bit
  80. # -----------------------------------------------------------------------
  81. # The next option is useful if your terminal or console is compatible with
  82. # vt100 terminal line-graphics. Most QWK mail is generated under MS-DOS.
  83. # Unfortunately, DOS graphics characters aren't portable to most non-DOS
  84. # systems. However if your hardware is vt100 compatible, this option will
  85. # will give you emulation of the DOS graphics set. Linux users will
  86. # probably want this option set to "on". By typing "graphics" at the
  87. # ATP command line you may toggle this variable on and off. When toggled
  88. # to the on state, a graphics rectangle should be displayed on your console
  89. # as a simple test of whether this option is right for you. Use this test
  90. # if you are in doubt. 
  91. graphics = off
  92. # ----------------------------------------------------------------------
  93. # ATP uses the following Unix command string to list QWK packets.
  94. # You may delete this if you want. ATP will then default to a 
  95. # simpler version. When using this version it will put you into `less'
  96. # which is the GNU version of `more'. To return to ATP enter `q'.
  97. # You can also use the keys `u' and `d' to scroll through the QWK list.
  98. # Edit this line anyway you like to cutomize the `qlist' command.
  99. # If you find that this command won't work, make sure you have the
  100. # Unix utilities `cut' and `less' in your path.
  101. #
  102. # Here is one for MS_DOS or OS/2:
  103. qlist = dir *.qw?
  104. #
  105. # Here is one for Unix systems:
  106. #qlist = ls -lt *.qw? | cut -c 34- | less
  107. # ------------------------------------------------------------------------
  108. # ATP uses the following Unix command string to list bulletins. 
  109. # You may delete this if you want. ATP will then default to a 
  110. # simpler version. This works like the above "qlist" command. 
  111. #
  112. # Here is one for MS_DOS or OS/2:
  113. blist = dir blt-*.*
  114. #
  115. # Here is one for Unix systems:
  116. # blist = ls -lt blt* | cut -c 34- | less
  117. # ------------------------------------------------------------------------
  118. # If you want Fido style taglines by default enter `tagstyle = fido' below.
  119. # Of course you can always toggle between tagline styles by typing `fido'
  120. # at ATP's main prompt.
  121. tagstyle = fido 
  122. #tagstyle = normal
  123. # ------------------------------------------------------------------------
  124. # the following is known as your "persistent" tagline.
  125. #
  126. tagline =  Come back, Little Sheba. 
  127. #
  128. # ------------------------------------------------------------------------
  129. # By default, ATP will randomly choose a tagline for your replies from the
  130. # file "taglines.atp" which should reside in the same directory as atprc.
  131. # This option can be turned off at the ATP command line, or you may set it
  132. # so that it defaults to off by defining "autotag = off" below:
  133. #
  134. autotag = on
  135. #
  136. # -----------------------------------------------------------------------
  137. # The next configuration option is *NOT* usually needed. However,
  138. # if you need the ATP work directory to be on some particular path
  139. # or drive specify it here. 
  140. #
  141. # workpath = /tmp
  142. # Here is an example for MS_DOS:
  143. workpath = C:\tmp
  144. #
  145. # -----------------------------------------------------------------------
  146. # Under ATP there is a "clean" command that will put you into maintenance
  147. # mode for your message bases. One of the options is to truncate a 
  148. # message base to the most recent messages. The following option sets the
  149. # default truncation length. This option can be changed during the
  150. # maintenance process if the need should arise.
  151. #
  152. truncate = 50
  153. #
  154. # -----------------------------------------------------------------------
  155. # The BBS known as PCBoard supports long subject lines as of PCB 1.5.
  156. # If you would like to have long subject lines then set the following
  157. # option on. Note that not all QWK readers will be able to read your entire
  158. # subject line because most readers are limited to 25 characters. But
  159. # generally there should be no problem. Note that if you use the RIME
  160. # network that you should not use a long subject line when entering a
  161. # routed message, i.e. a message where the first line must read something
  162. # like ->156<-
  163. #
  164. pcb = on
  165. #
  166. # -----------------------------------------------------------------------
  167. # When replying to a message, ATP generates a reply header which
  168. # mentions the author of the message being responded to. If you wish
  169. # to have no headers then set the following option off.
  170. #
  171. header = on
  172. #
  173. # -----------------------------------------------------------------------
  174. # If you prefer silent operation set bell = off
  175. #
  176. bell = off
  177. # -------------------- end of configuration script ----------------------
  178.  
  179.