home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / W / WWIVEDIT / DOC / WWIVEDIT.DOC < prev   
Text File  |  1993-01-14  |  25KB  |  661 lines

  1.  
  2.  
  3.                               WWIVEdit Version 2.5
  4.                   By Adam Caldwell (1@16470 Link, 1@6470 Net)
  5.  
  6.  
  7.                                    OVERVIEW
  8.  
  9.          WWIVEdit is a full screen editor designed for WWIV 4.xx BBS
  10.     system.  WWIVEdit has been designed with simplicity in mind.  WWIVEdit
  11.     has many of the features of a word processor, while remaining fully
  12.     modem compatible.  WWIVEdit is an evolving software product,
  13.     originally designed for use with the WWIV BBS.  While it may never be
  14.     complete, its getting there.
  15.  
  16.  
  17.                               MEMORY REQUIREMENTS
  18.  
  19.          WWIVEdit requires a minimum of 150K free to load, and 175K to be
  20.     useful (ie, have 100 lines free for text entry).  When I say 150K free,
  21.     I mean, when you type //STAT at WWIV's main menu, it says "Heap free:
  22.     150K".  If you have at least 16K EMS free, in addition to the 150K the
  23.     BBS reports, everything will work fine.  WWIVEdit will allocate up to
  24.     64K of EMS, but requires that some of its data structures be located in
  25.     normal memory, and hence the 150K requirement.
  26.  
  27.  
  28.                            INSTALLATION INSTRUCTIONS
  29.  
  30.          Throughout this file, certain assumptions have been made:
  31.            1.  Your WWIV directory is C:\WWIV
  32.            2.  You are a sysop.
  33.  
  34.          If you are using WWIV 4.21a or greater, simply unzip WWIVEdit into
  35.     a temporary directory, and type INSTALL.  WWIVEdit is preconfigured to
  36.     run under WWIV 4.21a, and should run without problems on later
  37.     versions.  If you are running WWIV 4.21 or less, or a non-WWIV BBS, you
  38.     will need to do some special things, and so you should read this entire
  39.     document before starting the installation program.
  40.  
  41.          The install program will prompt you for your WWIV directory, and
  42.     where you want to install WWIVEdit to, and then create the needed
  43.     directory structure and copy the proper files into place.  It will also
  44.     configure the command lines correctly for you.
  45.  
  46.          If by some odd chance the INSTALL program can't/doesn't get the
  47.     command lines right, for reference, they are:
  48.  
  49.       Remote:
  50.          C:\WWIV\WWIVEDIT\WWIVEDIT %1 %2 %3 %4
  51.       Local:
  52.          C:\WWIV\WWIVEDIT\WWIVEDIT %1 %2 %3 %4 -key:local -set:local
  53.  
  54.     For reference:
  55.       %1 = Filename
  56.       %2 = Screen Width
  57.       %3 = Screen Height
  58.       %4 = Maximum number of lines
  59.       -key: specifies which keyboard file to use (from the CONFIG dir)
  60.       -set: specifies which settings file to use (from the CONFIG dir)
  61.  
  62.  
  63.                                      - 1 -
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                               WWIVEdit Version 2.5
  70.                   By Adam Caldwell (1@16470 Link, 1@6470 Net)
  71.  
  72.  
  73.  
  74.     The install program for WWIVEdit will create the following directory
  75.     structure:
  76.  
  77.     ───WWIV────WWIVEDIT───┬─CONFIG
  78.                           ├─DICT
  79.                           └─DOC
  80.  
  81.     The WWIVEDIT directory should contain:
  82.     MACROS.LCL, NOTAG.BBS, WWIVEDIT.EXE, WWIVEDIT.HLP, WWIVEDIT.KEY,
  83.     INDEX1.TAG, INDEX2.TAG, and USER.TAG.  The last three files are created
  84.     during the first run of WWIVEdit.
  85.  
  86.     The CONFIG directory should contain:
  87.     LOCAL.DEF, LOCAL.KEY, DEFAULT.DEF, DEFAULT.KEY, ECLIPSE.DEF, OTHER.KEY,
  88.     FOSSIL.DEF, DOS.DEF, and COM.DEF.  Only the first four of these are
  89.     necessary.  The others are provided for compatibility with other
  90.     BBS/Communications programs.
  91.  
  92.     After the first run of WWIVEdit with a particular DEF and/or KEY file,
  93.     new files will appear.  For example, from LOCAL.DEF, LOCAL.SET will be
  94.     created, and from LOCAL.KEY, LOCAL.KBD will created.  These are the
  95.     binary forms of the "text" files.  They will be used the next time
  96.     WWIVEdit is run to speed up loading.  You may also type WWIVEDIT -f to
  97.     force these files to be created.  The install program will ask you to
  98.     do this when it is done running.
  99.  
  100.     The DICT directory will contain dictionary files.  These include
  101.     WWIVEDIT.DIC, HASH, and U*.DIC (if you allow personal dictionaries).
  102.  
  103.     The DOC directory contains various files (such as this one).
  104.  
  105.          That is all that you will need to setup WWIVEdit if you are
  106.     running WWIV 4.22 or higher.  If you are running WWIV 4.21a, you should
  107.     install the EMP-HANG.MOD which will be in the WWIVEdit DOC dir.  If you
  108.     are using WWIV 4.21 or lower, you should see the section on the
  109.     EDITINFO.MOD (available from the Authors BBS), or seriously consider
  110.     upgrading to a newer version of WWIV.
  111.          You should read the rest of the documentation thoughoughly to
  112.     avoid problems.  You will especially want to look at the accompanying
  113.     files called CONFIG.DOC and KEY.DOC.  They give a complete discussion
  114.     of configuring WWIVEdit to your system.
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                      - 2 -
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                               WWIVEdit Version 2.5
  136.                   By Adam Caldwell (1@16470 Link, 1@6470 Net)
  137.  
  138.  
  139.                               FEATURES OF WWIVEDIT
  140.  
  141.     USER MACROS
  142.     -----------
  143.          WWIVEdit knows how to use the Control-A, Control-D, and Control-F
  144.     user macros which WWIV provides.  WWIV allows Control-P Control-A to
  145.     execute a users macro in an external program.  I felt it would be nicer
  146.     if a user could use his Control-A macro, without having to prefix it
  147.     with Control-P, so I have it set up, that if you hit Control-A, it will
  148.     first put Control-P, then Control-A into the keyboard buffer.  This
  149.     then allows WWIV to send the macro.  The problem is, there is a
  150.     difference in how some computers store their keyboard buffers.  To
  151.     remedy this, the KEYBOARD: [] parameter is provided.  If your users
  152.     experience problems with their Control-A, Control-D, or Control-F
  153.     macros, please refer to the CONFIG.DOC for a possible solution.  If
  154.     that does not work, users may still use their macros if they go ahead
  155.     and type Control-P first.
  156.          Another problem exits with users who use their terminal programs
  157.     macro facility to do macros.  Under most circumstances, they will work
  158.     fine, but occassionally, either WWIV or WWIVEdit will loose some
  159.     characters.  I have not determined the exact cause of this, and it is
  160.     still being looked at.
  161.  
  162.  
  163.     LOCAL MACROS
  164.     ------------
  165.          WWIVEdit now provides three kinds of local macros through the
  166.     MACROS.LCL file.  The first is key-stroke based, the second is literal
  167.     text, and the third is batch command macros.
  168.  
  169.     The following naming scheme is used for the three macro key types:
  170.        A   thru Z   relate to Alt-A thru Alt-Z
  171.        1   thru 0   relate to Alt-1 thru Alt-0
  172.        F1  thru F0  relate to F1 thru F10
  173.        $F1 thru $F0 relate to Shift-F1 thru Shift-F10
  174.        ^F1 thru ^F0 relate to Control-F1 thru Control-F10
  175.        !F1 thru !F0 relate to Alt-F1 thru Alt-F10
  176.        ^IN and $IN are Control Insert and Shift Insert
  177.        ^DL and $DL are Control Delete and Shift Delete
  178.        $TB is Shift Tab
  179.        HOM is the Home Key
  180.        END is the End Key
  181.        UP, RT, LF, and DN are the Arrow keys Up, Right, Left, and Down
  182.        PU and PD are Page Up and Page Down
  183.        INS and DEL are the insert and delete keys
  184.        ^LF and ^RT are Control Left Arrow and Control Right Arrow
  185.        ^PU and ^PD are Control Page Up and Control Page Down
  186.        ^HO and ^EN are Control Home and Control End
  187.        - and = are Alt -  and Alt =
  188.  
  189.     Many of the above keys are standard editing functions, and will be of
  190.     no practical use as macro names, but they are included just in case.
  191.  
  192.  
  193.  
  194.  
  195.                                      - 3 -
  196.  
  197.  
  198.  
  199.  
  200.  
  201.                               WWIVEdit Version 2.5
  202.                   By Adam Caldwell (1@16470 Link, 1@6470 Net)
  203.  
  204.  
  205.          All three types of macros are stored in the file MACROS.LCL,
  206.     located in the WWIVEdit directory.  The file is a plain text file that
  207.     can be edited with WWIVEdit.  An example file is provided with the
  208.     editor.  The file WWIVEDIT.KEY must also be in your WWIVEdit directory,
  209.     and you must also set WWIVEDITMACROS: [Y] in the DEF file that you are
  210.     using (LOCAL.DEF).  The best way to edit the file is to type //EDIT
  211.     from the main menu prompt in WWIV, and then enter WWIVEDIT\MACROS.LCL
  212.     as the filename.  You could also edit it from DOS level, by changing to
  213.     the WWIVEdit directory and typing:
  214.         WWIVEDIT MACROS.LCL -key:local -set:dos
  215.  
  216.     To specify a key-stroke macro, you need to use the following layout:
  217.     NAME:
  218.     Macro Text Line 1
  219.     Macro Text Line 2
  220.     .
  221.     .
  222.     Macro Text Line N
  223.     :NAME
  224.  
  225.     To specify a literal text macro, you need to use the following layout:
  226.     NAME"
  227.     Macro Text
  228.     "NAME
  229.  
  230.     The difference between the two types is that if a control character,
  231.     such as an escape character appears in the macro text, in the first (:)
  232.     format, it will be interpreted as if you hit that key (for example,
  233.     Escape), where as in the second ("), it will be inserted into your text
  234.     (for use in an ANSI graphic for exampe).
  235.  
  236.          In both of these formats the tilde (~) has special meaning when it
  237.     appears at the beginning or end of a line.  When it appears at the
  238.     beginning of a line, it serves as a place holder and is ignored when
  239.     the macro is executed.  This is very helpful if you want your macro to
  240.     end with a "slash" command.  For example, say you wanted to make an F2
  241.     macro that saved your message.  If you simply Typed
  242.     "F2: [ENTER] /ES [ENTER]", it would save immediately the Macros file
  243.     (assuming you are using WWIVEdit to edit the macros file).  On the
  244.     other hand, this macro would do what you want:
  245.  
  246.     F2:
  247.     ~/ES
  248.     :F2
  249.  
  250.     When a tilde appears at the end of a line, it means that ENTER should
  251.     not be sent during macro execution.  This is useful if you don't want a
  252.     new line to be started after the macro is done executing.  Extending
  253.     the above macro's second line to ~/ES~ would make it so that you would
  254.     have to hit ENTER after pressing F2 to save the file, in case you
  255.     accidently hit F2.
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                                      - 4 -
  262.  
  263.  
  264.  
  265.  
  266.  
  267.                               WWIVEdit Version 2.5
  268.                   By Adam Caldwell (1@16470 Link, 1@6470 Net)
  269.  
  270.  
  271.          The third and final macro format is a DOS batch file format.  To
  272.     specify it, you use the following format:
  273.  
  274.     NAME;
  275.     COMMAND 1
  276.     COMMAND 2
  277.     .
  278.     .
  279.     COMMAND N
  280.     ;NAME
  281.  
  282.     Using this format, everything between the two ';'s is extracted out
  283.     into a batch file, and then executed by WWIVEdit in a DOS subshell.
  284.     For and example of how to use this, see the MACROS.LCL file that came
  285.     with WWIVEdit.
  286.  
  287.  
  288.     DOS SHELL
  289.     ---------
  290.          WWIVEdit provides a DOS shell.  To enter the DOS shell, you need
  291.     to hit Control-Alt (or whatever you define it as in LOCAL.DEF).
  292.     WWIVEdit will then swap itself to either EMS (if enough is available),
  293.     or disk.  WWIVEdit creates a file called WWIVEDIT.SWP if it is swapped
  294.     to disk.  This file will be erased when you exit the DOS shell, and you
  295.     need not worry about it.  I just thought I would mention it because
  296.     someone had mentioned it to me.
  297.  
  298.     CHAT MODE
  299.     ---------
  300.          WWIVEdit supports a two-way color chat that looks very similar to
  301.     the Two-Way chat mode in WWIV 4.xx.  You can enter chat mode by
  302.     pressing both shift keys at the same time (or whatever you define it as
  303.     in the .DEF file.)  The chat mode looks a lot like the WWIV Two-Way
  304.     chatmode.  To exit chatmode, either ESC or F10 will work.
  305.          If you are running WWIV 4.21a or less, then, there is one problem
  306.     you should be aware of.  If the user should happen to hang up/get
  307.     disconnected while in chat mode, the BBS will lock-up the next time a
  308.     key is pressed on the keyboard.  This shouldn't be a problem because
  309.     the only way to get into chat mode is for the sysop to be there, and if
  310.     the user hangs up in chat mode, the sysop will be there to reset the
  311.     BBS (and computer).  WWIV 4.22 fixes this problem by providing a hangup
  312.     detection mechinism which WWIVEdit takes advantage of.
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.                                      - 5 -
  328.  
  329.  
  330.  
  331.  
  332.  
  333.                               WWIVEdit Version 2.5
  334.                   By Adam Caldwell (1@16470 Link, 1@6470 Net)
  335.  
  336.  
  337.     TAG LINES
  338.     ---------
  339.          WWIVEdit supports two kinds of tag lines.  Personal Tag Lines, and
  340.     BBS Tag Lines.  Both are optional.  Personal Tag Lines are defined by
  341.     the user, and are appended to every message that the user posts unless
  342.     one of the following is true:
  343.        1) The user saves with /SY or /ESY
  344.        2) The user disables taglines for that particular message.
  345.        3) You have set up a NOTAG file
  346.             NOPERSON: [Filename] is in the DEF file.
  347.        4) TAG: [1] is in the DEF file.
  348.        5) You are running WWIV 4.21a (or above) and have disable tags set
  349.           in //BOARDEDIT and do not have BBSDISABLE: [1] set in the DEF
  350.           file.
  351.  
  352.          BBS Tag lines are definable by the Sysop.  To create BBS Tag
  353.     Line(s), create in your WWIVEDIT directory, files called BBSxxxxx.TAG.
  354.     The xxxxx can be anything you want, and you can create as many of these
  355.     files as you want.  If more than one of them exists, WWIVEdit will
  356.     select one at Random and append it to the message unless one or more of
  357.     the following is true:
  358.        1) The file already existed when WWIVEdit was loaded.
  359.        2) BBSTAG: [1] is in the DEF file
  360.        3) You has set up a NOTAG file
  361.           NOTAG: [Filename] is in the DEF file.
  362.        4) You are running WWIV 4.21a (or above) and have disable taglines
  363.           set in //BOARDEDIT and do not have BBSDISABLE: [2] set in the DEF
  364.           file.
  365.  
  366.     TAGLINE "Netiquete"
  367.     -------------------
  368.          It it considered highly rude to place raw ANSI into your BBS
  369.     taglines.  By raw ANSI, I mean anything generated by an ANSI editor
  370.     such as TheDraw.  You may put color in your taglines, but it should be
  371.     WWIV color codes (such as those put in by WWIVEdit).  In short, you
  372.     should NOT use programs like TheDraw to make your BBS*.TAG files.
  373.          WWIVEdit also makes use of a WWIV 4.21+'s optional lines parameter
  374.     to hide taglines from person who do not want to see them.  To do this,
  375.     it prefixs each line of personal and BBS taglines with Control-D #.
  376.     User taglines have a # of 9, the first line of a BBS tagline 8, and
  377.     each additional line goes down by one.  What this means is that if you
  378.     go into WWIV's defaults section and select optional lines: 10, you will
  379.     see nothing in the way of taglines generated by WWIV.  If you set it to
  380.     9, you will only see personal taglines.  If you set it to 8 or lower,
  381.     you will see progressively more lines of peoples BBS taglines.  A
  382.     setting of 0, will let you see everything.
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.                                      - 6 -
  394.  
  395.  
  396.  
  397.  
  398.  
  399.                               WWIVEdit Version 2.5
  400.                   By Adam Caldwell (1@16470 Link, 1@6470 Net)
  401.  
  402.  
  403.     DISABLING TAGLINES
  404.     ------------------
  405.          There are a few different ways to disable Taglines with WWIVEdit.
  406.     The first and easiest is to use the Disable Tag? feature in //BOARDEDIT
  407.     in WWIV 4.21a and above.  Using this will disable both user and BBS
  408.     taglines unless you specify the BBSDISABLE: [1 or 2] parameter noted
  409.     above.  The other way is to use a NOTAG file (noted above and explained
  410.     below)
  411.  
  412.     NOTAG FILE
  413.     ----------
  414.          NOTAG files are used to selectively disable taglines based on the
  415.     message destination.  For example, if you want BBS taglines disabled on
  416.     local subs, you would use a NOTAG file.
  417.          There are two parameters in the .DEF files that you can set.  The
  418.     first is the NOTAG: parameter, and the other is the NOPERSON:
  419.     parameter.  Each of these is a filename of file in your WWIVEdit
  420.     directory.  These files contain a list of substrings which, if found in
  421.     the "destination" line of a post will cause taglines to be disable.
  422.     The NOTAG: parameter specifies the filename that disables BBS taglines,
  423.     and the NOPERSON: paramter specifies the filename the disables the
  424.     personal taglines.
  425.          By default, WWIVEdit comes with a NOTAG.BBS file (which is
  426.     specified as the NOTAG: parameter) that contains the "#" sign.  This
  427.     disables BBS taglines on personal E-Mail.  WWIVEdit will check each
  428.     line in the NOTAG file to see if it is a "substring" of the Destination
  429.     line.  Whenever personal E-Mail is sent on a system the Destination
  430.     line will appear as "User Name #10" or whatever.  In this case, the "#"
  431.     in the NOTAG file matches the "#" in the "#10".
  432.          You are not limited to symbols though.  You can just as easily
  433.     type in a full message base name (these are CASE SENSITIVE).  For
  434.     Example, if you have a word association base and you don't want
  435.     Tag lines in it, your NOTAG file would look like this:
  436.     -----
  437.     #
  438.     Word Association
  439.     -----
  440.     One side effect of having the # in the NOTAG file occurs if you
  441.     subscribe to a message base that has a # in the name.  For example, I
  442.     subscribe to the Alternate #1 Sysop's Net.  Because the # appears in
  443.     the sub name, taglines are disabled on that sub also, even though I
  444.     don't want them to be.  The only way arround this dilema is to change
  445.     the name of the sub in //BOARDEDIT.
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.                                      - 7 -
  460.  
  461.  
  462.  
  463.  
  464.  
  465.                               WWIVEdit Version 2.5
  466.                   By Adam Caldwell (1@16470 Link, 1@6470 Net)
  467.  
  468.  
  469.                                NONSTANDARD SETUPS
  470.  
  471.     This section contains information on how to setup WWIVEdit for anything
  472.     other than WWIV 4.21a+.
  473.  
  474.     EDITINFO.MOD
  475.     ------------
  476.          Because of its size, the EDITINFO.MOD is not included in the
  477.     distribution file.  It may be extracted from the WWIVEdit 2.3 archive
  478.     available on most major WWIV BBS's, or may be obtained for the author.
  479.          My thanks go out to Wayne Bell for making this unneccesary for
  480.     people using WWIV 4.21a or higher.
  481.          EDITINFO.MOD is a modification that I wrote so that WWIVEdit can
  482.     more effectively communicate with the BBS.  EDITINFO.MOD communicates
  483.     with the BBS through two different files.  The first file is called
  484.     EDITOR.INF.  The BBS creates this file before invoking the editor.
  485.     This file contains information about the messages's destination, title,
  486.     and information about its author.
  487.          The second file is created by WWIVEdit.  This file contain the
  488.     "Anonymous" state of the message just saved, and its title.
  489.  
  490.     Enhancements enabled by this modification:
  491.          /TI  : Title Change
  492.          /ESN : Non-Anonymous save without that annoying Anonymous? prompt
  493.          /ESY : Anonymous save without prompt
  494.          "Title:" and "Dest:" will always be correct
  495.          Fixes problems that appear under special situations (//CHUSER)
  496.  
  497.          While WWIVEdit can be run without the EDITINFO.MOD in place in
  498.     older version of WWIVEdit, it is not recommended, as it may open up
  499.     some security problems.
  500.  
  501.     MS-DOS 5.0
  502.     ----------
  503.     If you are running MS-DOS 5.0 and Wayne Bell's DOS 5.0 fix for WWIV
  504.     4.12, you need to do some additional work.  Go into RETURN.C and search
  505.     for ni_stack[100].  Change it to ni_stack[1024].  Next, search for
  506.     &ni_stack[98] and change it to &ni_stack[1022].  Repeat these in
  507.     EXTRN.C, and that should fix everything (including problems with other
  508.     editors).
  509.  
  510.     TURBO C 2.0
  511.     -----------
  512.          I have heard that there may be a problem if you compile WWIV using
  513.     Turbo C 2.0.  This may cause the editor to "hang" on your system.  If
  514.     you are having problems with lockups on your system, try installing a
  515.     stock copy of WWIV 4.xx and see if WWIVEdit will work with it.  If it
  516.     doesn't, please let me know so I can correct the problem if possible.
  517.  
  518.     BACKSPACE/DELETE
  519.     ----------------
  520.          WWIV 4.21 and below has a "bug" that causes the delete key to be
  521.     mapped as the backspace key.  What that means is that from remote, when
  522.     the user presses his delete key expecting the character under the
  523.  
  524.  
  525.                                      - 8 -
  526.  
  527.  
  528.  
  529.  
  530.  
  531.                               WWIVEdit Version 2.5
  532.                   By Adam Caldwell (1@16470 Link, 1@6470 Net)
  533.  
  534.  
  535.     cursor to be deleted, the editor will instead delete the character to
  536.     the left of the cursor.  The EDITINFO.MOD included with WWIVEdit has a
  537.     few steps in it that will fix this bug for all external editors,
  538.     without affecting other externals or the internal WWIV editor.  WWIV
  539.     4.21a fixes this problem also.
  540.  
  541.  
  542.     NON-WWIV BBS'S
  543.     --------------
  544.          This section is not yet complete.  Contact the author for further
  545.     instructions.
  546.  
  547.  
  548.                                   DISCLAIMERS
  549.  
  550.          WWIVEdit is a name that I arbitrarily choose in the process of
  551.     writing this program.  If there is any other editor out there that
  552.     uses this name, it is unknown to me.  WWIVEdit is the product of the
  553.     work of Adam Caldwell.  All routines used in this program were
  554.     either written by Adam Caldwell, or directly modified to suit the
  555.     purposes of this program with the following exception:
  556.                    EXECSWAP unit by TurboPower software
  557.  
  558.          The Author of this program is not responsible for any damages,
  559.     frustrations, or other things that may result from the use of this
  560.     program, nor does he guarantee that it will work on any system but his
  561.     own.  This program is provided As-Is.  The Author will make
  562.     modifications specifically requested by people who donate money, and
  563.     may even do it for people who have not donated money, however, the
  564.     Author does not guarantee this.
  565.  
  566.     PLEA FOR MONEY!
  567.     ---------------
  568.     WWIVEdit is distributed on a BegWare basis (I beg you to send me
  569.     money!).  If you find this program useful, PLEASE send me some money.
  570.     If you send me $10 or more, I will mail the next version of WWIVEdit to
  571.     you when it becomes available.  This is the current registration
  572.     policy, and replaces all other policies.
  573.          This program may be freely distributed, so long as the terms set
  574.     forward in the LICENSE.DOC file are adhered to.  If you did not recieve
  575.     that file, then someone has violated the licensing agreement.  All
  576.     future version of this program will be distributed in a BegWare
  577.     fashion.  My BBS phone number is (614) 593-7836.  I don't gaurantee
  578.     that it will always be in service, but barring unforeseen hardships, it
  579.     will be in service until June 1993.
  580.  
  581.     I can be contacted at:
  582.       Adam Caldwell             (Preferred till June 1993)
  583.       114 Grosvenor St
  584.       Athens, Ohio 45701
  585.     OR
  586.       Adam Caldwell
  587.       16952 Nash Rd
  588.       Middlefield, Oh 44062
  589.  
  590.  
  591.                                      - 9 -
  592.  
  593.  
  594.  
  595.  
  596.  
  597.                               WWIVEdit Version 2.5
  598.                   By Adam Caldwell (1@16470 Link, 1@6470 Net)
  599.  
  600.  
  601.     If you have internet, you can E-Mail me at any of the following:
  602.       acaldwel@oucsace.cs.ohiou.edu
  603.       acaldwel@bigbird.cs.ohiou.edu
  604.     Note: I can't respond to UUCP mail recieved at those addresses because
  605.     of the system setup.
  606.  
  607.     And finally, (the preffered method) via WWIV Net/Link
  608.       1 @16470 Link  The First Galactic Empire (Link)
  609.       1 @6470  Net   The First Galactic Empire (Net)
  610.  
  611.  
  612.     Thank you for trying WWIVEdit
  613.       The Emporer (Adam Caldwell)
  614.       Sysop of "The First Galactic Empire"
  615.       Tel: (614) 593-7836 (WWIV 4.xx/USR HST DS 16.8K)
  616.            (614) 594-3051 (Voice)
  617.  
  618.  
  619.                                 THANK YOU NOTES
  620.  
  621.     The Duelist - For Beta Testing my editor, getting me involved in WWIV,
  622.          and helping me set up my board so long ago...
  623.     Jim Wire - For help beyond the call of duty...
  624.     Trader Jack - For the initial beta testing of WWIVEdit 2.3
  625.     Niloc - For his suggestions and beta testing of the editor on my
  626.          system.
  627.  
  628.     Thanks also go to:
  629.       Parapuke, Filo, Trojan, Ken, Aahz, Lance Halle, Raistlin, Blondie &
  630.     The Warden, Phantom, Joe Hallahan, Gene Wells, and anyone everone who
  631.     sent me suggestions and bug reports (and more importanly, money).
  632.  
  633.  
  634.                                    WHAT'S NEW
  635.     Version 2.5  (Release Version)
  636.     - Added external strings
  637.     - Fixed a few more things
  638.  
  639.     Version 2.4  (Beta version)
  640.     -----------
  641.     - Numerous little/big bugs fixed
  642.     - Added a quoter
  643.     - Added a cursor toggle for insert/overwrite mode
  644.     - Insert File now behaves a little differently (gives you a list of
  645.       files)
  646.     - More memory efficient -- Now will allocate up to 64K of EMS if
  647.       available.
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.                                      - 10 -
  658.  
  659.  
  660.  
  661.