Updated docs

This commit is contained in:
Michiel Broek 2002-05-11 20:22:41 +00:00
parent bbaa8d950f
commit 30f6856022
4 changed files with 59 additions and 94 deletions

View File

@ -4611,6 +4611,7 @@ v0.33.20 10-Feb-2002
by the macro templates.
The rc files for joe, the external editor are now copied to
/usr/lib/joe or /etc/joe depending on your distribution.
Several readme files are now in a new html file, the FAQ.
common.a:
Added 2 functions to return the OS name and CPU family.

View File

@ -5,8 +5,7 @@ include Makefile.global
OTHER = AUTHORS ChangeLog COPYING DEBUG CRON.sh FILE_ID.DIZ.in \
INSTALL.in Makefile Makefile.global.in NEWS \
README README.GoldED SETUP.sh TODO UPGRADE \
aclocal.m4 \
README SETUP.sh TODO UPGRADE aclocal.m4 \
checkbasic config.h.in configure configure.in
TARFILE = ${PACKAGE}-${VERSION}.tar.gz

View File

@ -1,91 +0,0 @@
README for GoldED users.
Since MBSE BBS version 0.33.12 GoldED and MBSE BBS can be used together
without problems as long as you use it to read the sysop mail. The
mbsetup program can export a file called /opt/mbse/etc/golded.inc which
will contain your main Aka's, Aka matching, sysop name and all your mail
areas. This file is only (re)created if you change the global settings or
one of the mail areas. The first time you must force this by making a change
somewhere.
Now create /opt/mbse/etc/golded.cfg, here is what I wrote:
; GoldED.cfg
;
; Internet Addressing
;
INTERNETADDRESS Michiel_Broek@f2802.n280.z2.fidonet.org
INTERNETGATE UUCP 2:292/875
;
;
OUTBOUNDPATH /SYS/usr/mail/out
REPLYLINK chain
STYLECODES yes
;
;
; MESSAGE READER
;
DISPMSGSIZE KBYTES
DISPATTACHSIZE KBYTES
DISPLOCALHIGH YES
DISPPAGEBAR YES
VIEWHIDDEN YES
VIEWKLUDGE NO
VIEWQUOTE YES
;
INCLUDE /opt/mbse/etc/golded.inc
;
; The end.
Put in /opt/mbse/.profile the following line:
export GOLDED=$HOME/etc
When you now start GoldED you use it as the sysop. Make sure that the sysop's
userrecord is the first user in the MBSE BBS userbase. If not, the lastread
pointers are not right.
Compile instructions for GoldED 3.0.1 written by Johannes Beekhuizen, 2:280/1018
* Unpack the sources in some directory (/tmp):
cd /tmp
tar -zxvf ???/ged_301.tgz
This will create a directory golded-3.0.1, so if you did this in /tmp then
there is now a directory called /tmp/golded-3.0.1 which will be called
<basedir> from now on.
* Set the environment variables GSRC, GOBJ and GLIB to basedir. In a bash
shell this is:
export GSRC=/tmp/golded-3.0.1
export GOBJ=/tmp/golded-3.0.1
export GLIB=/tmp/golded-3.0.1
* Build the program 'gbuild':
cd <basedir>/gbuild
make lnx
cp gbldlnx /opt/mbse/bin/gbuild
The location of gbldlnx is not important, as long as it is in your PATH and
as long as it is called gbuild.
* Create the directories needed for compilation and installation:
cd <basedir>/goldlib
make install
* Next build GoldED:
cd <basedir>/goldlib/gall
make lnx
cd <basedir>/goldlib/gcfg
make lnx
cd <basedir>/goldlib/gmb3
make lnx
cd <basedir>/golded3
cp mygolded.__h mygolded.h
Edit the file mygolded.h to suit your own taste.
make lnx
strip gedlnx
cp gedlnx /opt/mbse/bin
* Now build goldnode:
cd <basedir>/goldnode
make lnx
strip gnlnx
cp gnlnx /opt/mbse/bin
* Example configurations and documentation are in <basedir>/golded3/cfgs
and <basedir>/golded3/docs.

View File

@ -55,7 +55,8 @@
<li><a name="_BBSsetup"></a><a href='#4'>BBS Setup</a></li>
<ol>
<li><a href='#4.1'>How do I run DOS doors under MBSE BBS?</a></li>
<li><a href='#4.2'>How to set up MBSE for ISDN.</a></li>
<li><a href='#4.2'>How do I to set up MBSE for ISDN?</a></li>
<li><a href='#4.3'>How do I use GoldED together with MBSE?</a></li>
</ol>
</ol>
@ -694,6 +695,61 @@ T-t-that's all folks :))
<a href='#_BBSsetup'><img src='images/hand.up.gif' border=0 alt='Up'></a>
<p>
<table width=100%>
<tr><td width=50 valign=top><a name="4.3">Q 4.3</a></td><td>
How do I use GoldED together with MBSE?
</td></tr>
<tr><td valign=top>A 4.3</td><td>
Since MBSE BBS version 0.33.12 GoldED and MBSE BBS can be used together
without problems as long as you use it to read the sysop mail. The
mbsetup program can export a file called /opt/mbse/etc/golded.inc which
will contain your main Aka's, Aka matching, sysop name and all your mail
areas. This file is only (re)created if you change the global settings or
one of the mail areas. The first time you must force this by making a change
somewhere.
<p>
Now create /opt/mbse/etc/golded.cfg, here is what I wrote:
<pre>
; GoldED.cfg
;
; Internet Addressing
;
INTERNETADDRESS Michiel_Broek@f2802.n280.z2.fidonet.org
INTERNETGATE UUCP 2:292/875
;
;
OUTBOUNDPATH /opt/mbse/var/bso/outbound
REPLYLINK chain
STYLECODES yes
;
;
; MESSAGE READER
;
DISPMSGSIZE KBYTES
DISPATTACHSIZE KBYTES
DISPLOCALHIGH YES
DISPPAGEBAR YES
VIEWHIDDEN YES
VIEWKLUDGE NO
VIEWQUOTE YES
;
INCLUDE /opt/mbse/etc/golded.inc
;
; The end.
</pre>
Put in /opt/mbse/.profile the following line:
export GOLDED=$HOME/etc
<p>
When you now start GoldED you use it as the sysop. Make sure that the sysop's
userrecord is the first user in the MBSE BBS userbase. If not, the lastread
pointers are not right. The GoldED nodelist compiler can be added to the setup
in menu 18.
</td></tr></table>
<a href='#_BBSsetup'><img src='images/hand.up.gif' border=0 alt='Up'></a>
<p>
<!-- Empty reply block for cut & paste:
<table width=100%>
<tr><td width=50 valign=top><a name="4.1">Q 4.1</a></td><td>