Added documentation
This commit is contained in:
parent
da7a197338
commit
f03be0e2d8
@ -64,7 +64,7 @@ H_PROGS = programs/mbfido.html programs/mbmon.html \
|
||||
H_SETUP = setup/archiver.html setup/index.htm setup/bbs.html \
|
||||
setup/bbslist.html setup/language.html setup/oneliner.html \
|
||||
setup/emareas.html setup/magic.html setup/mail.html \
|
||||
setup/protocol.html setup/emgroup.html \
|
||||
setup/protocol.html setup/emgroup.html setup/chat.html \
|
||||
setup/fdb.html setup/security.html setup/sitedoc.html \
|
||||
setup/fegroup.html setup/modems.html setup/softinfo.html \
|
||||
setup/fidonet.html setup/tic.html \
|
||||
|
@ -16,7 +16,7 @@
|
||||
<BLOCKQUOTE>
|
||||
<center><img SRC="images/mbse.png" BORDER=0 alt="MBSE"></center>
|
||||
<div align=center><h1>MBSE BBS System Guide @VERSION@</h1></div>
|
||||
<div align=right><h5>Last update 09-Aug-2004</h5></div>
|
||||
<div align=right><h5>Last update 08-May-2005</h5></div>
|
||||
|
||||
|
||||
<h3><a NAME="top"></a>Introduction</h3>
|
||||
@ -83,6 +83,7 @@
|
||||
<li><A HREF="setup/domains.html">Edit Domains</A>
|
||||
<li><A HREF="setup/taskmgr.html">Edit task manager</A>
|
||||
<li><A HREF="setup/route.html">Edit Routing Table</a>
|
||||
<li><A HREF="setup/chat.html">Edit Internet BBS Chat</A>
|
||||
<li><A HREF="setup/softinfo.html">Show software information</a>
|
||||
<li><A HREF="setup/sitedoc.html">Create site documents</a>
|
||||
</ol></li>
|
||||
|
44
html/setup/chat.html
Normal file
44
html/setup/chat.html
Normal file
@ -0,0 +1,44 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<HTML>
|
||||
<!-- $Id$ -->
|
||||
<HEAD>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<META http-equiv="Content-Style-Type" content="text/css">
|
||||
<META NAME="Language" content='en'>
|
||||
<META name="author" lang="en" content="Michiel Broek">
|
||||
<META name="copyright" lang="en" content="Copyright Michiel Broek">
|
||||
<META name="description" lang="en" content="MBSE BBS Manual">
|
||||
<META name="keywords" lang="en" content="MBSE BBS, MBSE, BBS, manual, fido, fidonet, gateway, tosser, mail, tic, mailer">
|
||||
<TITLE>MBSE BBS Setup - Internet BBS Chat.</TITLE>
|
||||
<LINK rel=stylesheet HREF="../manual.css">
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<BLOCKQUOTE>
|
||||
<div align='right'><h5>Last update 08-May-2005</h5></div>
|
||||
<div align='center'><H1>MBSE BBS Setup - Internet BBS Chat</H1></div>
|
||||
|
||||
<H3>Introduction.</H3>
|
||||
<P>
|
||||
MBSE BBS has the chat system that can be linked via internet, Internet BBS
|
||||
Chat using the protocol described in FSP-9999.999. With this setup you can
|
||||
define other BBS systems to link with.
|
||||
<P>&nsbp;<P>
|
||||
|
||||
<H3>Edit systems<H3>
|
||||
<P>
|
||||
<pre>
|
||||
<strong>Comment </strong>The remote BBS name or a comment.
|
||||
<strong>Server </strong>The Full Qualified Domain Name of the remote.
|
||||
<strong>Myname </strong>My FQDN (copied from 1.2.20).
|
||||
<strong>Password </strong>The password for the link.
|
||||
<strong>Active </strong>Is the link active.
|
||||
<strong>Deleted </strong>If this records must be deleted.
|
||||
<strong>Compress </strong>Use zlib compression on the link (Not yet).
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
<A HREF="./"><IMG SRC="../images/larrow.png" ALT="Back" Border="0">Back to index</A>
|
||||
<A HREF="../"><IMG SRC="../images/b_arrow.png" ALT="Home" Border="0">Back to main index</A>
|
||||
</BLOCKQUOTE>
|
||||
</BODY>
|
||||
</HTML>
|
@ -14,7 +14,7 @@
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<BLOCKQUOTE>
|
||||
<DIV align=right><h5>Last update 02-Mar-2003</h5></DIV>
|
||||
<DIV align=right><h5>Last update 08-May-2005</h5></DIV>
|
||||
<DIV align=center><h1>MBSE BBS Setup Guide</h1></DIV>
|
||||
<P>
|
||||
|
||||
@ -69,6 +69,7 @@ When you start <strong>mbsetup</strong> you will see the following screen:
|
||||
<li><A HREF="domains.html">Edit Domains</A>
|
||||
<LI><A HREF="taskmgr.html">Edit Task Manager</A>
|
||||
<li><A HREF="route.html">Edit Routing Table</A>
|
||||
<li><A HREF="chat.html">Edit Internet BBS Chat</A>
|
||||
<li><A HREF="softinfo.html">Show software information</a>
|
||||
<li><A HREF="sitedoc.html">Create site documents</a>
|
||||
</ol>
|
||||
|
Reference in New Issue
Block a user