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.