home *** CD-ROM | disk | FTP | other *** search
- From: shaw@stortek.stortek.com (Greg Shaw)
- Newsgroups: comp.sources.misc
- Subject: v44i008: rocat - Roman Catacombs BBS System v.0.75, Part08/09
- Date: 1 Aug 1994 12:09:21 -0500
- Organization: Sterling Software
- Sender: kent@sparky.sterling.com
- Approved: kent@sparky.sterling.com
- Message-ID: <31ja81$b1v@sparky.sterling.com>
- X-Md4-Signature: 1bbdfe42d8ef4d629482fef37a842a32
-
- Submitted-by: shaw@stortek.stortek.com (Greg Shaw)
- Posting-number: Volume 44, Issue 8
- Archive-name: rocat/part08
- Environment: Linux, GNU C++/libg++
-
- #! /bin/sh
- # This is a shell archive. Remove anything before this line, then feed it
- # into a shell via "sh file" or similar. To overwrite existing files,
- # type "sh file -c".
- # Contents: rocat-0.75/BUGS rocat-0.75/admin/.profile
- # rocat-0.75/config/protocols rocat-0.75/doc/rocat.man
- # rocat-0.75/examples/menus/cars rocat-0.75/examples/menus/dosapps
- # rocat-0.75/examples/menus/doscomm
- # rocat-0.75/examples/menus/doscomp
- # rocat-0.75/examples/menus/dosdrivrs
- # rocat-0.75/examples/menus/dosgames
- # rocat-0.75/examples/menus/dossounds
- # rocat-0.75/examples/menus/dostop
- # rocat-0.75/examples/menus/dosutils
- # rocat-0.75/examples/menus/famous rocat-0.75/examples/menus/fracts
- # rocat-0.75/examples/menus/gaymale rocat-0.75/examples/menus/giftop
- # rocat-0.75/examples/menus/helpbbs
- # rocat-0.75/examples/menus/helpeditors
- # rocat-0.75/examples/menus/helpemail
- # rocat-0.75/examples/menus/helpfiles
- # rocat-0.75/examples/menus/helplinux
- # rocat-0.75/examples/menus/jpegtop
- # rocat-0.75/examples/menus/lezbian
- # rocat-0.75/examples/menus/linuxtop
- # rocat-0.75/examples/menus/macapps rocat-0.75/examples/menus/macbbs
- # rocat-0.75/examples/menus/maccomm
- # rocat-0.75/examples/menus/maccomp
- # rocat-0.75/examples/menus/macgames
- # rocat-0.75/examples/menus/macinits
- # rocat-0.75/examples/menus/macsounds
- # rocat-0.75/examples/menus/macutils rocat-0.75/examples/menus/mail
- # rocat-0.75/examples/menus/newsngames
- # rocat-0.75/examples/menus/other rocat-0.75/examples/menus/planes
- # rocat-0.75/examples/menus/space rocat-0.75/examples/menus/sysop
- # rocat-0.75/examples/menus/usenet rocat-0.75/examples/menus/winapps
- # rocat-0.75/examples/menus/wincomm
- # rocat-0.75/examples/menus/wincomp
- # rocat-0.75/examples/menus/windrivrs
- # rocat-0.75/examples/menus/wingames
- # rocat-0.75/examples/menus/winsounds
- # rocat-0.75/examples/menus/winutils
- # rocat-0.75/rocat.readme.unpacking rocat-0.75/scripts/mkuserdirs
- # rocat-0.75/src/README rocat-0.75/text/bbsinfo
- # rocat-0.75/text/bbswelcome rocat-0.75/text/helpfeedback
- # rocat-0.75/text/helpgames rocat-0.75/text/helpmovement
- # rocat-0.75/text/helpupload rocat-0.75/text/mostpopular
- # rocat-0.75/text/system1.msg
- # Wrapped by kent@sparky on Mon Jul 11 22:22:54 1994
- PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin:$PATH ; export PATH
- echo If this archive is complete, you will see the following message:
- echo ' "shar: End of archive 8 (of 9)."'
- if test -f 'rocat-0.75/BUGS' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/BUGS'\"
- else
- echo shar: Extracting \"'rocat-0.75/BUGS'\" \(574 characters\)
- sed "s/^X//" >'rocat-0.75/BUGS' <<'END_OF_FILE'
- XThis is a list of the current bugs found in either the rocat BBS System or
- Xthe documentation:
- X
- X1. The BBS asks for 'ansi' emulation (recommends it, in fact). Slackware
- Xdoesn't ship with the /etc/termcap entry for 'ansi'.
- X
- X To fix:
- X Make an alias in the 'console' entry in the /etc/termcap
- X file.
- X
- X As root, edit the /etc/termcap file.
- X search for console
- X /console
- X After the word console, put a pipe (|), and type 'ansi'.
- X The resulting entry should look something like:
- X
- X console|ansi|con80x25|dumb:\
- X
- X This will allow persons using 'ansi' emulation to work.
- END_OF_FILE
- if test 574 -ne `wc -c <'rocat-0.75/BUGS'`; then
- echo shar: \"'rocat-0.75/BUGS'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/BUGS'
- fi
- if test -f 'rocat-0.75/admin/.profile' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/admin/.profile'\"
- else
- echo shar: Extracting \"'rocat-0.75/admin/.profile'\" \(906 characters\)
- sed "s/^X//" >'rocat-0.75/admin/.profile' <<'END_OF_FILE'
- X# executable search path
- XPATH=$HOME/bin:/usr/ucb:/usr/local/bin:/bin:/usr/bin:/etc:/usr/lib/uucp:/usr/bin/X11:/usr/games:/usr/lib:/sbin:/usr/sbin:
- X
- X# bbs stuff
- XBBSDIR=/bbsdev
- XSYSOP=shaw
- X
- X# generic stuff (for X and such)
- XTERMINFO=/usr/lib/terminfo
- XOPENWINHOME=/usr/openwin
- XLD_LIBRARY_PATH=/usr/openwin/lib
- X
- X
- X# setup manual paths
- XMANPATH=/usr/man:/usr/local/man:/usr/openwin/man:/usr/X386/man
- X
- X# default prompt
- Xprompt="`hostname`-bbs % "
- X
- X# mail directory and check time
- Xmail=/usr/spool/mail/$LOGNAME
- X
- X# default permissions mask
- Xumask=066
- X
- X#timezone
- XTZ=MST7MDT
- X
- X# default editor
- XVISUAL=vi
- X
- X# default time slice
- XHZ=100
- X
- X# now export it to the shell
- Xexport PATH BBSDIR SYSOP TERMINFO OPENWINHOME LD_LIBRARY_PATH MANPATH TZ HZ
- X
- X# setup default terminal settings
- X stty erase "^H" kill "^U" intr "^C" eof "^D"
- X stty hupcl ixon ixoff
- X
- X# now give me my 'quote of the login'
- X echo Quote of the Login
- X fortune
- X
- END_OF_FILE
- if test 906 -ne `wc -c <'rocat-0.75/admin/.profile'`; then
- echo shar: \"'rocat-0.75/admin/.profile'\" unpacked with wrong size!
- fi
- chmod +x 'rocat-0.75/admin/.profile'
- # end of 'rocat-0.75/admin/.profile'
- fi
- if test -f 'rocat-0.75/config/protocols' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/config/protocols'\"
- else
- echo shar: Extracting \"'rocat-0.75/config/protocols'\" \(685 characters\)
- sed "s/^X//" >'rocat-0.75/config/protocols' <<'END_OF_FILE'
- X# this file describes the external protocols to be used by the bbs and
- X# the command to be used to invoke it.
- X# the format is:
- X# UPLOAD|command|needs filename (y or n)|key to select|text description for user
- X# DOWNLOAD|command|key to select|text description for user
- X# Note that if a command needs a filename, multiple file uploads are not
- X# allowed. (this is the case with the below protocols. If something
- X# different is found, then it can be changed)
- X
- XU|rz|n|1|1. Zmodem
- XU|rb|n|2|2. Ymodem
- XU|rx|y|3|3. Xmodem
- XU|kermit -r|y|4|4. Kermit
- X
- XD|sz|1|1. Zmodem
- XD|sb|2|2. Ymodem
- XD|sb -k|3|3. Ymodem-1K
- XD|sb|4|4. Ymodem-G
- XD|sx|5|5. Xmodem
- XD|sx -k|6|6. Xmodem-1K
- XD|kermit -s|7|7. Kermit
- X
- X
- END_OF_FILE
- if test 685 -ne `wc -c <'rocat-0.75/config/protocols'`; then
- echo shar: \"'rocat-0.75/config/protocols'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/config/protocols'
- fi
- if test -f 'rocat-0.75/doc/rocat.man' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/doc/rocat.man'\"
- else
- echo shar: Extracting \"'rocat-0.75/doc/rocat.man'\" \(1272 characters\)
- sed "s/^X//" >'rocat-0.75/doc/rocat.man' <<'END_OF_FILE'
- X.TH rocat 1 "06 Jun 94" "shaw" "rocat manual"
- X.IX rocat
- X.SH NAME
- Xrocat - BBS System for Linux/Unix
- X.SH SYNOPSIS
- X.B rocat
- X.SH DESCRIPTION
- XThe Roman Catacombs BBS System (rocat) for Linux/Unix (POSIX).
- X
- X.I rocat
- Xis a BBS system written for Linux (POSIX). It uses Unix-style utilities
- Xfor all major functions, when appropriate.
- X.I rocat
- Xsupports the following features:
- X.PP
- XError logging of all functions
- X.PP
- XMulti-machine capabilities
- X.PP
- XInternet sockets
- X.PP
- XSysOp 'monitoring' of users
- X.PP
- XCentralized error logging
- X.PP
- XEasy and quick to setup and use
- X
- X
- X.SH CONFIGURATION
- X.I rocat
- Xrequires no configuration other than the $BBSDIR environment
- Xvariable. However, configuration of the BBS configuration file
- X.I $BBSDIR/config/bbsinfo
- Xis necessary to point the BBS to the correct error logging machine.
- X
- X.I rocat
- Xis designed to be as flexible as possible with respect to large and small
- Xinstallations. It is meant to be scalable to multiple architectures
- Xrunning concurrently.
- X
- X.SH BUGS
- X.I rocat
- Xis inefficient (e.g. slow) when the monitor process is running. It should
- Xshow very little degradation when the SysOp is watching.
- X
- X.SH "SEE ALSO"
- Xrocat(1), rocat documentation
- X.SH AUTHOR
- X.I rocat
- Xis Copyright (C) 1994 by Gregory Shaw, <shaw@manwe.fmsoft.com>.
- END_OF_FILE
- if test 1272 -ne `wc -c <'rocat-0.75/doc/rocat.man'`; then
- echo shar: \"'rocat-0.75/doc/rocat.man'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/doc/rocat.man'
- fi
- if test -f 'rocat-0.75/examples/menus/cars' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/cars'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/cars'\" \(1170 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/cars' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Car Pictures
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| L>ist Files
- X0||||||| S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X25|n|199|>|||planes|
- X26|n|200|<|||planes|
- X27|l|199|>|||planes|
- X28|l|200|<|||planes|
- X29|s|199|>|||planes|
- X30|s|200|<|||planes|
- X31|i|||||planes|
- X32|d|199|>|||planes|
- X33|u|199|>|||planes|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1170 -ne `wc -c <'rocat-0.75/examples/menus/cars'`; then
- echo shar: \"'rocat-0.75/examples/menus/cars'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/cars'
- fi
- if test -f 'rocat-0.75/examples/menus/dosapps' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dosapps'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/dosapps'\" \(1175 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/dosapps' <<'END_OF_FILE'
- X0||||||| Roman Catacombs MS-DOS Applications
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Dos and Don'ts--- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||dostop|
- X25|n|199|>|||dosapps|
- X26|n|200|<|||dosapps|
- X27|l|199|>|||dosapps|
- X28|l|200|<|||dosapps|
- X29|s|199|>|||dosapps|
- X30|s|200|<|||dosapps|
- X31|i|||||dosapps|
- X32|d|199|>|||dosapps|
- X33|u|199|>|||dosapps|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/dosapps'`; then
- echo shar: \"'rocat-0.75/examples/menus/dosapps'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/dosapps'
- fi
- if test -f 'rocat-0.75/examples/menus/doscomm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/doscomm'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/doscomm'\" \(1175 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/doscomm' <<'END_OF_FILE'
- X0||||||| Roman Catacombs MS-DOS Communcations Programs
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Dos and Don'ts--- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||dostop|
- X25|n|199|>|||doscomm|
- X26|n|200|<|||doscomm|
- X27|l|199|>|||doscomm|
- X28|l|200|<|||doscomm|
- X29|s|199|>|||doscomm|
- X30|s|200|<|||doscomm|
- X31|i|||||doscomm|
- X32|d|199|>|||doscomm|
- X33|u|199|>|||doscomm|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/doscomm'`; then
- echo shar: \"'rocat-0.75/examples/menus/doscomm'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/doscomm'
- fi
- if test -f 'rocat-0.75/examples/menus/doscomp' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/doscomp'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/doscomp'\" \(1175 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/doscomp' <<'END_OF_FILE'
- X0||||||| Roman Catacombs MS-DOS Compression Programs
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Dos and Don'ts --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||dostop|
- X25|n|199|>|||doscomp|
- X26|n|200|<|||doscomp|
- X27|l|199|>|||doscomp|
- X28|l|200|<|||doscomp|
- X29|s|199|>|||doscomp|
- X30|s|200|<|||doscomp|
- X31|i|||||doscomp|
- X32|d|199|>|||doscomp|
- X33|u|199|>|||doscomp|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/doscomp'`; then
- echo shar: \"'rocat-0.75/examples/menus/doscomp'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/doscomp'
- fi
- if test -f 'rocat-0.75/examples/menus/dosdrivrs' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dosdrivrs'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/dosdrivrs'\" \(1193 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/dosdrivrs' <<'END_OF_FILE'
- X0||||||| Roman Catacombs MS-DOS Drivers
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Dos and Don'ts--- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||dostop|
- X25|n|199|>|||dosdrivrs|
- X26|n|200|<|||dosdrivrs|
- X27|l|199|>|||dosdrivrs|
- X28|l|200|<|||dosdrivrs|
- X29|s|199|>|||dosdrivrs|
- X30|s|200|<|||dosdrivrs|
- X31|i|||||dosdrivrs|
- X32|d|199|>|||dosdrivrs|
- X33|u|199|>|||dosdrivrs|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1193 -ne `wc -c <'rocat-0.75/examples/menus/dosdrivrs'`; then
- echo shar: \"'rocat-0.75/examples/menus/dosdrivrs'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/dosdrivrs'
- fi
- if test -f 'rocat-0.75/examples/menus/dosgames' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dosgames'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/dosgames'\" \(1184 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/dosgames' <<'END_OF_FILE'
- X0||||||| Roman Catacombs MS-DOS Games
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Dos and Don'ts--- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||dostop|
- X25|n|199|>|||dosgames|
- X26|n|200|<|||dosgames|
- X27|l|199|>|||dosgames|
- X28|l|200|<|||dosgames|
- X29|s|199|>|||dosgames|
- X30|s|200|<|||dosgames|
- X31|i|||||dosgames|
- X32|d|199|>|||dosgames|
- X33|u|199|>|||dosgames|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1184 -ne `wc -c <'rocat-0.75/examples/menus/dosgames'`; then
- echo shar: \"'rocat-0.75/examples/menus/dosgames'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/dosgames'
- fi
- if test -f 'rocat-0.75/examples/menus/dossounds' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dossounds'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/dossounds'\" \(1194 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/dossounds' <<'END_OF_FILE'
- X0||||||| Roman Catacombs MS-DOS Sounds
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Dos and Don'ts--- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||dostop|
- X25|n|199|>|||dossounds|
- X26|n|200|<|||dossounds|
- X27|l|199|>|||dossounds|
- X28|l|200|<|||dossounds|
- X29|s|199|>|||dossounds|
- X30|s|200|<|||dossounds|
- X31|i|||||dossounds|
- X32|d|199|>|||dossounds|
- X33|u|199|>|||dossounds|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1194 -ne `wc -c <'rocat-0.75/examples/menus/dossounds'`; then
- echo shar: \"'rocat-0.75/examples/menus/dossounds'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/dossounds'
- fi
- if test -f 'rocat-0.75/examples/menus/dostop' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dostop'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/dostop'\" \(1151 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/dostop' <<'END_OF_FILE'
- X0||||||| Roman Catacombs MS-DOS Files Area
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| 1> Applications
- X0||||||| 2> Games
- X0||||||| 3> Compression Programs
- X0||||||| 4> Sounds
- X0||||||| 5> Utilities
- X0||||||| 6> Communications Programs
- X0||||||| 7> Drivers
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X2|1|||||dosapps|
- X2|2|||||dosgames|
- X2|3|||||doscomp|
- X2|4|||||dossounds|
- X2|5|||||dosutils|
- X2|6|||||doscomm|
- X2|7|||||dosdrivrs|
- X21|f|||||elm -s feedback shaw|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1151 -ne `wc -c <'rocat-0.75/examples/menus/dostop'`; then
- echo shar: \"'rocat-0.75/examples/menus/dostop'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/dostop'
- fi
- if test -f 'rocat-0.75/examples/menus/dosutils' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dosutils'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/dosutils'\" \(1184 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/dosutils' <<'END_OF_FILE'
- X0||||||| Roman Catacombs MS-DOS Utilities
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Dos and Don'ts--- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||dostop|
- X25|n|199|>|||dosutils|
- X26|n|200|<|||dosutils|
- X27|l|199|>|||dosutils|
- X28|l|200|<|||dosutils|
- X29|s|199|>|||dosutils|
- X30|s|200|<|||dosutils|
- X31|i|||||dosutils|
- X32|d|199|>|||dosutils|
- X33|u|199|>|||dosutils|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1184 -ne `wc -c <'rocat-0.75/examples/menus/dosutils'`; then
- echo shar: \"'rocat-0.75/examples/menus/dosutils'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/dosutils'
- fi
- if test -f 'rocat-0.75/examples/menus/famous' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/famous'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/famous'\" \(1194 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/famous' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Famous People
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| L>ist Files
- X0||||||| S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|1|=|| D>ownload file(s)
- X0||199|>|1|=|| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X25|n|199|>|1|=|famous|
- X26|n|200|<|||famous|
- X27|l|199|>|1|=|famous|
- X28|l|200|<|||famous|
- X29|s|199|>|1|=|famous|
- X30|s|200|<|||famous|
- X31|i|||||famous|
- X32|d|199|>|1|=|famous|
- X33|u|199|>|1|=|famous|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1194 -ne `wc -c <'rocat-0.75/examples/menus/famous'`; then
- echo shar: \"'rocat-0.75/examples/menus/famous'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/famous'
- fi
- if test -f 'rocat-0.75/examples/menus/fracts' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/fracts'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/fracts'\" \(1170 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/fracts' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Fractal Pictures
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| L>ist Files
- X0||||||| S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X25|n|199|>|||fracts|
- X26|n|200|<|||fracts|
- X27|l|199|>|||fracts|
- X28|l|200|<|||fracts|
- X29|s|199|>|||fracts|
- X30|s|200|<|||fracts|
- X31|i|||||fracts|
- X32|d|199|>|||fracts|
- X33|u|199|>|||fracts|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1170 -ne `wc -c <'rocat-0.75/examples/menus/fracts'`; then
- echo shar: \"'rocat-0.75/examples/menus/fracts'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/fracts'
- fi
- if test -f 'rocat-0.75/examples/menus/gaymale' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/gaymale'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/gaymale'\" \(1203 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/gaymale' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Gay Male Pictures
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| L>ist Files
- X0||||||| S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|1|=|| D>ownload file(s)
- X0||199|>|1|=|| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X25|n|199|>|1|=|gaymale|
- X26|n|200|<|||gaymale|
- X27|l|199|>|1|=|gaymale|
- X28|l|200|<|||gaymale|
- X29|s|199|>|1|=|gaymale|
- X30|s|200|<|||gaymale|
- X31|i|||||gaymale|
- X32|d|199|>|1|=|gaymale|
- X33|u|199|>|1|=|gaymale|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1203 -ne `wc -c <'rocat-0.75/examples/menus/gaymale'`; then
- echo shar: \"'rocat-0.75/examples/menus/gaymale'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/gaymale'
- fi
- if test -f 'rocat-0.75/examples/menus/giftop' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/giftop'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/giftop'\" \(1065 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/giftop' <<'END_OF_FILE'
- X0||||||| Roman Catacombs GIF Area
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| 1> Fractals
- X0||||||| 2> Cars
- X0||||||| 3> Airplanes
- X0||||||| 4> Others
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0||||||| <S>
- X0|||||||
- X0||||||| Art Studio
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X2|1|||||fracts|
- X2|2|||||cars|
- X2|3|||||planes|
- X2|4|||||other|
- X3|s|||||art_studio|
- X21|f|||||elm -s feedback shaw|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1065 -ne `wc -c <'rocat-0.75/examples/menus/giftop'`; then
- echo shar: \"'rocat-0.75/examples/menus/giftop'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/giftop'
- fi
- if test -f 'rocat-0.75/examples/menus/helpbbs' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/helpbbs'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/helpbbs'\" \(1062 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/helpbbs' <<'END_OF_FILE'
- X0||||||| Roman Catacombs BBS Help
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| This is the help system. Select the number for additional help
- X0||||||| ------------------------------
- X0||||||| 1. How to move around TRC
- X0||||||| 2. What is TRC?
- X0||||||| 3. Changing User Information
- X0||||||| 4. How to contact the SysOp
- X0||||||| 5. How to leave feedback
- X0||||||| ------------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X8|c||||||
- X10|1|||||helpmovement|
- X2|2|||||helpTRC|
- X2|3|||||helpuserinfo|
- X2|4|||||helpsysop|
- X2|5|||||helpfeedback|
- X21|f|||||elm -s feedback shaw|
- X21|p|||||elm|
- X10|r|||||reg.instr|
- END_OF_FILE
- if test 1062 -ne `wc -c <'rocat-0.75/examples/menus/helpbbs'`; then
- echo shar: \"'rocat-0.75/examples/menus/helpbbs'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/helpbbs'
- fi
- if test -f 'rocat-0.75/examples/menus/helpeditors' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/helpeditors'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/helpeditors'\" \(971 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/helpeditors' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Editors Help
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| This is the help system. Select the number for additional help
- X0||||||| ------------------------------
- X0||||||| 1. Editors available on TRC
- X0||||||| 2. 'vi' manual
- X0||||||| 3. 'pico' manual
- X0||||||| 4. 'emacs' manual
- X0||||||| ------------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X8|c||||||
- X10|1|||||editors|
- X21|2|||||man vi|
- X21|3|||||man pico|
- X21|4|||||man emacs|
- X21|f|||||elm -s feedback shaw|
- X21|p|||||elm|
- X10|r|||||reg.instr|
- END_OF_FILE
- if test 971 -ne `wc -c <'rocat-0.75/examples/menus/helpeditors'`; then
- echo shar: \"'rocat-0.75/examples/menus/helpeditors'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/helpeditors'
- fi
- if test -f 'rocat-0.75/examples/menus/helpemail' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/helpemail'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/helpemail'\" \(1210 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/helpemail' <<'END_OF_FILE'
- X0||||||| Roman Catacombs News & E-Mail Help
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| This is the help system. Select the number for additional help
- X0||||||| ------------------------------
- X0||||||| 1. What is E-Mail?
- X0||||||| 2. 'elm' manual
- X0||||||| 3. What is News?
- X0||||||| 4. 'tin' manual
- X0||||||| 5. 'rn' manual
- X0||||||| 6. 'trn' manual
- X0||||||| 7. 'nn' manual
- X0||||||| ------------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X8|c||||||
- X10|1|||||helpemail|
- X21|2|||||man elm|
- X10|3|||||helpnews|
- X21|4|||||man tin|
- X21|5|||||man rn|
- X21|6|||||man trn|
- X21|7|||||man nn|
- X21|f|||||elm -s feedback shaw|
- X21|p|||||elm|
- X10|r|||||reg.instr|
- END_OF_FILE
- if test 1210 -ne `wc -c <'rocat-0.75/examples/menus/helpemail'`; then
- echo shar: \"'rocat-0.75/examples/menus/helpemail'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/helpemail'
- fi
- if test -f 'rocat-0.75/examples/menus/helpfiles' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/helpfiles'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/helpfiles'\" \(817 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/helpfiles' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Files Help
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| This is the help system. Select the number for additional help
- X0||||||| ------------------------------
- X0||||||| 1. How to download files
- X0||||||| 2. How to upload files
- X0||||||| ------------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X8|c||||||
- X10|1|||||helpdownload|
- X10|2|||||helpupload|
- X21|f|||||elm -s feedback shaw|
- X21|p|||||elm|
- X10|r|||||reg.instr|
- END_OF_FILE
- if test 817 -ne `wc -c <'rocat-0.75/examples/menus/helpfiles'`; then
- echo shar: \"'rocat-0.75/examples/menus/helpfiles'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/helpfiles'
- fi
- if test -f 'rocat-0.75/examples/menus/helplinux' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/helplinux'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/helplinux'\" \(1197 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/helplinux' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Linux Top
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| This is the help system. Select the number for additional help
- X0||||||| ----------------------------
- X0||||||| 1. What is Linux?
- X0||||||| 2. How do I get Linux?
- X0||||||| 3. What do I need?
- X0||||||| 4. What can I do?
- X0||||||| 5. Can I get source code?
- X0||||||| 6. More information
- X0||||||| 7. Updates to Linux
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X8|c||||||
- X10|1|||||helplinuxwhat|
- X10|2|||||helplinuxhow|
- X10|3|||||helplinuxneed|
- X10|4|||||helplinuxuse|
- X10|5|||||helplinuxsour|
- X10|6|||||helplinuxinfo|
- X10|7|||||helplinuxupda|
- X21|f|||||elm -s feedback shaw|
- END_OF_FILE
- if test 1197 -ne `wc -c <'rocat-0.75/examples/menus/helplinux'`; then
- echo shar: \"'rocat-0.75/examples/menus/helplinux'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/helplinux'
- fi
- if test -f 'rocat-0.75/examples/menus/jpegtop' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/jpegtop'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/jpegtop'\" \(1078 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/jpegtop' <<'END_OF_FILE'
- X0||||||| Roman Catacombs JPEG Area
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| 1> Fractals
- X0||||||| 2> Cars
- X0||||||| 3> Airplanes
- X0||||||| 4> Others
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0||||||| <S>
- X0|||||||
- X0||||||| Fractals
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X2|e|||||other|
- X2|1|||||fracts|
- X2|2|||||cars|
- X2|3|||||planes|
- X2|4|||||other|
- X3|n|||||art_studio|
- X21|f|||||elm -s feedback shaw|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1078 -ne `wc -c <'rocat-0.75/examples/menus/jpegtop'`; then
- echo shar: \"'rocat-0.75/examples/menus/jpegtop'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/jpegtop'
- fi
- if test -f 'rocat-0.75/examples/menus/lezbian' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/lezbian'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/lezbian'\" \(1203 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/lezbian' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Lezbian Pictures
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| L>ist Files
- X0||||||| S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|1|=|| D>ownload file(s)
- X0||199|>|1|=|| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X25|n|199|>|1|=|lezbian|
- X26|n|200|<|||lezbian|
- X27|l|199|>|1|=|lezbian|
- X28|l|200|<|||lezbian|
- X29|s|199|>|1|=|lezbian|
- X30|s|200|<|||lezbian|
- X31|i|||||lezbian|
- X32|d|199|>|1|=|lezbian|
- X33|u|199|>|1|=|lezbian|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1203 -ne `wc -c <'rocat-0.75/examples/menus/lezbian'`; then
- echo shar: \"'rocat-0.75/examples/menus/lezbian'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/lezbian'
- fi
- if test -f 'rocat-0.75/examples/menus/linuxtop' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/linuxtop'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/linuxtop'\" \(875 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/linuxtop' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Linux Top
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| 1. Slackware Distribution
- X0||||||| 2. Linux Source
- X0||||||| 3. Linux Utilities (source)
- X0||||||| H. Help
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X8|c||||||
- X2|1|||||linux/linuxslackware|
- X2|2|||||linux/linuxsource|
- X2|3|||||linux/linuxutilities|
- X21|f|||||elm -s feedback shaw|
- X2|h|||||helptop|
- X
- END_OF_FILE
- if test 875 -ne `wc -c <'rocat-0.75/examples/menus/linuxtop'`; then
- echo shar: \"'rocat-0.75/examples/menus/linuxtop'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/linuxtop'
- fi
- if test -f 'rocat-0.75/examples/menus/macapps' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macapps'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/macapps'\" \(1177 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/macapps' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Macintosh Applications
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Apple Pie --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||appletop|
- X25|n|199|>|||macapps|
- X26|n|200|<|||macapps|
- X27|l|199|>|||macapps|
- X28|l|200|<|||macapps|
- X29|s|199|>|||macapps|
- X30|s|200|<|||macapps|
- X31|i|||||macapps|
- X32|d|199|>|||macapps|
- X33|u|199|>|||macapps|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1177 -ne `wc -c <'rocat-0.75/examples/menus/macapps'`; then
- echo shar: \"'rocat-0.75/examples/menus/macapps'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/macapps'
- fi
- if test -f 'rocat-0.75/examples/menus/macbbs' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macbbs'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/macbbs'\" \(1077 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/macbbs' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Macintosh BBS Programs
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Apple Pie --- S>earch for File
- X0||||||| I>nformation on File
- X0||||||| D>ownload file(s)
- X0||||||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||appletop|
- X25|n|||||macbbs|
- X27|l|||||macbbs|
- X29|s|||||macbbs|
- X31|i|||||macbbs|
- X32|d|||||macbbs|
- X33|u|||||macbbs|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1077 -ne `wc -c <'rocat-0.75/examples/menus/macbbs'`; then
- echo shar: \"'rocat-0.75/examples/menus/macbbs'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/macbbs'
- fi
- if test -f 'rocat-0.75/examples/menus/maccomm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/maccomm'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/maccomm'\" \(1177 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/maccomm' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Macintosh Communcations Programs
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Apple Pie --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||appletop|
- X25|n|199|>|||maccomm|
- X26|n|200|<|||maccomm|
- X27|l|199|>|||maccomm|
- X28|l|200|<|||maccomm|
- X29|s|199|>|||maccomm|
- X30|s|200|<|||maccomm|
- X31|i|||||maccomm|
- X32|d|199|>|||maccomm|
- X33|u|199|>|||maccomm|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1177 -ne `wc -c <'rocat-0.75/examples/menus/maccomm'`; then
- echo shar: \"'rocat-0.75/examples/menus/maccomm'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/maccomm'
- fi
- if test -f 'rocat-0.75/examples/menus/maccomp' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/maccomp'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/maccomp'\" \(1177 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/maccomp' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Macintosh Compression Utilities
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Apple Pie --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||appletop|
- X25|n|199|>|||maccomp|
- X26|n|200|<|||maccomp|
- X27|l|199|>|||maccomp|
- X28|l|200|<|||maccomp|
- X29|s|199|>|||maccomp|
- X30|s|200|<|||maccomp|
- X31|i|||||maccomp|
- X32|d|199|>|||maccomp|
- X33|u|199|>|||maccomp|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1177 -ne `wc -c <'rocat-0.75/examples/menus/maccomp'`; then
- echo shar: \"'rocat-0.75/examples/menus/maccomp'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/maccomp'
- fi
- if test -f 'rocat-0.75/examples/menus/macgames' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macgames'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/macgames'\" \(1186 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/macgames' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Macintosh Games
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Apple Pie --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||appletop|
- X25|n|199|>|||macgames|
- X26|n|200|<|||macgames|
- X27|l|199|>|||macgames|
- X28|l|200|<|||macgames|
- X29|s|199|>|||macgames|
- X30|s|200|<|||macgames|
- X31|i|||||macgames|
- X32|d|199|>|||macgames|
- X33|u|199|>|||macgames|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1186 -ne `wc -c <'rocat-0.75/examples/menus/macgames'`; then
- echo shar: \"'rocat-0.75/examples/menus/macgames'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/macgames'
- fi
- if test -f 'rocat-0.75/examples/menus/macinits' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macinits'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/macinits'\" \(1186 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/macinits' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Macintosh Inits and Cdevs
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Apple Pie --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||appletop|
- X25|n|199|>|||macinits|
- X26|n|200|<|||macinits|
- X27|l|199|>|||macinits|
- X28|l|200|<|||macinits|
- X29|s|199|>|||macinits|
- X30|s|200|<|||macinits|
- X31|i|||||macinits|
- X32|d|199|>|||macinits|
- X33|u|199|>|||macinits|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1186 -ne `wc -c <'rocat-0.75/examples/menus/macinits'`; then
- echo shar: \"'rocat-0.75/examples/menus/macinits'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/macinits'
- fi
- if test -f 'rocat-0.75/examples/menus/macsounds' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macsounds'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/macsounds'\" \(1195 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/macsounds' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Macintosh Sounds
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Apple Pie --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||appletop|
- X25|n|199|>|||macsounds|
- X26|n|200|<|||macsounds|
- X27|l|199|>|||macsounds|
- X28|l|200|<|||macsounds|
- X29|s|199|>|||macsounds|
- X30|s|200|<|||macsounds|
- X31|i|||||macsounds|
- X32|d|199|>|||macsounds|
- X33|u|199|>|||macsounds|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1195 -ne `wc -c <'rocat-0.75/examples/menus/macsounds'`; then
- echo shar: \"'rocat-0.75/examples/menus/macsounds'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/macsounds'
- fi
- if test -f 'rocat-0.75/examples/menus/macutils' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macutils'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/macutils'\" \(1186 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/macutils' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Macintosh Utilities
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Apple Pie --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||appletop|
- X25|n|199|>|||macutils|
- X26|n|200|<|||macutils|
- X27|l|199|>|||macutils|
- X28|l|200|<|||macutils|
- X29|s|199|>|||macutils|
- X30|s|200|<|||macutils|
- X31|i|||||macutils|
- X32|d|199|>|||macutils|
- X33|u|199|>|||macutils|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1186 -ne `wc -c <'rocat-0.75/examples/menus/macutils'`; then
- echo shar: \"'rocat-0.75/examples/menus/macutils'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/macutils'
- fi
- if test -f 'rocat-0.75/examples/menus/mail' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/mail'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/mail'\" \(984 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/mail' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Private Mail
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| 1. elm mailer
- X0||||||| 2. mailx mailer
- X0||||||| 3. clean elm mailbox
- X0||||||| (use for elm error)
- X0||||||| 4. chat with SysOp
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|1|||||elm|
- X21|2|||||mailx|
- X21|3|||||rm -f /tmp/* > /dev/null|
- X8|4||||||
- X21|f|||||elm -s feedback shaw|
- X10|r|||||reg.instr|
- X2|h|||||helptop|
- X2|h|||||helptop|
- END_OF_FILE
- if test 984 -ne `wc -c <'rocat-0.75/examples/menus/mail'`; then
- echo shar: \"'rocat-0.75/examples/menus/mail'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/mail'
- fi
- if test -f 'rocat-0.75/examples/menus/newsngames' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/newsngames'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/newsngames'\" \(1109 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/newsngames' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Philosopher's Den
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| Entry Vault
- X0|||||||
- X0||||||| <N>
- X0||||||| ----------------------------
- X0||||||| H>elp
- X0||||||| <W> L>ogoff <E>
- X0||||||| Usenet News -- -- Arcade
- X0|||||||
- X0|||||||
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X2|l|||||logoff|
- X3|n|||||main|
- X2|e|||||arcade|
- X2|w|||||usenet|
- X21|s|||||/bin/tcsh|
- X21|f|||||elm -s feedback shaw|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1109 -ne `wc -c <'rocat-0.75/examples/menus/newsngames'`; then
- echo shar: \"'rocat-0.75/examples/menus/newsngames'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/newsngames'
- fi
- if test -f 'rocat-0.75/examples/menus/other' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/other'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/other'\" \(1161 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/other' <<'END_OF_FILE'
- X0||||||| Roman Catacombs "Other" Subject Pictures
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| L>ist Files
- X0||||||| S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X25|n|199|>|||other|
- X26|n|200|<|||other|
- X27|l|199|>|||other|
- X28|l|200|<|||other|
- X29|s|199|>|||other|
- X30|s|200|<|||other|
- X31|i|||||other|
- X32|d|199|>|||other|
- X33|u|199|>|||other|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1161 -ne `wc -c <'rocat-0.75/examples/menus/other'`; then
- echo shar: \"'rocat-0.75/examples/menus/other'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/other'
- fi
- if test -f 'rocat-0.75/examples/menus/planes' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/planes'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/planes'\" \(1160 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/planes' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Airplane Pictures
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| L>ist Files
- X0||||||| S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X25|n|199|>|||planes|
- X26|n|200|<|||planes|
- X27|l|199|>|||planes|
- X28|l|200|<|||planes|
- X29|s|199|>|||planes|
- X30|s|200|<|||planes|
- X31|i|||||planes|
- X32|d|199|>|||planes|
- X33|u|199|>|||planes|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1160 -ne `wc -c <'rocat-0.75/examples/menus/planes'`; then
- echo shar: \"'rocat-0.75/examples/menus/planes'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/planes'
- fi
- if test -f 'rocat-0.75/examples/menus/space' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/space'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/space'\" \(1161 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/space' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Space Pictures
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| L>ist Files
- X0||||||| S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X25|n|199|>|||space|
- X26|n|200|<|||space|
- X27|l|199|>|||space|
- X28|l|200|<|||space|
- X29|s|199|>|||space|
- X30|s|200|<|||space|
- X31|i|||||space|
- X32|d|199|>|||space|
- X33|u|199|>|||space|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1161 -ne `wc -c <'rocat-0.75/examples/menus/space'`; then
- echo shar: \"'rocat-0.75/examples/menus/space'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/space'
- fi
- if test -f 'rocat-0.75/examples/menus/sysop' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/sysop'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/sysop'\" \(960 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/sysop' <<'END_OF_FILE'
- X0||||||| Roman Catacombs SysOp Menu
- X0||400|>|||| ---------------------------------------------------------------------------
- X0||400|>||||
- X0||400|>||||
- X0||400|>||||
- X0||400|>||||
- X0||400|>|||| ----------------------------
- X0||400|>|||| 1. Search for Users
- X0||400|>|||| 2. List Users
- X0||400|>|||| 3. Inactive User List
- X0||400|>|||| 4. Inactive User Delete
- X0||400|>|||| ----------------------------
- X0||400|>||||
- X0||400|>||||
- X0||400|>||||
- X0||400|>||||
- X0||400|>|||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X8|c||||||
- X40|1|400|>||||
- X41|2|400|>||||
- X42|3|400|>||||
- X43|4|400|>||||
- X21|f|||||elm -s feedback shaw|
- END_OF_FILE
- if test 960 -ne `wc -c <'rocat-0.75/examples/menus/sysop'`; then
- echo shar: \"'rocat-0.75/examples/menus/sysop'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/sysop'
- fi
- if test -f 'rocat-0.75/examples/menus/usenet' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/usenet'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/usenet'\" \(989 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/usenet' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Usenet News
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0|||||||
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| 1. Tin Newsreader <E>
- X0||||||| 2. Rn (rn) Newsreader -- Philsopher's
- X0||||||| 3. Trn (trn) Newsreader Den
- X0||||||| 4. Nn (nn) Newsreader
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0|||||||
- X0|||||||
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|e|||||philsophers|
- X21|1|||||tin|
- X21|2|||||rn|
- X21|3|||||trn|
- X21|4|||||rn|
- X2|h|||||helptop|
- END_OF_FILE
- if test 989 -ne `wc -c <'rocat-0.75/examples/menus/usenet'`; then
- echo shar: \"'rocat-0.75/examples/menus/usenet'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/usenet'
- fi
- if test -f 'rocat-0.75/examples/menus/winapps' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/winapps'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/winapps'\" \(1175 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/winapps' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Windows Applications
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Windows World --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||wintop|
- X25|n|199|>|||winapps|
- X26|n|200|<|||winapps|
- X27|l|199|>|||winapps|
- X28|l|200|<|||winapps|
- X29|s|199|>|||winapps|
- X30|s|200|<|||winapps|
- X31|i|||||winapps|
- X32|d|199|>|||winapps|
- X33|u|199|>|||winapps|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/winapps'`; then
- echo shar: \"'rocat-0.75/examples/menus/winapps'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/winapps'
- fi
- if test -f 'rocat-0.75/examples/menus/wincomm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/wincomm'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/wincomm'\" \(1175 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/wincomm' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Windows Communications Programs
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Windows World --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||wintop|
- X25|n|199|>|||wincomm|
- X26|n|200|<|||wincomm|
- X27|l|199|>|||wincomm|
- X28|l|200|<|||wincomm|
- X29|s|199|>|||wincomm|
- X30|s|200|<|||wincomm|
- X31|i|||||wincomm|
- X32|d|199|>|||wincomm|
- X33|u|199|>|||wincomm|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/wincomm'`; then
- echo shar: \"'rocat-0.75/examples/menus/wincomm'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/wincomm'
- fi
- if test -f 'rocat-0.75/examples/menus/wincomp' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/wincomp'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/wincomp'\" \(1175 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/wincomp' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Windows Compression Programs
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Windows World --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||wintop|
- X25|n|199|>|||wincomp|
- X26|n|200|<|||wincomp|
- X27|l|199|>|||wincomp|
- X28|l|200|<|||wincomp|
- X29|s|199|>|||wincomp|
- X30|s|200|<|||wincomp|
- X31|i|||||wincomp|
- X32|d|199|>|||wincomp|
- X33|u|199|>|||wincomp|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/wincomp'`; then
- echo shar: \"'rocat-0.75/examples/menus/wincomp'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/wincomp'
- fi
- if test -f 'rocat-0.75/examples/menus/windrivrs' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/windrivrs'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/windrivrs'\" \(1193 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/windrivrs' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Windows Drivers
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Windows World --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||wintop|
- X25|n|199|>|||windrivrs|
- X26|n|200|<|||windrivrs|
- X27|l|199|>|||windrivrs|
- X28|l|200|<|||windrivrs|
- X29|s|199|>|||windrivrs|
- X30|s|200|<|||windrivrs|
- X31|i|||||windrivrs|
- X32|d|199|>|||windrivrs|
- X33|u|199|>|||windrivrs|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1193 -ne `wc -c <'rocat-0.75/examples/menus/windrivrs'`; then
- echo shar: \"'rocat-0.75/examples/menus/windrivrs'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/windrivrs'
- fi
- if test -f 'rocat-0.75/examples/menus/wingames' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/wingames'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/wingames'\" \(1184 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/wingames' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Windows Games
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Windows World --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||wintop|
- X25|n|199|>|||wingames|
- X26|n|200|<|||wingames|
- X27|l|199|>|||wingames|
- X28|l|200|<|||wingames|
- X29|s|199|>|||wingames|
- X30|s|200|<|||wingames|
- X31|i|||||wingames|
- X32|d|199|>|||wingames|
- X33|u|199|>|||wingames|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1184 -ne `wc -c <'rocat-0.75/examples/menus/wingames'`; then
- echo shar: \"'rocat-0.75/examples/menus/wingames'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/wingames'
- fi
- if test -f 'rocat-0.75/examples/menus/winsounds' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/winsounds'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/winsounds'\" \(1193 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/winsounds' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Windows Sounds
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Windows World --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||wintop|
- X25|n|199|>|||winsounds|
- X26|n|200|<|||winsounds|
- X27|l|199|>|||winsounds|
- X28|l|200|<|||winsounds|
- X29|s|199|>|||winsounds|
- X30|s|200|<|||winsounds|
- X31|i|||||winsounds|
- X32|d|199|>|||winsounds|
- X33|u|199|>|||winsounds|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1193 -ne `wc -c <'rocat-0.75/examples/menus/winsounds'`; then
- echo shar: \"'rocat-0.75/examples/menus/winsounds'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/winsounds'
- fi
- if test -f 'rocat-0.75/examples/menus/winutils' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/winutils'\"
- else
- echo shar: Extracting \"'rocat-0.75/examples/menus/winutils'\" \(1184 characters\)
- sed "s/^X//" >'rocat-0.75/examples/menus/winutils' <<'END_OF_FILE'
- X0||||||| Roman Catacombs Windows Utilities
- X0||||||| ---------------------------------------------------------------------------
- X0|||||||
- X0||||||| ----------------------------
- X0||||||| N>ew Files
- X0||||||| <W> L>ist Files
- X0||||||| Windows World --- S>earch for File
- X0||||||| I>nformation on File
- X0||199|>|||| D>ownload file(s)
- X0||199|>|||| U>pload File(s)
- X0||||||| H>elp
- X0||||||| ----------------------------
- X0|||||||
- X0||||||| ---------------------------------------------------------------------------
- X0||||||| <-> Previous Menu <F> Feedback to SysOp <G> Quick Logout
- X1|g||||||
- X3|-||||||
- X21|f|||||elm -s feedback shaw|
- X3|w|||||wintop|
- X25|n|199|>|||winutils|
- X26|n|200|<|||winutils|
- X27|l|199|>|||winutils|
- X28|l|200|<|||winutils|
- X29|s|199|>|||winutils|
- X30|s|200|<|||winutils|
- X31|i|||||winutils|
- X32|d|199|>|||winutils|
- X33|u|199|>|||winutils|
- X2|h|||||helptop|
- END_OF_FILE
- if test 1184 -ne `wc -c <'rocat-0.75/examples/menus/winutils'`; then
- echo shar: \"'rocat-0.75/examples/menus/winutils'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/examples/menus/winutils'
- fi
- if test -f 'rocat-0.75/rocat.readme.unpacking' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/rocat.readme.unpacking'\"
- else
- echo shar: Extracting \"'rocat-0.75/rocat.readme.unpacking'\" \(567 characters\)
- sed "s/^X//" >'rocat-0.75/rocat.readme.unpacking' <<'END_OF_FILE'
- XThis is the README for the rocat BBS System. Please read this before doing
- Xanything else, including unpacking the archive.
- X
- XDo not unpack the distribution indiscriminately!
- X
- XDo the following: (gnu tar)
- X
- X tar xvfoz rocat.tar.gz "src/doc/bbsinstl*" "src/README"
- X
- X(regular Unix tar)
- X zcat rocat.tar.gz | tar xvfo - "src/doc/bbsinstl*" "src/README"
- X
- X
- XThis will bring the README and the installation documents out of the
- Xarchive. The detailed instructions are found in the bbsinstl documents.
- XSee the README file for the file formats for the bbsinstl documents.
- X
- XGreg.
- END_OF_FILE
- if test 567 -ne `wc -c <'rocat-0.75/rocat.readme.unpacking'`; then
- echo shar: \"'rocat-0.75/rocat.readme.unpacking'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/rocat.readme.unpacking'
- fi
- if test -f 'rocat-0.75/scripts/mkuserdirs' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/scripts/mkuserdirs'\"
- else
- echo shar: Extracting \"'rocat-0.75/scripts/mkuserdirs'\" \(586 characters\)
- sed "s/^X//" >'rocat-0.75/scripts/mkuserdirs' <<'END_OF_FILE'
- X# script to build user directory structure
- X#
- X# default builds 26 user directories, with user login directories
- X# residing below the 26 directories:
- X# ex: /bbs/users/j/jimbo for Jim Bo's account.
- X#
- X# If you're running a *MUCH* larger bbs, uncomment the
- X# lines below to create 26 directories with each letter's
- X# directory for a final user structure of:
- X# ex; /bbs/users/j/b/jimbo for Jim Bo's account.
- X
- Xfor x in a b c d e f g h i j k l m n o p q r s t u v w x y z
- Xdo mkdir $x
- X# for y in a b c d e f g h i j k l m n o p q r s t u v w x y z
- X# do mkdir $x/$y
- X# done
- Xdone
- END_OF_FILE
- if test 586 -ne `wc -c <'rocat-0.75/scripts/mkuserdirs'`; then
- echo shar: \"'rocat-0.75/scripts/mkuserdirs'\" unpacked with wrong size!
- fi
- chmod +x 'rocat-0.75/scripts/mkuserdirs'
- # end of 'rocat-0.75/scripts/mkuserdirs'
- fi
- if test -f 'rocat-0.75/src/README' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/src/README'\"
- else
- echo shar: Extracting \"'rocat-0.75/src/README'\" \(650 characters\)
- sed "s/^X//" >'rocat-0.75/src/README' <<'END_OF_FILE'
- XThis is the README for the rocat BBS System.
- X
- XIn the doc directory are three files that document the BBS:
- X
- Xbbsinstl.ps postscript output for above document
- Xbbsintsl.txt text only output for above document
- X
- X
- XPlease refer to these documents for compilation, setup and usage of the
- Xrocat BBS System.
- X
- X
- XHow to update files sections from the previous version:
- X
- XThere is a utility called 'filesupdate' that will update every files area
- Xfor the new format. Make a copy of all of your files areas, then, as
- X'bbs', run filesupdate. This will create new files sections in the new
- Xformat, and rename the old ones to 'files_section.old'.
- X
- XGregory Shaw
- X7/5/94
- X
- END_OF_FILE
- if test 650 -ne `wc -c <'rocat-0.75/src/README'`; then
- echo shar: \"'rocat-0.75/src/README'\" unpacked with wrong size!
- fi
- chmod +x 'rocat-0.75/src/README'
- # end of 'rocat-0.75/src/README'
- fi
- if test -f 'rocat-0.75/text/bbsinfo' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/text/bbsinfo'\"
- else
- echo shar: Extracting \"'rocat-0.75/text/bbsinfo'\" \(955 characters\)
- sed "s/^X//" >'rocat-0.75/text/bbsinfo' <<'END_OF_FILE'
- XThe Roman Catacombs runs on the following equipment:
- X
- X 386/33 clone (128K cache)
- X 8 meg memory
- X Interactive Unix v3.01 (System V release 3.2)
- X 680 meg of disk space:
- X 2 Quantum 240 meg SCSI drives
- X 1 Quantum 80 meg SCSI drive
- X 1 Seagate 20 meg SCSI drive
- X 1 Fujitsu 100 meg RLL drive
- X Wangtek 150 meg tape backup
- X US Robotics Dual Standard V.32, V.42bis modem.
- X (ordered) ZyXEL U1496+ V.32bis modem.
- X 1024x768x256 X11
- X
- X The rocat BBS Software system is a package that has been written
- X entirely in C++ (with the gnu compiler) under unix using internet
- X sockets for all IPC and error control. The package has been written
- X by the SysOp (Greg Shaw) for Fort Mac Software (fmSoft, Inc.).
- X
- X Fort Mac Software may be reached at:
- X fmSoft, Inc.
- X 15651 E. Caspian Cir. #203
- X Aurora CO 80013
- X
- X Because the software is still under development, it is not available
- X for download. When it becomes available, it will be posted to the
- X internet news groups.
- END_OF_FILE
- if test 955 -ne `wc -c <'rocat-0.75/text/bbsinfo'`; then
- echo shar: \"'rocat-0.75/text/bbsinfo'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/text/bbsinfo'
- fi
- if test -f 'rocat-0.75/text/bbswelcome' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/text/bbswelcome'\"
- else
- echo shar: Extracting \"'rocat-0.75/text/bbswelcome'\" \(475 characters\)
- sed "s/^X//" >'rocat-0.75/text/bbswelcome' <<'END_OF_FILE'
- XWelcome to The Roman Catacombs!
- X
- XThis is an entirely NEW bbs running under Unix. The features of the bbs are:
- X
- X On-line chatting
- X Files areas (around 400 meg right now)
- X a direct news (internet netnews) feed
- X a *BUNCH* of online games
- X and MUCH MUCH more!
- X
- XWe are currently supporting Macintosh (of course), Windows, DOS and graphics
- Xfiles areas.
- X
- XNOTE: Fort Mac no longer exists. You must re-register to be a valid user
- Xof The Roman Catacombs.
- X
- XTry it. You'll LOVE it.
- X
- END_OF_FILE
- if test 475 -ne `wc -c <'rocat-0.75/text/bbswelcome'`; then
- echo shar: \"'rocat-0.75/text/bbswelcome'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/text/bbswelcome'
- fi
- if test -f 'rocat-0.75/text/helpfeedback' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/text/helpfeedback'\"
- else
- echo shar: Extracting \"'rocat-0.75/text/helpfeedback'\" \(656 characters\)
- sed "s/^X//" >'rocat-0.75/text/helpfeedback' <<'END_OF_FILE'
- XHow to leave the sysop feedback:
- X
- XAt any menu, you may hit 'f' to leave the sysop e-mail. Note that this
- Xinvokes 'elm' the default mailer on the sysop. The elm mailer will then
- Xask for a subject. It will have 'feedback' as the subject. You may change
- Xthis by backspacing over the subject and entering your own. At this point,
- Xthe editor will be invoked and you will be able to enter your message.
- XEnter your message, save the message, then exit the editor. At that point,
- Xthe elm mailer will ask you 'Do you want to send this message?'. You may
- Xenter 'n' if you have changed your mind. Otherwise, hit 'y' and the
- Xmessage will be sent to the SysOp.
- END_OF_FILE
- if test 656 -ne `wc -c <'rocat-0.75/text/helpfeedback'`; then
- echo shar: \"'rocat-0.75/text/helpfeedback'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/text/helpfeedback'
- fi
- if test -f 'rocat-0.75/text/helpgames' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/text/helpgames'\"
- else
- echo shar: Extracting \"'rocat-0.75/text/helpgames'\" \(705 characters\)
- sed "s/^X//" >'rocat-0.75/text/helpgames' <<'END_OF_FILE'
- XThe games available on The Roman Catacombs are:
- X
- XBackgammon - A text version of the classic game
- XBattlestar - A text adventure based on Battlestar Galactica
- XCanfield - A solitare card game
- XCribbage - A text version of the classic game
- XFish - A version of 'go fish'
- XHangman - The classic children's game
- XMille Bournes - the famous french road card game
- XMonopoly - The classic board game
- XNethack - a much larger moria
- XParanoia - ???
- XRobots - Escape the robots
- XSail - Sail to attack other gunboats with cannon-fire
- XStar Trek - the original 'star trek' game. Neat.
- XHunt the Wumpus - the original wumpus game
- X
- XLook at the manuals for the games that have them for more information.
- END_OF_FILE
- if test 705 -ne `wc -c <'rocat-0.75/text/helpgames'`; then
- echo shar: \"'rocat-0.75/text/helpgames'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/text/helpgames'
- fi
- if test -f 'rocat-0.75/text/helpmovement' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/text/helpmovement'\"
- else
- echo shar: Extracting \"'rocat-0.75/text/helpmovement'\" \(966 characters\)
- sed "s/^X//" >'rocat-0.75/text/helpmovement' <<'END_OF_FILE'
- XHow to move around the BBS:
- X
- XTo move around the BBS, all you need to do is type the key that is highlighted
- Xby the command. If it is the only capital letter in the word that you want to
- Xselect (for instance, Help would use 'H'), then it is the right character. In
- Xsome cases, it is necessary to do away with letters and have numbers as the
- Xselection. Both work the same way - select what identifies that item in the
- Xmenu.
- X
- XTo exit any menu that doesn't have an 'exit' direction, simply press '-' (that's
- Xa dash). It will take you to the previous menu.
- X
- XIf that doesn't work, simply hang up. The BBS won't be hurt, nor will your user
- Xinformation be messed up. You may call back in immediately to re-access your
- Xaccount. The BBS will reset.
- X
- XPlease, if you should find errors (like a menu you can't get out of), notify the
- Xsysop of the problem. He is far from perfect -- occasionally, he misses the
- Xobvious. (like "How do I get out of this darn menu!")
- X
- END_OF_FILE
- if test 966 -ne `wc -c <'rocat-0.75/text/helpmovement'`; then
- echo shar: \"'rocat-0.75/text/helpmovement'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/text/helpmovement'
- fi
- if test -f 'rocat-0.75/text/helpupload' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/text/helpupload'\"
- else
- echo shar: Extracting \"'rocat-0.75/text/helpupload'\" \(815 characters\)
- sed "s/^X//" >'rocat-0.75/text/helpupload' <<'END_OF_FILE'
- XYou may upload any file to the BBS at any time. Simply go to the section in which
- Xthe file most aptly belongs (an example would be win communications for a terminal
- Xprogram) and select upload. The system will then ask you what protocol you want to
- Xuse to upload. You may then upload a single file or multiple files, as you wish.
- X
- XAt the end of the upload, the system will ask you whether the upload was
- Xsuccessful. If any files were uploaded correctly (it didn't fail due to errors),
- Xyou may enter a description for every file. Any file that wasn't uploaded
- Xcorrectly can be ignored by the system -- simply say 'n' to the 'Was the file XXXXX
- Xuploaded correctly'.
- X
- XUploads are entered into the uploads area. After they have been examined (if
- Xpossible) by the sysop, they will be placed into the files areas.
- X
- END_OF_FILE
- if test 815 -ne `wc -c <'rocat-0.75/text/helpupload'`; then
- echo shar: \"'rocat-0.75/text/helpupload'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/text/helpupload'
- fi
- if test -f 'rocat-0.75/text/mostpopular' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/text/mostpopular'\"
- else
- echo shar: Extracting \"'rocat-0.75/text/mostpopular'\" \(922 characters\)
- sed "s/^X//" >'rocat-0.75/text/mostpopular' <<'END_OF_FILE'
- XMost popular files on BBS by downloads: (11/27/93)
- XName Section Dls Date Uploaded by
- XBattleField.se Macintosh BBS Programs 6 08/10/93 shaw
- Xgifconve.sit Graphics (Art) Programs 5 08/14/93 Greg
- XBolo-992.cpt Macintosh Games 4 10/20/93 shaw
- Xstained-glass. Macintosh Games 4 10/20/93 shaw
- XMacBzone1.3.1. Macintosh Games 3 10/20/93 shaw
- XCallerVerify.s Macintosh BBS Programs 3 10/20/93 shaw
- XBankTime.sea Macintosh BBS Programs 3 10/20/93 shaw
- Xsky.gif Other Pictures 2 08/14/93 sysop
- Xvas2o.jpg Adult XXX-Rated JPEGs 1 08/14/93 sysop
- Xvas3f.jpg Adult XXX-Rated JPEGs 1 08/14/93 sysop
- Xanita-4.jpg Adult XXX-Rated JPEGs 1 08/14/93 sysop
- Xdr_f3_01.gif Fractal Pictures 1 09/24/93 sysop
- Xavp.gif Other Pictures 1 08/14/93 sysop
- END_OF_FILE
- if test 922 -ne `wc -c <'rocat-0.75/text/mostpopular'`; then
- echo shar: \"'rocat-0.75/text/mostpopular'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/text/mostpopular'
- fi
- if test -f 'rocat-0.75/text/system1.msg' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'rocat-0.75/text/system1.msg'\"
- else
- echo shar: Extracting \"'rocat-0.75/text/system1.msg'\" \(929 characters\)
- sed "s/^X//" >'rocat-0.75/text/system1.msg' <<'END_OF_FILE'
- XWelcome back to TRC!
- X
- XSystem Notes:
- X
- X If you have problems dialing in on 429-8914, there is a second line at
- X 429-6257. This line is only 9600bps or slower, but it does work.
- X
- X I hope to put two 14.4 modems online soon. I've got to buy a new modem
- X for the line prior to the modem going online.
- X
- X The current Slackware release (1.2.0.2) is online and available.
- X
- X I really want to move the BBS to become a Linux/Pictures BBS. There is
- X no (other) Linux BBS in the Denver area that has the entire Slackware
- X distribution available for download. I'm open to suggestions on what I
- X need to do to make the BBS friendlier/easier to use.
- X
- X Please tell your friends about the Roman Catacombs.
- X
- X If you see that something doesn't work, *PLEASE TELL ME*. I've been very
- X very busy trying to make the BBS a useful place -- sometimes I don't try
- X an option for a while, and when it doesn't work, it makes me feel bad.
- X
- X
- END_OF_FILE
- if test 929 -ne `wc -c <'rocat-0.75/text/system1.msg'`; then
- echo shar: \"'rocat-0.75/text/system1.msg'\" unpacked with wrong size!
- fi
- # end of 'rocat-0.75/text/system1.msg'
- fi
- echo shar: End of archive 8 \(of 9\).
- cp /dev/null ark8isdone
- MISSING=""
- for I in 1 2 3 4 5 6 7 8 9 ; do
- if test ! -f ark${I}isdone ; then
- MISSING="${MISSING} ${I}"
- fi
- done
- if test "${MISSING}" = "" ; then
- echo You have unpacked all 9 archives.
- rm -f ark[1-9]isdone ark[1-9][0-9]isdone
- else
- echo You still must unpack the following archives:
- echo " " ${MISSING}
- fi
- exit 0
- exit 0 # Just in case...
-