Google
 

Trailing-Edge - PDP-10 Archives - mit_emacs_170_teco_1220 - emacs/bbsite.emacs-su-lots
There are no other files named bbsite.emacs-su-lots in the archive.
!~Filename~:! ! Library of site-specific additions to the BBOARD Library. !
BBSITE

!*
	B B S I T E   L I B R A R Y

	Author:		Leonard N. Zubkoff
	Revision:	11/30/82 09:46:51


The variable BBoard Names List should contain a list of all the BBoards that
the BBoard Library is to know about as a list of lines of the form:
<BBoardName>=<BBoardFileSpecification>.  See the CMU-CS-C specification below
for a sample format for Tops-20 sites.  For Tenex sites, these strings should
have DSK: in place of PS:.  If the variable BBoard Regular Naming Convention is
nonzero, it should be a wild card file specification string (with exactly one
*) that will match a set of BBoard files.  BBoard will then automatically
install the names of BBoards of the form specified in that string without
specifying them explicitly in BBoard Names List.  For sites without a regular
file naming convention for BBoards similar to the above, one must explicitly
include every BBoard in BBoard Names List.
!
!& Setup BBSITE Library:! !S Initializations for the BBSITE Library.
Add any additional site-specific code to this function. !

M(M.M& Declare Load-Time Defaults)
   BBoard Crl List,
      If nonzero, it is the Q-Vector of BBoard Name, BBoard File pairs: 0
   BBoard Q on N at Last Notice,
      * If nonzero, N at Last Notice causes an automatic Q: 0
   BBoard Regular Naming Convention,
      0 or Single Wild Card File Specification to find BBoard files: 0
   BBoard Names List,
      * List of BBoard Specifications <BBoardName>=<BBoardFileSpecification>:
|System=POBOX:<SYSTEM>MAIL.TXT.1
Arms-D=POBOX:<BBOARD>ARMS-D.TXT.1
Consultant=POBOX:<BBOARD>CONSULTANT.TXT.1
Gay=POBOX:<BBOARD>GAY.TXT.1
Gripes=POBOX:<BBOARD>GRIPES.TXT.1
Helper=POBOX:<BBOARD>HELPER.TXT.1
Human-nets=POBOX:<BBOARD>HUMAN-NETS.TXT.1
Macintosh=POBOX:<BBOARD>MACINTOSH.TXT.1
Bboard=POBOX:<BBOARD>MAIL.TXT.1
Micro=POBOX:<BBOARD>MICRO.TXT.1
Motss=POBOX:<BBOARD>MOTSS.TXT.1
Net-micro=POBOX:<BBOARD>NET-MICRO.TXT.1
Net-SF-lovers=POBOX:<BBOARD>NET-SF-LOVERS.TXT.1
Paslib=POBOX:<BBOARD>PASLIB.TXT.1
Poli-sci=POBOX:<BBOARD>POLI-SCI.TXT.1
Programs=POBOX:<BBOARD>PROGRAMS.TXT.1
Prolog=POBOX:<BBOARD>PROLOG.TXT.1
SF-lovers=POBOX:<BBOARD>SF-LOVERS.TXT.1
SMUG=POBOX:<BBOARD>SMUG.TXT.1
Songs=POBOX:<BBOARD>SONGS.TXT.1
Space=POBOX:<BBOARD>SPACE.TXT.1
SU-bboard=POBOX:<BBOARD>SU-BBOARD.TXT.1
Telecom=POBOX:<BBOARD>TELECOM.TXT.1
Terminal-lossage=POBOX:<BBOARD>TERMINAL-LOSSAGE.TXT.1
Waterloo=POBOX:<BBOARD>WATERLOO.TXT.1
|


   				    !* Return. !