diff --git a/TODO b/TODO index 37b18eb7..5a9870d7 100644 --- a/TODO +++ b/TODO @@ -126,6 +126,8 @@ mbfile: L: Possibility to skip file areas from checking and reindexing. + U: With adopt if a file exists there will be troubles. + mbmsg: N: With the post command if a netmail area is used the netmail area will cause trouble later, should be blocked to be used on netmail diff --git a/html/basic.html.in b/html/basic.html.in index 238b5ac1..8c58b64e 100644 --- a/html/basic.html.in +++ b/html/basic.html.in @@ -14,13 +14,27 @@
-
Last update 03-Nov-2003
+
Last update 09-Nov-2003

MBSE BBS Basic Installation

Introduction.

Before you compile and install MBSE BBS you must first setup the basic -environment. If you don't do this, things will fail. +environment. If you don't do this, things will fail. +

+To compile and install MBSE BBS most distributions have installed all needed packages. +If important packages are missing then the configure script will tell you. There are also +less important packages which if missinng still let you compile MBSE BBS, but you will miss +some features. Here is a short list of these packages: +

    +
  1. Zlib. On some distributions you also need zlib development. When you have + zlib installed, then in mbcico extra code will be compiled in the Hydra protocol driver + that will allow the PLZ extension. When a connection is made with another system that also + supports this extension (currently MBSE BBS and Radius beta versions), the files will be sent + compressed even if they are already compressed. The increased throughput will be between 1 + and 10 times, that's even better then modem compression can do. Later the zlib compression will + also be added to binkp.
  2. +

 

Step 1: planning the filesystems.

@@ -204,18 +218,22 @@ configuration files, these are ttyinfo, modems, fidonet networks. In the default (english) directory you now have default menu datafiles and ansi screens. These are copies of my test system so you have to edit them to build your own bbs.
-Editing ansi screens can be done on a GNU/Linux system with -duhdraw, -this is available from 2:280/2802 as duhdraw.tgz (68 Kbytes). -The binaries are included in this archive, if you compile it yourself -it may give trouble so if the binaries work, use these.
-Another editor is available from -http://www.drastic.net/bmdraw/, -you can find the tar.gz file in -http://www.drastic.net/bmdraw/files/bmd022.tgz, it's about 36 Kbytes. -This is also a thedraw clone for Linux. Note, at my system I needed to run it as -root.
+Editing ansi screens can be done on a GNU/Linux system with one of the +following packages: +
    +
  1. duhdraw, this is available from 2:280/2802 as + duhdraw.tgz (68 Kbytes). + The binaries are included in this archive, if you compile it yourself + it may give trouble so if the binaries work, use these.
  2. +
  3. bmdraw This editor is available from + http://www.drastic.net/bmdraw/, + you can find the tar.gz file in + http://www.drastic.net/bmdraw/files/bmd022.tgz, + it's about 36 Kbytes. This is also a thedraw clone for Linux. + Note, at my system I needed to run it as root.
  4. +
  5. TetraDraw This is a very nice Ansi editor, you can + get this file as TETR~VC#.TGZ from 2:280/2802. The file is 157 Kbytes. +
You may also want to edit ~/etc/header.txt and ~/etc/footer.txt, these files are the top and bottom of the newfiles/allfiles listings.