home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 382.lha / SoftSpan / data / bases < prev    next >
Text File  |  1990-06-05  |  3KB  |  157 lines

  1. # This file contains information about all the message bases
  2. # There are 32 bits for access to the message bases numbered 1-32
  3. # Two types of access - ACCESS indicates read and post access
  4. #                     - READONLY access is for, guess what, reading only
  5. # if ACCESS is zero, everyone gets full access to the base 
  6. # if READONLY is zero, everyone gets at least read access to the base
  7. # ACCESS and READONLY are access bits (1-32) assigned to that base
  8.  
  9. # NOTE: The Email and feedback descriptors are at the end of the file
  10. #             be sure you take a look at them
  11.  
  12. # Each message base gets an entry as follows
  13.  
  14. # BASE defines a message base called "Amiga"
  15. BASE Amiga
  16. # DESC is a short description of the base
  17. DESC General Amiga Discussion
  18. ACCESS 1                        ; This is the read/write access bit assigned
  19. #                               ;          to this base
  20. READONLY 30                     ; This is the read only access bit assigned
  21. #                               ;          to this base
  22. # This is the path where the message base file will be located
  23. PATH soft_span:bases/
  24. MAXLINES 60                     ; This is the maximum length (in lines) of
  25. #                               ;        any message on this base
  26. HIGHMSG 100                     ; This is the maximum number of messages
  27. #                               ;         this base will hold
  28.  
  29. # All the other sample bases follow the same format
  30. BASE PC
  31. DESC IBM PC & Compatibles
  32. ACCESS 2
  33. READONLY 30
  34. PATH soft_span:bases/
  35. MAXLINES 60
  36. HIGHMSG 100
  37.  
  38. BASE COMPUTE
  39. DESC General Computer Discussion
  40. ACCESS 3
  41. READONLY 30
  42. PATH soft_span:bases/
  43. MAXLINES 60
  44. HIGHMSG 100
  45.  
  46. BASE Public
  47. DESC Public Notices, etc.
  48. ACCESS 4
  49. READONLY 30
  50. PATH soft_span:bases/
  51. MAXLINES 60
  52. HIGHMSG 100
  53.  
  54. BASE Ads
  55. DESC Classified Ads
  56. ACCESS 5
  57. READONLY 30
  58. PATH soft_span:bases/
  59. MAXLINES 40
  60. HIGHMSG 100
  61.  
  62. BASE BBS
  63. DESC BBS Ads
  64. ACCESS 6
  65. READONLY 30
  66. PATH soft_span:bases/
  67. MAXLINES 40
  68. HIGHMSG 100
  69.  
  70. BASE REM
  71. DESC Comments and Suggestions
  72. ACCESS 7
  73. READONLY 30
  74. PATH soft_span:bases/
  75. MAXLINES 60
  76. HIGHMSG 100
  77.  
  78. BASE PROG
  79. DESC Amiga Programming
  80. ACCESS 8
  81. READONLY 30
  82. PATH soft_span:bases/
  83. MAXLINES 80
  84. HIGHMSG 100
  85.  
  86. BASE CLANG
  87. DESC C Programming
  88. ACCESS 9
  89. READONLY 30
  90. PATH soft_span:bases/
  91. MAXLINES 60
  92. HIGHMSG 100
  93.  
  94. BASE DEBATE
  95. DESC General Discussion
  96. ACCESS 9
  97. READONLY 30
  98. PATH soft_span:bases/
  99. MAXLINES 60
  100. HIGHMSG 100
  101.  
  102. BASE Sport
  103. DESC Sports Discussion
  104. ACCESS 9
  105. READONLY 30
  106. PATH soft_span:bases/
  107. MAXLINES 60
  108. HIGHMSG 100
  109.  
  110. BASE Story
  111. DESC Story Board
  112. ACCESS 10
  113. READONLY 30
  114. PATH soft_span:bases/
  115. MAXLINES 60
  116. HIGHMSG 100
  117.  
  118. BASE Music
  119. DESC Music Discussion
  120. ACCESS 11
  121. READONLY 30
  122. PATH soft_span:bases/
  123. MAXLINES 60
  124. HIGHMSG 100
  125.  
  126. BASE Movie
  127. DESC Movie Reviews
  128. ACCESS 12
  129. READONLY 30
  130. PATH soft_span:bases/
  131. MAXLINES 60
  132. HIGHMSG 100
  133.  
  134. # The next two definitions are REQUIRED in order to have Email and Feedback
  135. # They are defined as a base. Those who have access, manage Email and
  136. # Feedback by treating it like any other base
  137. # The base tags MUST be EMAIL & FBACK respectively 
  138. # General users will NOT get access to feedback and email as a base
  139.  
  140. # This base name is REQUIRED! Don't change it!7
  141. BASE Email
  142. DESC Mail Management
  143. ACCESS 32                      ; Access bit 32- only for the sysop
  144. READONLY 32
  145. PATH soft_span:bases/
  146. MAXLINES 40
  147. HIGHMSG 100
  148.  
  149. # This name is also required!
  150. BASE FBack
  151. DESC Feedback
  152. ACCESS 31                      ; Access bit 31- only for the sysop
  153. READONLY 31
  154. PATH soft_span:bases/
  155. MAXLINES 60
  156. HIGHMSG 100
  157.