From 30f6856022396a0b7772e4461dec192d52f6d021 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 11 May 2002 20:22:41 +0000 Subject: [PATCH] Updated docs --- ChangeLog | 1 + Makefile | 3 +- README.GoldED | 91 --------------------------------------------------- html/faq.html | 58 +++++++++++++++++++++++++++++++- 4 files changed, 59 insertions(+), 94 deletions(-) delete mode 100644 README.GoldED diff --git a/ChangeLog b/ChangeLog index 66ca5f41..c4bec690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/Makefile b/Makefile index 2df834e6..062afd1a 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.GoldED b/README.GoldED deleted file mode 100644 index 3d34a8a9..00000000 --- a/README.GoldED +++ /dev/null @@ -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 - 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 /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 /goldlib - make install -* Next build GoldED: - cd /goldlib/gall - make lnx - cd /goldlib/gcfg - make lnx - cd /goldlib/gmb3 - make lnx - cd /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 /goldnode - make lnx - strip gnlnx - cp gnlnx /opt/mbse/bin -* Example configurations and documentation are in /golded3/cfgs - and /golded3/docs. - diff --git a/html/faq.html b/html/faq.html index 04c6e602..b616a5fc 100644 --- a/html/faq.html +++ b/html/faq.html @@ -55,7 +55,8 @@
  • BBS Setup
    1. How do I run DOS doors under MBSE BBS?
    2. -
    3. How to set up MBSE for ISDN.
    4. +
    5. How do I to set up MBSE for ISDN?
    6. +
    7. How do I use GoldED together with MBSE?
    @@ -694,6 +695,61 @@ T-t-that's all folks :)) Up

    + + +
    Q 4.3 +How do I use GoldED together with MBSE? +
    A 4.3 +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 /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.
    +
    +
    +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. The GoldED nodelist compiler can be added to the setup +in menu 18. +

    +Up +

    +