Index: freexp/build/DOS16/build.bat
===================================================================
RCS file: /server/cvs/freexp/build/DOS16/build.bat,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- freexp/build/DOS16/build.bat 22 Sep 2004 16:08:12 -0000 1.20
+++ freexp/build/DOS16/build.bat 7 Oct 2004 16:48:33 -0000 1.21
@@ -1,5 +1,5 @@
@ECHO OFF
-REM $Id: build.bat,v 1.20 2004/09/22 16:08:12 mw Exp $
+REM $Id: build.bat,v 1.21 2004/10/07 16:48:33 mf Exp $
REM FreeXP "make" Batchdatei: Kompiliert alle f�r FreeXP relevanten
REM Programme und Ressourcen
@@ -73,20 +73,20 @@
%COMP% ZPR
IF ERRORLEVEL 1 GOTO FEHLER
-%RC% XP-D
+%RC% XP-D
IF ERRORLEVEL 1 GOTO FEHLER
-%RC% XP-E
+%RC% XP-E
IF ERRORLEVEL 1 GOTO FEHLER
-%RC% XPFM-D
+%RC% XPFM-D
IF ERRORLEVEL 1 GOTO FEHLER
%RC% XPFM-E
IF ERRORLEVEL 1 GOTO FEHLER
-%RC% XPUU-D
+%RC% XPUU-D
IF ERRORLEVEL 1 GOTO FEHLER
%RC% XPUU-E
IF ERRORLEVEL 1 GOTO FEHLER
CD DOC
-%IHS% XP
+%IHS% XP
IF ERRORLEVEL 1 GOTO FEHLER
%IHS% XP-E
IF ERRORLEVEL 1 GOTO FEHLER
@@ -129,6 +129,7 @@
COPY DOC\COPYING BUILD\DOS16\XPDIR\DOC
COPY DOC\FXP_EN.TXT BUILD\DOS16\XPDIR\DOC
+COPY DOC\FXP_EN.HTML BUILD\DOS16\XPDIR\DOC
COPY DOC\README.TXT BUILD\DOS16\XPDIR\DOC
COPY DOC\SLIZENZ.TXT BUILD\DOS16\XPDIR\DOC
COPY DOC\SNAPSHOT.TXT BUILD\DOS16\XPDIR\DOC
@@ -216,6 +217,9 @@
{
$Log: build.bat,v $
+ Revision 1.21 2004/10/07 16:48:33 mf
+ MF: - English Installation Guide in HTML format added.
+
Revision 1.20 2004/09/22 16:08:12 mw
MW: - Integration der XP.OVR in die XP.EXE
Index: freexp/doc/fxp_en.html
===================================================================
RCS file: freexp/doc/fxp_en.html
diff -N freexp/doc/fxp_en.html
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ freexp/doc/fxp_en.html 7 Oct 2004 16:47:13 -0000 1.1
@@ -0,0 +1,1154 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta name="generator" content="AsciiDoc 5.1.0" />
+<meta name="author" content="Martin Foster" />
+<meta name="author-email" content="[EMAIL PROTECTED]" />
+<title>FreeXP Installation Guide</title>
+<style type="text/css">
+body {
+ background: #dedede; /* Light gray */
+ margin: 0;
+ min-height: 480px;
+}
+
+h1,h2,h3,h4,h5 {
+ padding: 0.5em 0 0 5%;
+ text-align: left;
+ background: transparent;
+ font-family: Tahoma, Verdana, sans-serif;
+ font-weight: bold;
+ margin-top: 1.5em;
+}
+
+h1 {
+ padding: 0.5em 0 0.5em 5%;
+ color: white;
+ background: #1f764c; /* Olive green */
+ margin: 0;
+ border-bottom: solid 1px black;
+}
+
+a {
+ font-weight: bold;
+ background: #ffd; /* Light yellow */
+ color: #093; /* Green */
+ text-decoration: none;
+}
+a:hover { text-decoration: underline; }
+
+p { padding: 0 5%; }
+
+ul,ol {
+ padding: 0 5%;
+ margin-left: 1.25em; /* for Konqueror 3 misbehavior*/
+ list-style-position: outside;
+}
+p.listtitle + ul, p.listtitle + ol, p.listtitle + dl {
+ margin-top: 0;
+}
+
+dl { padding: 0 5%; }
+dt { font-style: italic; }
+dd, li { padding-bottom: 0.5em; }
+dd p, li p { margin: 0; padding: 0; }
+li div.indentedparagraph { margin-left: 0; }
+div.indentedparagraph pre, li div.indentedparagraph pre { margin-left: 2%; }
+
+table {
+ margin-left: 5%;
+ margin-right: 5%;
+}
+thead,tfoot,tbody {
+ /* No effect in IE6. */
+ border-top: 2px solid green;
+ border-bottom: 2px solid green;
+}
+thead,tfoot {
+ font-weight: bold;
+}
+
+p.listtitle {
+ margin-top: 1.5em;
+ margin-bottom: 0.2em;
+}
+p.tabletitle {
+ margin-top: 1.5em;
+ margin-bottom: 0.5em;
+}
+p.blocktitle {
+ margin-top: 1.5em;
+ margin-bottom: 0.2em;
+}
+p.imagetitle {
+ margin-top: 0.2em;
+ margin-bottom: 1.5em;
+}
+div.image img {
+ border: 1px solid #ece9d8;
+}
+a.imagelink > img:hover { border: 1px solid #093; } /* IE6 broken */
+a.imagelink > img { border: 1px solid transparent; }
+a.imagelink {
+ /* Don't use text link colors. */
+ background: transparent;
+ color: white;
+}
+
+p.graphictitle {
+ margin-top: 0.2em;
+ margin-bottom: 1.5em;
+}
+
+div#content {
+ margin: 3em 5% 3em 10%;
+ border-top: 1px solid black;
+ border-left: 1px solid black;
+ border-right: 2px solid black;
+ border-bottom: 2px solid black;
+ background: white;
+}
+
+div#footer {
+ background: #f0f0f0; /* light gray */
+ font: 8pt sans-serif;
+ margin-top: 2em;
+ margin-bottom: 0;
+ padding: 1em 0;
+ border-top: gray;
+}
+
+div#footer p {
+ margin: 0;
+ padding: 0 5%;
+}
+
+div#footer table {
+ margin-left: 2%;
+}
+
+div#footer a {
+ color: black;
+ background: transparent;
+ text-decoration: underline;
+}
+
+div#badges {
+ padding: 0 15px;
+}
+
+div#badges td {
+ vertical-align: middle;
+}
+
+div#badges img {
+ border-style: none;
+}
+
+div.image {
+ width: 100%;
+ border-style: none;
+ margin-bottom: 1.5em;
+ margin-left: 1em; /* for IE5,6 misbehavior */
+ padding: 0;
+ text-align: left;
+}
+div.graphic {
+ width: 100%;
+ border-style: none;
+ margin-bottom: 1.5em;
+ margin-left: 1em; /* for IE5,6 misbehavior */
+ padding: 0;
+ text-align: left;
+}
+
+p.under-construction {
+ color: red;
+ font: bold medium sans-serif;
+}
+
+/* Display for browsers that don't understand stylesheets. */
+.ahem { display: none; }
+
+/* Print nicely. */
[EMAIL PROTECTED] print {
+ @page { margin: 10% } /* This _is_ valid CSS2. */
+ h1,h2,h3,h4 { page-break-after: avoid; page-break-inside: avoid }
+ blockquote,pre { page-break-inside: avoid }
+ ul,ol,dl { page-break-before: avoid }
+ /* Override existing property settings. */
+ h1,a { color: black; background: white; }
+ div#content { margin: 0; border: 0; }
+ div#footer { display: none; }
+ /* IE5,6 only has the problem displaying, so restore margin for printing */
+ div.image { margin-left: 0; }
+ p.imagetitle { page-break-before: avoid; }
+ p.blocktitle, tabletitle { page-break-after: avoid; }
+ ### DEPRECATED: Used by deprecated graphic macro. ###
+ div.graphic { margin-left: 0; }
+ p.graphictitle { page-break-before: avoid; }
+}
+
+span#author {
+ font-family: sans-serif;
+ font-size: larger;
+ font-weight: bold;
+}
+
+
+h1 { font-size: 200%; }
+h2 { font-size: 125%; text-decoration: underline;}
+h3 { font-size: 110%; font-family: sans-serif;}
+h4 { font-size: 100%; font-style: italic; font-family: sans-serif;}
+
+/* This is only used by level 0 sections in book document types. */
+h2.sect0 { font-size: 175%; text-decoration: underline;}
+
+div#preamble p { }
+
+div.indentedparagraph { margin: 0 5%; }
+div.indentedblock { margin: 0 5%; }
+
+div.verbatimblock {
+ background: #e0e0e0;
+ margin: 0 5%;
+ padding: 0.5em;
+}
+
+div.codeblock {
+ background: #ffeaee;
+ margin: 0 5%;
+ padding: 0.5em;
+ border: 1px solid gray;
+}
+
+div.sidebarblock {
+ background: #ffffee;
+ margin: 0.5em 20% 0.5em 5%;
+ padding: 0.5em 1em;
+ border: 1px solid gray;
+}
+div.sidebarblock * { padding: 0; }
+div.sidebarblock div { margin: 0; }
+p.sidebartitle {
+ font-family: sans-serif;
+ font-style: italic;
+ margin-top: 0.5em;
+ margin-bottom: 0.2em;
+}
+
+
+</style>
+
+</head>
+<body>
+<div id="content">
+<h1>FreeXP Installation Guide</h1>
+<p>
+<span id="author">by Martin Foster</span><br/>
+<tt><<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>></tt><br/>
+v2.0,
+October 2004
+</p>
+<div id="preamble">
+<p>
+<em>Copyright © Martin Foster 2004</em>
+</p>
+<p>
+This guide has been written as an aid to getting started with FreeXP. The
+intentions are to get you as far as making your first poll to your Boss,
+sending an AreaFix request and then processing the resultant list. In no
+way is it intended as a tutorial in the use of FreeXP. This document
+relates to the FreeXP version(s) of CrossPoint only. The FreeXP
+maintainer has the author's written permission to include this document
+in any and/or all of his FreeXP distribution archives. Alterations and/or
+amendments to this guide by anyone other than the copyright holder are
+expressely forbidden. Any alterations or amendments which are felt to be
+necessary should be submitted to the copyright holder at either of the
+following addresses:
+</p>
+<p>
+<strong>Fido Netmail: 2:250/501.2</strong>
+</p>
+<p>
+<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
+</p>
+<p>
+Before commencing the installation, you <strong>MUST</strong> obtain the following
+information from your Boss:
+</p>
+<ul>
+<li>
+<p>
+Your Point number.
+</p>
+</li>
+<li>
+<p>
+Which archiver to use.
+</p>
+</li>
+<li>
+<p>
+Your Boss's online hours.
+</p>
+</li>
+<li>
+<p>
+Your session password.
+</p>
+</li>
+<li>
+<p>
+Does your Boss's mailer support EMSI.
+</p>
+</li>
+<li>
+<p>
+Does your Boss's mailer support FTS-0006.
+</p>
+</li>
+<li>
+<p>
+Does your Boss use 4-D or 3-D addressing.
+</p>
+</li>
+<li>
+<p>
+What name(s) does his AreaFix programme respond to.
+</p>
+</li>
+<li>
+<p>
+What name(s) does his AllFix programme respond to.
+</p>
+</li>
+</ul>
+<div class="sidebarblock">
+<p>
+<strong>IMPORTANT NOTE:</strong> In the unlikely event that your Boss's mailer neither
+supports EMSI nor FTS-0006, you will NOT be able to poll him with FreeXP!
+Needless to say, there's no point in going any further than here :-((
+</p>
+</div>
+</div>
+<h2>BASIC FidoNet Point Installation(4D)</h2>
+<h3>Preliminary work</h3>
+<ol>
+<li>
+<p>
+Extract the contents of FXP???.ZIP into a directory of your choice
+(suggest \XP). Please note: the archive contains three directories; DOC,
+SAMPLES and BEISPIEL, so the -d switch must be used when extracting the
+archive to preserve the directory structure.
+</p>
+</li>
+<li>
+<p>
+Move the contents of the SAMPLES directory into your FreeXP HOME
+directory and then delete the empty SAMPLES directory. The BEISPIEL
+directory and its contents can be either ignored or deleted, as it
+contains German templates and scripts.
+</p>
+</li>
+<li>
+<p>
+Now start FreeXP by typing XP.EXE.
+</p>
+</li>
+</ol>
+<div class="sidebarblock">
+<p class="sidebartitle">READ CAREFULLY!</p>
+<p>
+Look very closely at your screen and then type "e". Do <strong>NOT</strong> press
+<Enter> at any stage <strong>unless</strong> you want the
<strong>German</strong> interface.
+</p>
+</div>
+<h3>Basic Configuration</h3>
+<div class="sidebarblock">
+<p>
+ONLINE HELP IS AVAILABLE AT ANY TIME BY PRESSING <F1>
+</p>
+</div>
+<p>
+N.B. To move between fields either press <Tab>, <Up-arrow>
+or <Down-arrow>. To "check" a box, press the <Spacebar>.
+</p>
+<ul>
+<li>
+<p>
+You should now have a box in the middle of the screen which requires
+you to input information in three fields:
+</p>
+<div class="indentedparagraph"><pre>
+"Type of Net" -------> Press F2 and cursor down to "Fido"
+ and press <Enter>
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Server name" -------> Enter the Node number of your BOSS
+ and then press <Enter>
+ (e.g. 2:250/333)
+</pre></div>
+<div class="indentedparagraph"><pre>
+"User name" ---------> Enter your OWN name and then press
+ <Enter>
+ (e.g. Joe Bloggs)
+</pre></div>
+</li>
+<li>
+<p>
+You should now have another larger box in the middle of the screen with
+the cursor in the "Point number" field:
+</p>
+<div class="indentedparagraph"><pre>
+"Point number" ----------> Enter your Point number (e.g. 1)
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Point net" -------------> Leave this as it is (20000)
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Phone" -----------------> Enter the phone number of your
+ BOSS (e.g. 01274484076)
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Passwd" ----------------> Enter your session password
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Upload packer" ---------> Press F2 and a pick-list will
+ appear. By pressing <Down-arrow>
+ you can select which archiver
+ you want to use for your
+ OUTGOING mail packets. Once the
+ menu-bar is over the archiver
+ you want to use, press <Enter>.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Download unpacker ------> Exactly the same procedure as
+ for "Upload packer", except
+ with this option, you choose
+ which archiver to use for
+ INCOMING mail packets. Ideally,
+ it should be the same one as
+ your upload packer.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Zmodem options" --------> Leave blank.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"AKA's" -----------------> Leave blank.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Send packets for" ------> Leave blank.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"4D addresses" ----------> If your Boss uses 4-D
+ addressing, you need to check
+ this box. If your Boss uses 3-D
+ addressing, this box needs to
+ be empty.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"TosScan" ---------------> Leave this box checked.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"EMSI" ------------------> If your Boss's mailer supports
+ EMSI, leave this box checked. If
+ it doesn't, un-check it.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Set system clock" ------> Leave empty.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Packet password" -------> If you've agreed a packet
+ password with your Boss, check
+ this box. If you haven't, leave
+ it empty. Note: the packet
+ password MUST be the same as
+ your session password otherwise.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Use node address" ------> Leave empty.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Send empty packet" -----> Some mailers need to receive
+ something before they will send
+ anything. Check with your Boss
+ to see if his is one of this
+ type of mailer. If it is, you
+ need to check this box. If it
+ isn't, leave it empty. In most
+ cases, leave this box empty.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Ext. packet names" -----> Check this box but it would be
+ advisable to ask your Boss if
+ his mail processing software
+ supports this feature.
+</pre></div>
+</li>
+</ul>
+<div class="verbatimblock"><pre>
+Now press <Enter> to save your settings
+</pre></div>
+<ul>
+<li>
+<p>
+You should now be presented with yet another box in the middle of your
+screen with "Edit" highlighted. Tab your way along to "OK" and press
+<Enter>. When the "Beta notice" appears, read it and then either press
+<Enter> to continue or select "Cancel" to abort.
+</p>
+</li>
+<li>
+<p>
+If you elected to continue, you should now be presented with a more or
+less blank screen. Along the top of the screen you will notice a menu bar
+with nine options. For a basic configuration, some but not all of these
+options need to be configured. Look at the menu bar across the top of the
+screen, either select "Config" and press <Enter> or press "C". Now either
+select "Modem" and press <Enter> or press "M". Select the comport that
+your modem is connected to (e.g COM2) and press <Enter>. A box should now
+appear in the middle of the screen:
+</p>
+<div class="indentedparagraph"><pre>
+"Use FOSSIL driver" -----> Leave this blank.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Port address (hex)" ----> If you are using standard
+ comport addressing, leave this
+ as it is. If you are NOT using
+ standard comport addressing,
+ enter the comport address here
+</pre></div>
+<div class="indentedparagraph"><pre>
+"IRQ number" ------------> If you are using standard
+ comport addressing, leave this
+ as it is. If you are NOT using
+ standard comport addressing,
+ enter the IRQ number here.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Modem init" ------------> Enter your modem init string
+ here. (e.g AT&F&C1&D2)
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Modem exit" ------------> Enter the string you would
+ like FreeXP to send to the
+ modem when you exit from the
+ programme. Usually this would
+ be ATZ
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Dial comm." ------------> Press F2 and select ATDT
+</pre></div>
+<div class="indentedparagraph"><pre>
+"German Telekomm
+ commemorative minute" --> Leave this blank.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Ignore CD" -------------> Leave this blank.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Ignore CTS" ------------> Leave this blank.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Use RTS" ---------------> Check this box.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Detect RING" -----------> Leave this blank.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"16550 FIFO" ------------> In some instances, FreeXP
+ will automatically detect the
+ presence of a 16550 UART and
+ place an "X" in this box.
+ However, if you know that you
+ have a 16550 UART and
+ FreeXP doesn't detect it,
+ you will have to check this box
+ yourself. If you don't have a
+ 16550 UART, leave this box
+ blank.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"trigger level" ---------> This only applies if you have
+ a 16550 UART and the default
+ is 8. If you need to change
+ this, press F2 and select the
+ desired value.
+</pre></div>
+</li>
+</ul>
+<div class="verbatimblock"><pre>
+Now press <Enter> to save your settings and return to the main screen
+</pre></div>
+<ul>
+<li>
+<p>
+The next option that needs to be configured is "Edit". Press "d". A
+pull-down menu should now appear. Either cursor down to "Servers" and
+press <Enter> or press "S". You should now have a large box in the middle
+of your screen. At the bottom of the box there are six options. Either
+cursor along to "Edit" and press <Enter> or press "E". You should now see
+a pull-down menu with seven options. Cursor down to "Modem" and press
+<Enter>:
+</p>
+<div class="indentedparagraph"><pre>
+"Wait for connection" ---> This should be set to a minimum
+ of 50
+</pre></div>
+<div class="indentedparagraph"><pre>
+" Dial pause" -----------> This is the time (in seconds)
+ that you want FreeXP to
+ wait between dialling attempts
+ (e.g 60)
+</pre></div>
+<div class="indentedparagraph"><pre>
+"max.dialling attempts" -> Set this to the number of
+ attempts that you want
+ FreeXP to re-dial after
+ receiving either a "BUSY" or a
+ "NO CARRIER" message (e.g 10)
+</pre></div>
+<div class="indentedparagraph"><pre>
+"max.connects" ----------> This should be set to the
+ number of times you want
+ FreeXP to re-call your BOSS
+ following a failed session. It
+ is advisable to set this to 2
+</pre></div>
+<div class="indentedparagraph"><pre>
+"min. cps rate" ---------> This is the minimum CPS rate at
+ which you will allow FreeXP
+ to transfer mail/files to/from
+ your Boss. If the CPS rate
+ drops below the figure that you
+ enter here, FreeXP will
+ disconnect from your Boss. It's
+ entirely a matter for you to
+ decide what to enter here. A
+ suggested figure for a 14400
+ modem would be 1200. A
+ suggested figure for a 28800
+ modem would be 2500. However,
+ if you enter "0" here,
+ FreeXP will allow the CPS
+ rate to fall indefinitely.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Modem init." -----------> If you do NOT wish to use the
+ default init string, you can
+ enter a different one here. If
+ you DO want to use the default
+ init string, leave this field
+ empty.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Interface" -------------> Press "F2" and select the
+ comport to use.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Speed" -----------------> Press "F2" and select the
+ baudrate.
+</pre></div>
+</li>
+</ul>
+<div class="verbatimblock"><pre>
+Now press <Enter> to save your settings and return to the previous screen
+</pre></div>
+<ul>
+<li>
+<p>
+Make sure that "Edit" is highlighted and then press <Enter>. Cursor
+down to "Names" and press <Enter>:
+</p>
+<div class="indentedparagraph"><pre>
+"Node number" -----------> Your BOSS's node number should
+ already be in this box. If it
+ isn't, enter it here.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"User name" -------------> Your OWN name should already be
+ in this box. If it isn't, enter
+ it here.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Origin" ----------------> Enter your origin line here
+ (e.g "My Point")
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Comment" ---------------> You can enter anything you like
+ in here! It is usual to enter
+ the name of your Boss's system.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Domain" ----------------> Press "F2" and select
+ "fidonet".
+</pre></div>
+</li>
+</ul>
+<div class="verbatimblock"><pre>
+Now press <Enter> to save your settings and return to the previous screen
+</pre></div>
+<ul>
+<li>
+<p>
+Make sure that "Edit" is highlighted and then press <Enter>. Cursor
+down to "Fido" and press <Enter>:
+</p>
+<div class="indentedparagraph"><pre>
+"AreaFix (Name)" --------> Press "F2" and select "Areafix"
+</pre></div>
+<div class="indentedparagraph"><pre>
+"AreaFix (Password)" ----> Enter your areafix password
+ here. This is usually the same
+ as your session password but
+ you will need to verify this
+ with your Boss.
+</pre></div>
+<div class="indentedparagraph"><pre>
+""+" for area requests" -> Normally this can be left blank
+ but consult your Boss to be
+ absolutely sure.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Commands as subject" ---> Leave this box empty.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"d'Bridge areafix" ------> If your Boss is using the
+ D'Bridge mailer, check this
+ box. If he isn't, leave it
+ blank.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"AllFix (Name)" ---------> Press "F2" and select "AllFix"
+</pre></div>
+<div class="indentedparagraph"><pre>
+"AllFix (Password)" -----> Enter your AllFix password
+ here. This is usually the same
+ as your session password but
+ you will need to verify this
+ with your Boss.
+</pre></div>
+<div class="indentedparagraph"><pre>
+"Misc. Newsgroups" ------> Press "F2" and select "/FIDO/"
+</pre></div>
+</li>
+</ul>
+<div class="verbatimblock"><pre>
+Now press <Enter> to save your settings and return to the previous screen
+</pre></div>
+<ul>
+<li>
+<p>
+Make sure that "Edit" is highlighted and then press <Enter>. Cursor
+down to "Misc." and press <Enter>. If your Boss is NOT online 24 hours,
+you need to configure "Netcall". Example: if your Boss is online from
+22:00 to 06:00, you would need to do this:
+</p>
+<div class="indentedparagraph"><pre>
+"Netcall" ------> Exclude from 06:00 to 22:00
+ times
+</pre></div>
+</li>
+</ul>
+<p>
+If your Boss IS online 24 hours, you need do nothing with the above
+option.
+</p>
+<div class="indentedparagraph"><pre>
+"Misc (/Netcall/All)" ---> This box needs to be checked.
+</pre></div>
+<div class="verbatimblock"><pre>
+Now press <Enter> to save your settings and return to the previous
+screen. Select "OK" and press <Enter> to take you back to the main
+screen.
+</pre></div>
+<div class="sidebarblock">
+<p>
+The BASIC installation is now complete.
+</p>
+</div>
+<h3>Notes</h3>
+<ul>
+<li>
+<p>
+An areas list is NOT required prior to polling your Boss for the first
+time but just for the sake of completeness, full instructions for
+obtaining an areas list are provided below.
+</p>
+</li>
+<li>
+<p>
+It is NOT necessary to manually configure echo areas prior to polling
+your Boss for the first time.
+</p>
+</li>
+<li>
+<p>
+A nodelist is NOT required for a BASIC FidoNet Point Installation.
+</p>
+</li>
+<li>
+<p>
+The FreeXP main archives are available for download on the internet at
+the following URL's:
+</p>
+</li>
+</ul>
+<p>
+<a href="http://www.bitzbox.plus.com/">http://www.bitzbox.plus.com/</a> (England)
+</p>
+<p>
+<a href="http://www.freexp.de/">http://www.freexp.de/</a> (Germany)
+</p>
+<ul>
+<li>
+<p>
+English language support for FreeXP is available in the FidoNet
+international echos XPOINT and POINTS. At the time of writing, these
+echos are on the Z1B, the Z2-R24 and the Z2-R25 backbones. English
+language support may also be sought in the numerous FreeXP mailing lists,
+newsgroups and Web forums, details of which may be obtained from either
+of the above URL's.
+</p>
+</li>
+</ul>
+<h3>Requesting and processing an areas list</h3>
+<ol>
+<li>
+<p>
+From FreeXP's main screen, select "Message". From the menu that has
+now appeared, select "Area Manager". From the sub-menu select "Get list"
+and press <Enter>. FreeXP will now generate an areafix request. If you
+wish to view the areafix request prior to sending it to your Boss, select
+"Message/Unsent/show" and press <Enter>. The message header information
+should now be displayed. To view the message itself, press <Enter>.
+When you have looked at the areafix message, press <ESC>, <ESC>, to bring
+you back to the main screen.
+</p>
+</li>
+<li>
+<p>
+And now for the big moment - sending the areafix request to your Boss.
+First make sure your modem is switched on and then from the main screen,
+press "N", then press "S" - it's as simple as that! Now sit back and
+watch it all happen :-)
+</p>
+</li>
+<li>
+<p>
+Assuming all went well with the poll, you must now poll your Boss
+again to pickup the areas list. Depending on how your Boss has his system
+set up will determine how long to wait before calling back. Most Bosses
+process areafix requests <em>on the spot</em>. It's entirely a matter for you to
+decide how long to wait before attempting to pickup the areas list but I
+would suggest waiting at least five minutes. To pickup the list, press
+"N" followed by "S" from the main screen and FreeXP will call your Boss
+to pickup the waiting areas list.
+</p>
+</li>
+<li>
+<p>
+You should now have two folders displayed on your main screen. One of
+the folders should be named "/�Netcall", which contains extracts from the
+logfile and the other should be marked "/<yourname>", which is your
+incoming netmail folder. To process the areas list, cursor over the
+folder named "/<yourname>" and press <Enter>. Assuming that the only item
+in this folder is the areas list, now select "Message/Area Manager/Import
+list" and press <Enter>. If there is more than the areas list in this
+folder, you need to cursor over the areas list prior to selecting
+"Message/Area Manager/Import list". FreeXP will now read the areas list
+and import it into its database. To view the areas list, cursor over the
+areas list and press <Enter>.
+</p>
+</li>
+<li>
+<p>
+To fix-in(subscribe) to an area(s), select "Message/Area Manager/
+Subscribe" and press <Enter>. The areas list will now be displayed. To
+fix into areas it's a simple matter of cursoring over the area(s) and
+pressing the <Spacebar>. When you have finished, press <Enter> and you
+will be asked to confirm your choice(s). It's a simple "Yes/No" reply.
+Assuming that you answered yes, FreeXP will generate the areafix request.
+To send the request, get back to the main screen and press "N" followed
+by "S".
+</p>
+</li>
+</ol>
+<h2>Basic/Desirable tweaks 'n twiddles</h2>
+<p>
+Once the first three polls have been successfully made, a few tweaks need
+to be done before polling your Boss again. Although not mandatory, they
+could be considered desirable:
+</p>
+<ol>
+<li>
+<p>
+From the menu bar across the top of FreeXP's main screen, select
+"Config". From the drop down menu, select "Options" and from that drop
+down menu, select "Messages". Cursor down to "Use Re^n", un-check the box
+and press <Enter>, <Enter>, <Enter>. The cursor should now be in the
+"## XP ##" box. Press <F2>, cursor down to "never" and press <Enter>.
+Check the next box and press <Enter> and then press <Enter> on the
+remaining options.
+</p>
+</li>
+<li>
+<p>
+From the menu bar across the top of FreeXP's main screen, select
+"Edit". From the drop down menu, select "Groups". Cursor down to "Netz"
+and press "E". Now cursor down to "Replies" and press F2. Cursor down to
+"none" and press <Enter>, <Enter>. Press "O" to save the new setting.
+</p>
+</li>
+<li>
+<p>
+From the menu bar across the top of FreeXP's main screen, select
+"Config". From the drop down menu, select "Options" and from that drop
+down menu, select "Netcall". Cursor down to "Complete netcall logfile
+(NETCALL.LOG)" and check the box. Now press <Enter>, <Enter> to save the
+new setting.
+</p>
+</li>
+<li>
+<p>
+From the menu bar across the top of FreeXP's main screen, select
+"Config". From the drop down menu, select "Options" and from that drop
+down menu, select "Addresses". In the "Organization" field, enter your
+system name e.g. "My Point" - without the quotes. Now press <Enter> and
+in the "Postal address" field, write your City/Town. Leave all other
+fields blank.
+</p>
+</li>
+<li>
+<p>
+Before writing any messages, it would be advisable to configure your
+"signature" and "greetings" templates. By doing this, you will be saving
+yourself a lot of unnecessary typing. To configure these templates,
+select "Edit" from the menu bar across the top of FreeXP's main
+screen and from the drop down menu, select "Templates". For your netmail
+signature, cursor down to "Signature (Priv)" and press <Enter>. This will
+place you in the FreeXP editor where you may define your netmail
+signature. Once you are happy with your signature, press <ESC> and answer
+"Yes" to the question. Now cursor up to "Signature (Pub)" and press
+<Enter> to get back into the editor, where you may now define your
+echomail signature. Repeat the "<ESC>, "Yes" process to save your
+echomail signature. Now cursor up to "Header (Priv)" and press <Enter> to
+get back into the editor where you may now define your netmail "greeting".
+This could be something like "Hi $VORNAME" or "Hello $VORNAME" - without
+the quotes. $VORNAME will translate to the first name of the person you
+are writing to but only for new netmail messages. For netmail replies,
+see "Quote (Priv)". Now repeat the "<ESC>", "Yes" process to save your
+netmail greeting. Now cursor up to "Header (Pub)" and press <Enter> to
+get back into the editor where you may now define your echomail
+"greeting". This could be something like "Hello All" or "Hi" - without
+the quotes. Now repeat the "<ESC>", "Yes" process to save your echomail
+greeting. A full explanation on the use and configuration of templates
+can be found in "TEMPLATE.HTO" which is available for download on the
+internet at <a href="http://www.bitzbox.plus.com">http://www.bitzbox.plus.com</a> For
further help with FreeXP,
+link into the FidoNet echo XPOINT.
+</p>
+</li>
+</ol>
+<p>
+Have Fun! :-)
+</p>
+<h2>Command line switches for starting FreeXP</h2>
+<p>
+FreeXP is started with:
+</p>
+<div class="indentedparagraph"><pre>
+XP [/Option1 /Option2 ...]
+</pre></div>
+<p>
+Options are:
+</p>
+<div class="indentedparagraph"><pre>
+/? Help
+</pre></div>
+<div class="indentedparagraph"><pre>
+/av: Runs the integrated archive viewer.
+ eg. XP /av:file.zip. Wildcards allowed.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/f:<File> loads a EGA/VGA-Font File (Screen Font)
+ in the usual formats (8x8, 8x16 Pixels)
+ If no extension is given, .FNT assumed.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/gd: selects another phone charge file (Default:
+ GEBUEHR.DAT).
+</pre></div>
+<div class="indentedparagraph"><pre>
+/j no dumb remark when exiting FreeXP....
+</pre></div>
+<div class="indentedparagraph"><pre>
+/k:X passes the (single) keystroke X to the
+ programme, where X is any character.
+ (Can start a key macro on start-up)
+</pre></div>
+<div class="indentedparagraph"><pre>
+/l:X selects the language, eg. /l:E for English.
+ Of course, the language module must be installed.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/LCD changes colours to improve screen visibility
+ on laptops etc.
+ see also /m below.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/m forces a black & white display.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/maus activates a Cursor-Mouse emulation.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/pw:xxx passes the start-up password direct.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/q deactivates all sounds, so as not to
+ wake you at night..
+</pre></div>
+<div class="indentedparagraph"><pre>
+/rp Do not check TSRs
+ FreeXP normally checks after a
+ DOS-Shell whether TSRs were loaded and
+ exits if yes. (It is rarely advisable to
+ load TSRs in a shell). However, if you must,
+ this switch stops the check.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/sd Do not flush Smartdrive;
+ Normally XP flushes the smartdrive write
+ cache (if active) at regular intervals to
+ minimise data loss possibilities. This
+ deactivates this flushing if you don't like
+ it.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/trace activates netcall script logging.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/w Give up CPU time under Windows. To lower the
+ load on the CPU when XP is idle, the screen
+ saver, clock and mouse emulation is
+ switched off.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/z:x Set x screen lines. x must be one of the
+ values shown under /Config/Display/Lines.
+</pre></div>
+<p>
+For the following options, if you set more than one, they are carried out
+in the order shown here. /ip & /ips may not be specified simultaneously.
+In this case the LAST given is run.
+</p>
+<div class="indentedparagraph"><pre>
+/autostart:hhmm-hhmm Starts FreeXP if the
+ current time is in the given time period.
+ This entry is designed for the autoexec.bat
+ file and starting the PC with a time switch.
+ If the time at start is in the given period,
+ XP starts up.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/user:BOX:NAME sets the User name for the given
+ Box. For multi-user points.
+ For Fido use "_" instead of ":" in
+ the Box name.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/ip:FILE Imports the specified file name as
+ puffer, as under (/XPoint/Import
+ /Puffer). The filename may be a full
+ path; the file must have a PUFFER
+ format.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/ipe:FILE as /ip, but sets the receive date for
+ messages to the date they were
+ written.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/ips:BOX:FILE reads in the puffer FILE, and also
+ lays it up ready to send to BOX.
+ For Fido use "_" instead of ":" in
+ the box name.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/g is an extra switch for /ip and /ipe, which
+ sets the imported messages direct to "already
+ read". Not necessary for /ips
+</pre></div>
+<div class="indentedparagraph"><pre>
+/n:BOX[:hh:mm] starts FreeXP making a call to
+ the given box. If the time is
+ specified, it waits to make a
+ netcall at the given time.
+ For Fido use "_" instead of ":" in
+ the box name.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/n:* starts FreeXP to make a /Netcall/All.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/nr:BOX makes a relogin netcall at the given box.
+ The connect must already exist, and the
+ box be waiting for "Username".
+ (Z-Netz only)
+</pre></div>
+<div class="indentedparagraph"><pre>
+/t:n starts FreeXP running Timing List
+ no. "n"
+</pre></div>
+<div class="indentedparagraph"><pre>
+/r does a Re-Org/Messages
+</pre></div>
+<div class="indentedparagraph"><pre>
+/pack does a Re-Org/Pack
+</pre></div>
+<div class="indentedparagraph"><pre>
+/xpack only pack files whose use lies under 100%
+ A file name may be specified,
+ eg. /xpack:USER packs only the User File.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/ss start screensaver
+</pre></div>
+<div class="indentedparagraph"><pre>
+/x End Program. Since it is carried out last, it
+ is used to end the program after other tasks
+ have been carried out by other parameters,
+</pre></div>
+<p>
+Diagnostics Options:
+</p>
+<div class="indentedparagraph"><pre>
+/d debug mode; displays more information during
+ the progress of a netcall.
+</pre></div>
+<div class="indentedparagraph"><pre>
+/df:1 shows the command call when an external
+ program is called (icl. parameters).
+</pre></div>
+<div class="indentedparagraph"><pre>
+/df:2 waits for a key to be pressed after an
+ external program call.
+</pre></div>
+<p>
+Instead of specifying long command lines when calling FreeXP, you can
+list your favourite parameters in a text file and place it in the
+AUTOEXEC directory.
+</p>
+<div id="footer">
+<p>
+Version 2.0<br/>
+Last updated 07-Oct-2004 17:15:34 GMT Daylight Time
+</p>
+</div>
+</div>
+</body>
+</html>
------------------------------------------------------------------------
FreeXP CVS-Mailingliste
[EMAIL PROTECTED]
http://www.freexp.de/cgi-bin/mailman/listinfo/cvs-list