home *** CD-ROM | disk | FTP | other *** search
- # This file contains information about all the message bases
- # There are 32 bits for access to the message bases numbered 1-32
- # Two types of access - ACCESS indicates read and post access
- # - READONLY access is for, guess what, reading only
- # if ACCESS is zero, everyone gets full access to the base
- # if READONLY is zero, everyone gets at least read access to the base
- # ACCESS and READONLY are access bits (1-32) assigned to that base
-
- # NOTE: The Email and feedback descriptors are at the end of the file
- # be sure you take a look at them
-
- # Each message base gets an entry as follows
-
- # BASE defines a message base called "Amiga"
- BASE Amiga
- # DESC is a short description of the base
- DESC General Amiga Discussion
- ACCESS 1 ; This is the read/write access bit assigned
- # ; to this base
- READONLY 30 ; This is the read only access bit assigned
- # ; to this base
- # This is the path where the message base file will be located
- PATH soft_span:bases/
- MAXLINES 60 ; This is the maximum length (in lines) of
- # ; any message on this base
- HIGHMSG 100 ; This is the maximum number of messages
- # ; this base will hold
-
- # All the other sample bases follow the same format
- BASE PC
- DESC IBM PC & Compatibles
- ACCESS 2
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-
- BASE COMPUTE
- DESC General Computer Discussion
- ACCESS 3
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-
- BASE Public
- DESC Public Notices, etc.
- ACCESS 4
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-
- BASE Ads
- DESC Classified Ads
- ACCESS 5
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 40
- HIGHMSG 100
-
- BASE BBS
- DESC BBS Ads
- ACCESS 6
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 40
- HIGHMSG 100
-
- BASE REM
- DESC Comments and Suggestions
- ACCESS 7
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-
- BASE PROG
- DESC Amiga Programming
- ACCESS 8
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 80
- HIGHMSG 100
-
- BASE CLANG
- DESC C Programming
- ACCESS 9
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-
- BASE DEBATE
- DESC General Discussion
- ACCESS 9
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-
- BASE Sport
- DESC Sports Discussion
- ACCESS 9
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-
- BASE Story
- DESC Story Board
- ACCESS 10
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-
- BASE Music
- DESC Music Discussion
- ACCESS 11
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-
- BASE Movie
- DESC Movie Reviews
- ACCESS 12
- READONLY 30
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-
- # The next two definitions are REQUIRED in order to have Email and Feedback
- # They are defined as a base. Those who have access, manage Email and
- # Feedback by treating it like any other base
- # The base tags MUST be EMAIL & FBACK respectively
- # General users will NOT get access to feedback and email as a base
-
- # This base name is REQUIRED! Don't change it!7
- BASE Email
- DESC Mail Management
- ACCESS 32 ; Access bit 32- only for the sysop
- READONLY 32
- PATH soft_span:bases/
- MAXLINES 40
- HIGHMSG 100
-
- # This name is also required!
- BASE FBack
- DESC Feedback
- ACCESS 31 ; Access bit 31- only for the sysop
- READONLY 31
- PATH soft_span:bases/
- MAXLINES 60
- HIGHMSG 100
-