diff --git a/.hgignore b/.hgignore index d432137f..3d6068dd 100644 --- a/.hgignore +++ b/.hgignore @@ -8,7 +8,7 @@ config.status paths.h stamp-h html/basic.html -html/index.htm +html/index.html html/upgrade.html script/editor script/installinit.log diff --git a/ChangeLog b/ChangeLog index f23c00f7..8acf3d4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ Added some IPv6 configurations to the manual. Changed META description lines in the manual. Fixed a six year old documentation error. + All manual pages have only the .html extention. mbfile: Each html file index page now has an unique name to help diff --git a/configure b/configure index 42c489c1..678e5a89 100755 --- a/configure +++ b/configure @@ -7400,7 +7400,7 @@ $as_echo "$vpop" >&6; } done -ac_config_files="$ac_config_files Makefile.global paths.h unix/login.defs INSTALL FILE_ID.DIZ script/editor html/index.htm html/basic.html html/upgrade.html" +ac_config_files="$ac_config_files Makefile.global paths.h unix/login.defs INSTALL FILE_ID.DIZ script/editor html/index.html html/basic.html html/upgrade.html" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -8121,7 +8121,7 @@ do "INSTALL") CONFIG_FILES="$CONFIG_FILES INSTALL" ;; "FILE_ID.DIZ") CONFIG_FILES="$CONFIG_FILES FILE_ID.DIZ" ;; "script/editor") CONFIG_FILES="$CONFIG_FILES script/editor" ;; - "html/index.htm") CONFIG_FILES="$CONFIG_FILES html/index.htm" ;; + "html/index.html") CONFIG_FILES="$CONFIG_FILES html/index.html" ;; "html/basic.html") CONFIG_FILES="$CONFIG_FILES html/basic.html" ;; "html/upgrade.html") CONFIG_FILES="$CONFIG_FILES html/upgrade.html" ;; diff --git a/configure.ac b/configure.ac index d74405b0..595bfd6a 100644 --- a/configure.ac +++ b/configure.ac @@ -369,7 +369,7 @@ AC_OUTPUT( INSTALL FILE_ID.DIZ script/editor - html/index.htm + html/index.html html/basic.html html/upgrade.html ) diff --git a/html/Makefile b/html/Makefile index 98a365b5..59fedaf1 100644 --- a/html/Makefile +++ b/html/Makefile @@ -9,7 +9,7 @@ H_BASE = dist.html manual.css errcodes.html \ intergate.html intro.html invoking.html faq.html \ known_bugs.html mgetty.html routing.html nodelist.html -H_FTSC = ftsc/index.htm +H_FTSC = ftsc/index.html H_IMAGES = images/b_arrow.png images/magic.png images/nodes1.png \ images/connec.png images/mbsetup0.png images/nodes2.png \ @@ -36,21 +36,21 @@ H_IMAGES = images/b_arrow.png images/magic.png images/nodes1.png \ images/mbmon2.png images/mbmon1-tn.png images/mbmon2-tn.png \ images/nodes11.png -H_LICENSE = license/copying.html license/hydracom.html license/index.htm \ +H_LICENSE = license/copying.html license/hydracom.html license/index.html \ license/jam.html -H_MENUS = menus/control.html menus/index.htm menus/menu100.html \ +H_MENUS = menus/control.html menus/index.html menus/menu100.html \ menus/menu300.html menus/menu500.html \ menus/menu0.html menus/menu200.html menus/menu400.html -H_MISC = misc/dropfile.html misc/fileid.html misc/index.htm \ +H_MISC = misc/dropfile.html misc/fileid.html misc/index.html \ misc/jam.html misc/semafore.html misc/filefind.html \ misc/ftpserver.html misc/ipmailer.html misc/outbound.html \ misc/usleep.html misc/webserver.html H_PROGS = programs/mbfido.html programs/mbmon.html \ programs/mbtoberep.html programs/mblogin.html \ - programs/index.htm programs/mbcico.html \ + programs/index.html programs/mbcico.html \ programs/mbfile.html programs/mbmsg.html \ programs/mbseq.html programs/mbuser.html \ programs/mbaff.html programs/mbdiff.html \ @@ -61,8 +61,8 @@ H_PROGS = programs/mbfido.html programs/mbmon.html \ programs/mbstat.html programs/mbpasswd.html \ programs/mbtask.html -H_SETUP = setup/archiver.html setup/index.htm setup/bbs.html \ - setup/language.html setup/oneliner.html \ +H_SETUP = setup/archiver.html setup/index.html setup/bbs.html \ + setup/language.html setup/oneliner.html \ setup/emareas.html setup/magic.html setup/mail.html \ setup/protocol.html setup/emgroup.html setup/chat.html \ setup/fdb.html setup/security.html setup/sitedoc.html \ @@ -74,9 +74,9 @@ H_SETUP = setup/archiver.html setup/index.htm setup/bbs.html \ setup/hatch.html setup/virscan.html setup/services.html \ setup/domains.html setup/taskmgr.html setup/route.html -H_OTHER = index.htm basic.html upgrade.html +H_OTHER = index.html basic.html upgrade.html -H_IN = index.htm.in basic.html.in upgrade.html.in +H_IN = index.html.in basic.html.in upgrade.html.in FILES = $(H_IN) $(H_BASE) $(H_FTSC) $(H_IMAGES) $(H_LICENSE) $(H_MENUS) $(H_MISC) $(H_PROGS) $(H_SETUP) Makefile diff --git a/html/basic.html.in b/html/basic.html.in index b027fb07..51f6722f 100644 --- a/html/basic.html.in +++ b/html/basic.html.in @@ -277,10 +277,10 @@ 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.

Now the basic environment is finished, the next thing to do is -configure the bbs. +configure the bbs.

 

-Back to IndexBack to Index +Back to IndexBack to Index diff --git a/html/dist.html b/html/dist.html index e33fde57..5f34199f 100644 --- a/html/dist.html +++ b/html/dist.html @@ -98,7 +98,7 @@ questions about "unsupported" distributions, the best place to be is in the MBSE support echo.

 

-BackGo Back +BackGo Back diff --git a/html/doors.html b/html/doors.html index 64d381a5..d38965bd 100644 --- a/html/doors.html +++ b/html/doors.html @@ -223,7 +223,7 @@ should not need to change anything else. Currently there are some troubles with modem calls.

-BackGo Back +BackGo Back diff --git a/html/errcodes.html b/html/errcodes.html index 63865fc0..ac1242a6 100644 --- a/html/errcodes.html +++ b/html/errcodes.html @@ -77,7 +77,7 @@ When an external program is run, a mbse program can exit with return code 256 + the return code of the external program. So if the external program exits with error code 7, the code returned by the mbse program is 263.

-BackGo Back +BackGo Back diff --git a/html/faq.html b/html/faq.html index 658b58e3..fd5f6cca 100644 --- a/html/faq.html +++ b/html/faq.html @@ -84,7 +84,7 @@ MBSE up & running.

-BackGo Back +BackGo Back


1. Installation.

diff --git a/html/flow.html b/html/flow.html index 1517ebf5..c9cbf4a2 100644 --- a/html/flow.html +++ b/html/flow.html @@ -174,7 +174,7 @@ smallest amount of memory you need is 36 MB, and that amount is only needed if you use a virus scanner which needs more memory then mbse.

-BackGo Back +BackGo Back diff --git a/html/ftsc/index.htm b/html/ftsc/index.html similarity index 97% rename from html/ftsc/index.htm rename to html/ftsc/index.html index 207f3e70..267e4711 100644 --- a/html/ftsc/index.htm +++ b/html/ftsc/index.html @@ -90,7 +90,7 @@ Michiel Broek.


-IndexBack to Index +IndexBack to Index diff --git a/html/index.htm.in b/html/index.html.in similarity index 94% rename from html/index.htm.in rename to html/index.html.in index 8c680609..5d6e42fd 100644 --- a/html/index.htm.in +++ b/html/index.html.in @@ -32,7 +32,7 @@

 

@@ -43,7 +43,7 @@

  • Which distribution to use
  • Basic installation MBSE BBS
  • Upgrade MBSE BBS
  • -
  • Configuring the bbs with mbsetup +
  • Configuring the bbs with mbsetup
    1. Edit Global configuration
    2. Edit Fido networks @@ -56,7 +56,7 @@
      1. Edit Security limits
      2. Edit Language setup -
      3. Edit BBS menus +
      4. Edit BBS menus
      5. Edit File areas
      6. Edit Transfer protocols
      7. Edit Oneliners @@ -88,7 +88,7 @@
    3. Starting and Stopping the BBS
    4. Setup mgetty for the BBS
    5. -
    6. Programs and utilities +
    7. Programs and utilities
      1. mbaff, Announce newfiles and filefind
      2. mball, Allfiles and newfiles list creator
      3. @@ -127,8 +127,8 @@
        diff --git a/html/intergate.html b/html/intergate.html index 67ce4f87..ccc79e74 100644 --- a/html/intergate.html +++ b/html/intergate.html @@ -100,7 +100,7 @@ posted to that newsgroup. See Postfix (email) configuration

        -BackGo Back +BackGo Back diff --git a/html/intro.html b/html/intro.html index 29d89abf..4de5d9f2 100644 --- a/html/intro.html +++ b/html/intro.html @@ -88,7 +88,7 @@ should work for browsers about the same as with ANSI character terminals.

         

        -BackGo Back +BackGo Back diff --git a/html/invoking.html b/html/invoking.html index 893f527d..f41c74ec 100644 --- a/html/invoking.html +++ b/html/invoking.html @@ -66,7 +66,7 @@ dialout, scanning and tossing mail etc. In other words, the bbs is up and running.

        -BackGo Back +BackGo Back diff --git a/html/known_bugs.html b/html/known_bugs.html index b4ae5eca..ec7ad1a4 100644 --- a/html/known_bugs.html +++ b/html/known_bugs.html @@ -39,7 +39,7 @@ machines using networked filesystems because the storage format doesn't specify the internal byte order for different CPU's. This is an error in the JAM spec. -BackGo Back +BackGo Back diff --git a/html/license/index.htm b/html/license/index.html similarity index 92% rename from html/license/index.htm rename to html/license/index.html index 0d108964..068e864f 100644 --- a/html/license/index.htm +++ b/html/license/index.html @@ -33,7 +33,7 @@ Michiel Broek. -IndexBack to Index +IndexBack to Index diff --git a/html/menus/index.htm b/html/menus/index.html similarity index 98% rename from html/menus/index.htm rename to html/menus/index.html index 9a725784..7f5c67ab 100644 --- a/html/menus/index.htm +++ b/html/menus/index.html @@ -175,7 +175,7 @@ setup) or your BBS won't start and complain. Submenus may be nested 50 levels deep.

        -BackBack +BackBack diff --git a/html/mgetty.html b/html/mgetty.html index 0764adaf..f739172a 100644 --- a/html/mgetty.html +++ b/html/mgetty.html @@ -182,7 +182,7 @@ solution. If youre system allows it, try to add the the user mbse as a legal user of your serial ports. Most distributions have some tool for this.

        -BackGo Back +BackGo Back diff --git a/html/misc/dropfile.html b/html/misc/dropfile.html index e5536ec5..5f222dc9 100644 --- a/html/misc/dropfile.html +++ b/html/misc/dropfile.html @@ -107,7 +107,7 @@ Line Description 11 Node (line) number -BackGo Back +BackGo Back diff --git a/html/misc/filefind.html b/html/misc/filefind.html index 7fa201f6..a1dd3b29 100644 --- a/html/misc/filefind.html +++ b/html/misc/filefind.html @@ -325,7 +325,7 @@ to the fIleFind program. -BackGo Back +BackGo Back diff --git a/html/misc/fileid.html b/html/misc/fileid.html index 1221f0b9..f59c134a 100644 --- a/html/misc/fileid.html +++ b/html/misc/fileid.html @@ -381,7 +381,7 @@ distribution file/disk if it is prepared in the above described format. -BackGo Back +BackGo Back diff --git a/html/misc/ftpserver.html b/html/misc/ftpserver.html index c6034182..fbabb885 100644 --- a/html/misc/ftpserver.html +++ b/html/misc/ftpserver.html @@ -101,7 +101,7 @@ The mball program will parse this file and increase the download counters for the files that are downloaded from the bbs.

        -BackGo Back +BackGo Back diff --git a/html/misc/index.htm b/html/misc/index.html similarity index 94% rename from html/misc/index.htm rename to html/misc/index.html index 9cc61f03..38bb79a7 100644 --- a/html/misc/index.htm +++ b/html/misc/index.html @@ -39,7 +39,7 @@ MBSE BBS package.


        -IndexBack to Index +IndexBack to Index diff --git a/html/misc/ipmailer.html b/html/misc/ipmailer.html index f8a7bbad..42d9355b 100644 --- a/html/misc/ipmailer.html +++ b/html/misc/ipmailer.html @@ -167,7 +167,7 @@ Future developments might make additions necessary, if they can not be expressed with the existing set of flags as defined by this FSP. -BackGo Back +BackGo Back diff --git a/html/misc/jam.html b/html/misc/jam.html index 789c6a40..5dd15f9f 100644 --- a/html/misc/jam.html +++ b/html/misc/jam.html @@ -633,7 +633,7 @@ Co-Authors..: Andrew Milner, Mats Birch, Mats Wallin Sweden mw@fido.lu -BackGo Back +BackGo Back diff --git a/html/misc/outbound.html b/html/misc/outbound.html index ccea78eb..b3cbdec2 100644 --- a/html/misc/outbound.html +++ b/html/misc/outbound.html @@ -96,7 +96,7 @@ the "protected" inbound directory is processed automatic. If there is no pid found, the lock is a stale lock and is removed. -BackGo Back +BackGo Back diff --git a/html/misc/semafore.html b/html/misc/semafore.html index a90ead6c..e4a010f7 100644 --- a/html/misc/semafore.html +++ b/html/misc/semafore.html @@ -68,7 +68,7 @@ mbtask.last Purpose: A timestamp created and touched by "mbtask" every minute so you can check it is running. -BackGo Back +BackGo Back diff --git a/html/misc/usleep.html b/html/misc/usleep.html index 2ec672a9..cb7803b0 100644 --- a/html/misc/usleep.html +++ b/html/misc/usleep.html @@ -63,7 +63,7 @@ pauses of 10 ms. Michiel.

        -BackGo Back +BackGo Back diff --git a/html/misc/webserver.html b/html/misc/webserver.html index 7d26d788..6bc54577 100644 --- a/html/misc/webserver.html +++ b/html/misc/webserver.html @@ -114,7 +114,7 @@ for the files that are downloaded from the webserver.

        -BackGo Back +BackGo Back diff --git a/html/nodelist.html b/html/nodelist.html index 26e1dea5..f73bae58 100644 --- a/html/nodelist.html +++ b/html/nodelist.html @@ -126,7 +126,7 @@ mbtask. Magic copy nodelist and trigger compiler

         

        -BackGo Back +BackGo Back diff --git a/html/postfix.html b/html/postfix.html index a9cf7170..d2eeaaa5 100644 --- a/html/postfix.html +++ b/html/postfix.html @@ -154,7 +154,7 @@ changes.

        BackGo back  -HomeGo to main +HomeGo to main diff --git a/html/programs/index.htm b/html/programs/index.html similarity index 95% rename from html/programs/index.htm rename to html/programs/index.html index 8ca02670..f89627da 100644 --- a/html/programs/index.htm +++ b/html/programs/index.html @@ -43,7 +43,7 @@

      -MainBack to Main index +MainBack to Main index diff --git a/html/programs/mbaff.html b/html/programs/mbaff.html index e1d29c8c..f005fd2d 100644 --- a/html/programs/mbaff.html +++ b/html/programs/mbaff.html @@ -91,8 +91,8 @@ must be present in the ~/etc subdirectory. Use this switch if you run mbaff from the crontab.

      -BackBack to index  -IndexBack to main index +BackBack to index  +IndexBack to main index diff --git a/html/programs/mball.html b/html/programs/mball.html index 90c0d069..7a2cef00 100644 --- a/html/programs/mball.html +++ b/html/programs/mball.html @@ -67,8 +67,8 @@ In mbsetup menu 1.13 you need to set the days to include in new Also define valid paths to logfiles that are created by your web and ftp server.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbcico.html b/html/programs/mbcico.html index 429333e8..3364cc0c 100644 --- a/html/programs/mbcico.html +++ b/html/programs/mbcico.html @@ -293,8 +293,8 @@ Michiel Broek Rewrite for MBSE BBS.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbdiff.html b/html/programs/mbdiff.html index b8e22636..62ad9f23 100644 --- a/html/programs/mbdiff.html +++ b/html/programs/mbdiff.html @@ -56,8 +56,8 @@ nodelist with the mbfido program. mbdiff runs on the background.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbfido.html b/html/programs/mbfido.html index cd6517ce..911b2775 100644 --- a/html/programs/mbfido.html +++ b/html/programs/mbfido.html @@ -269,8 +269,8 @@ This variable must point to the root of the bbs directoy structure. There are still bugs, this program is under development.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbfile.html b/html/programs/mbfile.html index 5c638cd8..51a3ff30 100644 --- a/html/programs/mbfile.html +++ b/html/programs/mbfile.html @@ -184,8 +184,8 @@ overwrite the existing file. Supress virus scanning of files during adopt or import. Use with care.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbindex.html b/html/programs/mbindex.html index 756ed0cb..06887b54 100644 --- a/html/programs/mbindex.html +++ b/html/programs/mbindex.html @@ -60,8 +60,8 @@ must be present in the ~/etc directory. if you run mbindex from a shellscript or from the crontab.

       

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mblang.html b/html/programs/mblang.html index 63551f68..d8450296 100644 --- a/html/programs/mblang.html +++ b/html/programs/mblang.html @@ -30,8 +30,8 @@ use this program if you install a new language file. When you build the complete mbse bbs package, this command is run automatic for you.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mblogin.html b/html/programs/mblogin.html index eef7bfef..28fb8c4c 100644 --- a/html/programs/mblogin.html +++ b/html/programs/mblogin.html @@ -118,8 +118,8 @@ flags = IPv6 line. This is described with the setup for mgetty.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbmon.html b/html/programs/mbmon.html index 4769de50..dddc9899 100644 --- a/html/programs/mbmon.html +++ b/html/programs/mbmon.html @@ -111,8 +111,8 @@ soon as possible. This shows the software information.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbmsg.html b/html/programs/mbmsg.html index f92cb9ff..1af15f14 100644 --- a/html/programs/mbmsg.html +++ b/html/programs/mbmsg.html @@ -85,8 +85,8 @@ no screen output. Use this switch if you run mbmsg from the crontab.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbnntp.html b/html/programs/mbnntp.html index 87cf1073..0444e640 100644 --- a/html/programs/mbnntp.html +++ b/html/programs/mbnntp.html @@ -60,8 +60,8 @@ as newsserver.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbout.html b/html/programs/mbout.html index 531eafc6..753260e4 100644 --- a/html/programs/mbout.html +++ b/html/programs/mbout.html @@ -102,8 +102,8 @@ logfile and creates and stops polling of 2 nodes.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbpasswd.html b/html/programs/mbpasswd.html index e941b6f2..006f2972 100644 --- a/html/programs/mbpasswd.html +++ b/html/programs/mbpasswd.html @@ -47,8 +47,8 @@ running manually is not supported.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbsebbs.html b/html/programs/mbsebbs.html index ea1956ec..64745fd4 100644 --- a/html/programs/mbsebbs.html +++ b/html/programs/mbsebbs.html @@ -110,7 +110,7 @@ The final setup is to set the users "do not disturb" flag and then the menu system is started. The menu system will run forever, until the user chooses to logoff, the connection is lost or his daily timelimit is reached. For the possibilities and setup of the menus see -MBSE BBS Menu System +MBSE BBS Menu System

       

      Environment.

      @@ -139,8 +139,8 @@ will be made with the terminal type of the remote user.

       

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbseq.html b/html/programs/mbseq.html index 5f2fc0ee..fb12a376 100644 --- a/html/programs/mbseq.html +++ b/html/programs/mbseq.html @@ -41,8 +41,8 @@ Nah, it's only 50 lines code, what could go wrong?

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbsetup.html b/html/programs/mbsetup.html index 2a5de735..b0922171 100644 --- a/html/programs/mbsetup.html +++ b/html/programs/mbsetup.html @@ -33,7 +33,7 @@ When mbsetup is started without arguments the databases will be checked and initialized before the main screen is displayed. Both methods are being used to make sure all needed databases excist. For a detailed description of all setup options see -MBSE BBS Setup Guide
      +MBSE BBS Setup Guide
      mbsetup uses locking to protect the system databases. Some setup menus can only be entered if the bbs is free, ie. no users logged on, no mailer sessions, not tossing mail etc. If the bbs is free, then these menus can be @@ -54,8 +54,8 @@ must be present in the ~/etc directory. If it is not present, ie you run several other databases.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbstat.html b/html/programs/mbstat.html index 7eab44df..1c9d710f 100644 --- a/html/programs/mbstat.html +++ b/html/programs/mbstat.html @@ -71,8 +71,8 @@ This is good for using mbstat in scripts.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbtask.html b/html/programs/mbtask.html index 6728eba6..22afdfca 100644 --- a/html/programs/mbtask.html +++ b/html/programs/mbtask.html @@ -425,8 +425,8 @@ The GSPC command is used by utilities to check if enough space is available to continue to work safely.

       

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbtoberep.html b/html/programs/mbtoberep.html index a2f8917b..02cd8116 100644 --- a/html/programs/mbtoberep.html +++ b/html/programs/mbtoberep.html @@ -39,8 +39,8 @@ of the bbs structure. The main configuration file config.data must be present in the ~/etc directory.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbuser.html b/html/programs/mbuser.html index 2621944f..99f246a5 100644 --- a/html/programs/mbuser.html +++ b/html/programs/mbuser.html @@ -63,8 +63,8 @@ You should also run this command if you marked users to delete with for running mbuser in the background or from the crontab.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/programs/mbuseradd.html b/html/programs/mbuseradd.html index 2cbcc5ea..864f80da 100644 --- a/html/programs/mbuseradd.html +++ b/html/programs/mbuseradd.html @@ -63,8 +63,8 @@ running manually is not supported.

      -IndexBack to index  -MainBack to Main index +IndexBack to index  +MainBack to Main index diff --git a/html/routing.html b/html/routing.html index 80539faf..08ed3027 100644 --- a/html/routing.html +++ b/html/routing.html @@ -205,7 +205,7 @@ module. -BackGo Back +BackGo Back diff --git a/html/setup/bbs.html b/html/setup/bbs.html index d729769e..c7dcabfb 100644 --- a/html/setup/bbs.html +++ b/html/setup/bbs.html @@ -25,7 +25,7 @@ The BBS setup is split in the following sections:

      1. Security limits
      2. Language setup -
      3. BBS menus +
      4. BBS menus
      5. File areas
      6. Transfer protocols
      7. BBS List data diff --git a/html/setup/index.htm b/html/setup/index.html similarity index 95% rename from html/setup/index.htm rename to html/setup/index.html index 792fa934..768e00a0 100644 --- a/html/setup/index.htm +++ b/html/setup/index.html @@ -42,7 +42,7 @@ When you start mbsetup you will see the following screen:
        1. Edit Security limits
        2. Edit Language setup -
        3. Edit BBS menus +
        4. Edit BBS menus
        5. Edit File areas
        6. Edit Transfer protocols
        7. Edit Oneliners @@ -73,7 +73,7 @@ When you start mbsetup you will see the following screen:
        8. Create site documents
        -BackBack to index +BackBack to index diff --git a/html/upgrade.html.in b/html/upgrade.html.in index 76b364d5..f74c20b0 100644 --- a/html/upgrade.html.in +++ b/html/upgrade.html.in @@ -89,7 +89,7 @@ In the directory /opt/mbse/bin and /opt/mbse/etc are new scripts installed. They extension .new and you need to examine these to see if you can simply copy these over your current ones.

        -Back to IndexBack to Index +Back to IndexBack to Index diff --git a/html/ups.html b/html/ups.html index 148eca20..a2f212d1 100644 --- a/html/ups.html +++ b/html/ups.html @@ -39,7 +39,7 @@ startup scripts will remove them before the bbs is started.

         

        -BackGo Back +BackGo Back