In order to use TkNewsII, you will need to create a ~/.TkNewsRc file. This file contains the preferences and configuration information for the news servers and BBS’s you read EchoMail on. See Section 3.3 for a detailed reference on the resources available.
*local*useServer: Yes *spoolList: local *autoSpools: local
|
The spoolList and autoSpools global resources list the spool name local and local is used in the resource for useServer. When TkNewsII starts up it will create not only its Main Window (see Section 3.1) but also a Spool Window (see Section 3.2) for the local news server.
*organization: Your Organization *from: Your name and <address>
|
The script ~/bin/yoyobbs.sh needs to do the following:
The script should return an error status if it was not able to complete its processing. It might want to make a backup copy of an existing yoyobbs.qwk in /tmp/spool/ before it starts (just in case).
# Global definations. # Define our spools. *spoolList: yoyobbs buckaroobbs # Auto load one of them. *autoSpools: buckaroobbs # Location to store QWK packets and replys. *qwkInSpool: /tmp/qwkfiles *qwkOutSpool: /tmp/qwkreplies # Buckaroo Banzi's BBS # Our Id on Buckaroo Banzi's BBS. *buckaroobbs*from: Banzi Group Leader 777 <BGL777@BuckarooBBS.org> *buckaroobbs*organization: Banzi Group of Grover's Mills, NJ # Directory where the group messages will reside. *buckaroobbs*spoolDirectory: ~/BuckarooBBS/spool # The file containing the counts of actual messages. *buckaroobbs*activeFile: ~/BuckarooBBS/active # File containing my subscribed groups and read messages. *buckaroobbs*newsRc: ~/BuckarooBBS/newsrc # Command to inject new public messages. *buckaroobbs*injectProgram: $QWKREPLY public %spool %active %group # Command to inject new private messages. *buckaroobbs*emailProgram: $QWKREPLY private %spool %active NetMail # The netmail group is really a private E-Mail group. *buckaroobbs*netmail*isEmail: yes *buckaroobbs*netmail*injectProgram: $QWKREPLY private %spool %active NetMail # Place to keep saved messages. *buckaroobbs*savedNews: ~/BuckarooBBS/Saved # Place to put unsent drafts. *buckaroobbs*drafts: ~/BuckarooBBS/Drafts # Yes, enable the Clean function. *buckaroobbs*cleanFunction: Yes # Command to connect with the BBS to transfer QWK packets. *buckaroobbs*qwkGetMailCommand: ~/bin/buckaroobbs.sh # Yoyodyne's BBS # Our Id on Yoyodyne's BBS. *yoyobbs*from: John Warffin <John.Warffin@Yoyodyne.com> *yoyobbs*organization: Yoyodyne Corporation # Directory where the group messages will reside. *yoyobbs*spoolDirectory: ~/YoyoBBS/spool # The file containing the counts of actual messages. *yoyobbs*activeFile: ~/YoyoBBS/active # File containing my subscribed groups and read messages. *yoyobbs*newsRc: ~/YoyoBBS/newsrc # Command to inject new public messages. *yoyobbs*injectProgram: $QWKREPLY public %spool %active %group # Command to inject new private messages. *yoyobbs*emailProgram: $QWKREPLY private %spool %active NetMail # The netmail group is really a private E-Mail group. *yoyobbs*netmail*isEmail: yes *yoyobbs*netmail*injectProgram: $QWKREPLY private %spool %active NetMail # Place to keep saved messages. *yoyobbs*savedNews: ~/YoyoBBS/Saved # Place to put unsent drafts. *yoyobbs*drafts: ~/YoyoBBS/Drafts # Yes, enable the Clean function. *yoyobbs*cleanFunction: Yes # Command to connect with the BBS to transfer QWK packets. *yoyobbs*qwkGetMailCommand: ~/bin/yoyobbs.sh
|
TkNewsII takes one option, -iconic, which will start TkNewsII with its toplevel windows in iconic mode - this is useful if you are starting TkNewsII as part of your desktop startup and want TkNewsII to be started, but not pasted on the screen until a later time.
If you are using a local spool or a NNTP server, it will automatically fetch the active group list from the server on startup. For QWK BBSs it won’t. For these you will need to use the File menu on the main window. There are three possible options:
Once the messages have been fetched, you will have a group list showing the available messages in the top part of the spool window. Double clicking on a group opens that group, with displays a list of available articles (messages) in the lower part of the spool window. Double clicking on an article line opens and displays that article (message).
To open any spools not opened automatically (listed in the autoSpools resource) or opened by the Open QWK File, Get QWK File, or Get All QWK Files, the Review Spool menu item on the File menu can be used.