home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / HATCH / WWIVNEWS.ZIP / 9103.NWS < prev    next >
Text File  |  1991-02-27  |  29KB  |  507 lines

  1.                           WWIVNEWS Volume 1, Issue 3
  2.                                   March 1991
  3.  
  4.  
  5.                                Table of Contents
  6.                                ~~~~~~~~~~~~~~~~~
  7.     SubEd099....................................................Filo 1@5252
  8.     ANSI Menu System Preliminary Proposal.................Intuition 39@6991
  9.     A Watchdog Council...............................Creator O'toole 3@2510
  10.     Space Dynasty v3.03 Review.......................Creator O'toole 3@2510
  11.     WOMR Preview............................................Darkster 1@3114
  12.     G-Files Once-And-For-All Fix.........................Agent Steel 1@6556
  13.     ...Form Letters and Macros.....................................Eric 1@7
  14.     TWIT.EXE - Delete Them Thar Dumb Messages..............John Wash 1@8403
  15.     The Pending File.........................................WWIVNEWS Staff
  16.     Letters to the Editor...........................................Various
  17.     The Editor's Corner.................................East Bay Ray 1@9964
  18.     Acknowledgements.........................................WWIVNEWS Staff
  19.     =======================================================================
  20.  
  21.  
  22.                                    SubEd099
  23.                                 by Filo 1@5252
  24.  
  25.           SubEd099 is the third and last beta version of a Sub Editor
  26.     program which I wrote to help me keep up with some of the large subs
  27.     which I host. It is written in QuickBASIC and comes with an
  28.     installation program which I also wrote. The installation program
  29.     combines both QuickBASIC and Norton's BE.
  30.           SubEd may be invoked from DOS, from Shift-F10 or from CHAINS. It
  31.     cannot run remotely because I did not build any modem handling routines
  32.     into the program. Its strength, in my opinion, is its ability to run
  33.     from the Shift-F10 function in WWIV, because that allows a sub host to
  34.     read his mail and upon finding a request to add or delete a node from a
  35.     sub, the SysOp can drop to dos, run subed, and make the changes. In my
  36.     case, after finishing the changes, I return to the BBS and invoke the
  37.     Form letter function to notify the node that it has been added/deleted
  38.     from the requested sub. The list of subscribing nodes is maintained in
  39.     sorted order from lowest to highest node number.
  40.           In addition to having a HOST command mode, the program also has a
  41.     SUBSCRIBE mode which creates the appropriate NNxxxx.NET file in DATA
  42.     with the host's node number in it and which permits a crude form letter
  43.     to be sent to the host node informing him/her that you wish to
  44.     subscribe to the sub. The form letter must then be sent with the
  45.     //UPLOAD function. Admittedly, this is quite crude, but it does
  46.     alleviate the necessity of having to have my program interface with the
  47.     message structure inherent in WWIV.
  48.           A REVIEW function exists in the program which permits the user to
  49.     obtain a listing of all subs subscribed to. The listing is merely a
  50.     listing of the NNxxxx.NET files that exist in the DATA directory. It
  51.     also permits a listing of all nodes contained in a specific Nxxxx.NET
  52.     file. This listing is in 4 columns and does not (at present) contain
  53.     provision to page up or page down through the subscribers. Thus, if the
  54.     sub has more than 196 subscribers, the first page(s) fly by.
  55.           Finally, the program contains a feature to allow you to page
  56.     through SUBS.LST, SUBS.1 and SUBS.2. If the latter two files do not
  57.     exist in DATA, you must create dummy files for them in order to prevent
  58.     the program from aborting.
  59.           Several people have asked why the program does not contain
  60.     features similar to the SUBEDIT program written by Richard Ruffner. The
  61.     reason is rather simple. I ran Mr. Ruffner's program when it first came
  62.     out (almost 2 years ago) and did not particularly like it at that time.
  63.     After a couple of uses it was discarded. Thus, due to my failing memory
  64.     (hehe), I do not even remember what Richard's program looked like or
  65.     what features it contained. I suppose I could look as I think I still
  66.     have a copy, but by not looking at his program, I can honestly say that
  67.     mine is not a clone of his program.
  68.           In the near future, I hope to release SUBED100 which will correct
  69.     the few remaining bugs in SUBED099 (mainly unexpected aborts due to
  70.     poor programming on my part) and which may improve upon the crude form
  71.     letter situation. I welcome any suggestions that you, the readers, may
  72.     offer.
  73.     =======================================================================
  74.  
  75.  
  76.                      ANSI Menu System Preliminary Proposal
  77.                              by Intuition 39@6991
  78.  
  79.           Designing a menu for a BBS has long been a problem for the
  80.     developers of the BBS software and the SysOps of the BBS's that runs
  81.     the software. Due to both size of the user's screen and modem speed
  82.     restrictions, they are often time-consuming for the expert user who is
  83.     looking for an obscure function, such as "//NET", and complicated for
  84.     the beginning user. Embedded ANSI codes to change the color of certain
  85.     portions of the menus (highlighting key commands) may solve the latter
  86.     problem while compounding the former. Now, with WWIV commands
  87.     constantly changing through the addition of modifications, users find
  88.     themselves constantly checking the menus to find the command to use the
  89.     off-line reader or to see what prefixes are local to them. Is there a
  90.     solution to this frustrating problem?
  91.           Fortunately, yes. This article explains a possible method of
  92.     placing the menus on the remote user's hard drive or RAM that can be
  93.     called up with a simple keystroke and scrolled up and down to view all
  94.     of the commands. Such a menu would be invoked through an ANSI code of
  95.     around 10 bytes, sent from the local (BBS) side of the connection.
  96.     Naturally, such a system is not without its drawbacks.
  97.           The first is a user who does not have ANSI menu capability. This
  98.     can be easily eliminated by sending out an ANSI menu detect code (much
  99.     like WWIV 4.12 sends out an ANSI detect code). If the remote system has
  100.     ANSI menu capability, it will respond with another code containing the
  101.     version number of the ANSI menu driver, so that the BBS can attempt to
  102.     prevent sending codes intended for future releases of ANSI menus.
  103.           Next comes the problem of users who have old versions of a
  104.     certain BBS's menus. For example, a SysOp may add a new command to the
  105.     main menu through a mod that he recently added. Again, this can be
  106.     solved by the BBS sending a code requesting the version of the menus
  107.     the remote side is running off of. If it is an older version, the user
  108.     would receive the new menus through a file transfer that is initiated
  109.     by the BBS, but can be terminated by the user--that is, the ANSI menu
  110.     driver will alert the user that he is about to receive a new packet of
  111.     ANSI menus, and can give the user the choice of receiving the packet or
  112.     aborting the transfer.
  113.           The question of "Where will the time remaining and current
  114.     message sub number and title go?" comes up. The current solution to
  115.     this problem is to place the time remaining along with other statistics
  116.     in a status line on the very top of the screen that will include the
  117.     BBS name, user and node number, time remaining, and editing function
  118.     status (such as insert mode) or percentage into current menu and line
  119.     number (since the menus would scroll up and down to display the entire
  120.     menu). The message sub prompt would go into the bottom line of the
  121.     menu. The menu itself would be between these two status lines or
  122.     "bars."
  123.           Just how much of the screen these menus take up would be left up
  124.     to the user, unless the BBS needs a certain amount of lines to edit
  125.     messages (which would necessitate a code to lock and unlock the size of
  126.     the menu). This would permit an expert to quickly scan through the menu
  127.     looking for a mod command, while permitting a beginner to gradually
  128.     browse through the available commands. Since the size would affect the
  129.     page pauser ("[PAUSE]"), yet another ANSI menu command would be sent by
  130.     the remote system telling the BBS how many lines are available for the
  131.     actual display.
  132.           Clearly, this system is incomplete and very open-ended.
  133.     Technicalities, such as the storage format of the menus, implementation
  134.     into current terminal programs, and differing systems (Amiga, IBM,
  135.     Macintosh, etc.) present problems unaddressed by this article. I
  136.     encourage anyone with suggestions to e-mail me at 39@6991 on WWIVNet.
  137.           A list of the current ANSI menu codes is available (due to space
  138.     constraints, they were not included with this article). If you want a
  139.     copy of these codes, just e-mail me at 39@6991 on WWIVNet. For your
  140.     information, all but two of the codes start out with ^[ (the escape
  141.     character, 0x1B hexadecimal, \033 octal), the "." character, a 1 letter
  142.     command, ! or ? identifying it as the BBS or remote system, and finish
  143.     off with a four-byte hexadecimal value (in ASCII format) or a string
  144.     whose length is determined by another command.
  145.     =======================================================================
  146.  
  147.  
  148.                               A Watchdog Council
  149.                            by Creator O'toole 3@2510
  150.  
  151.           In the 205 area code there was a recent uproar because of a
  152.     single SysOp. There is no way to recount the details of the whole
  153.     ordeal because each story is a little different from each SysOp. The
  154.     end result is that a SysOp got the entire state of Alabama boycotted.
  155.     The SysOp spread misinformation about his removal from WWIVNet and got
  156.     support for a boycott. Something like this should not have been able to
  157.     happen.
  158.           When any group or organization is as large as WWIVNet, someone
  159.     should be there to watch everything that is happening. When someone is
  160.     not watching close enough, events like the 205 boycott take place. Some
  161.     may say that the ACs, GCs, and Random are there to protect the net. The
  162.     ACs and GCs already are there for the processing of the nets and they
  163.     were a much needed addition, but they do not have the time to do
  164.     something like this. Random already takes care of the WWIV software
  165.     updates, network software updates, WWIV support, rules and regulations
  166.     of WWIVNet and his own BBS. It is clear that an AC, GC or Random cannot
  167.     handle the entire network to make sure wrongful things do not occur.
  168.           To take care of this, I believe a Watchdog Council must be
  169.     created. It would consist of members from each region in WWIVnet. Each
  170.     member would have the power to suspend a BBS from the net, and possible
  171.     expulsion based on what Random has to say. A group like this could have
  172.     put a stop to the boycotting of the 205 area code before it took place.
  173.     =======================================================================
  174.  
  175.  
  176.                           Space Dynasty v3.03 Review
  177.                            by Creator O'toole 3@2510
  178.  
  179.           Since the old Atari ST days of BBS'ing, space games have always
  180.     reigned king among games. Hollie Satterfield has taken the space game
  181.     to new heights with his release of Space Dynasty for the WWIV BBS. Many
  182.     space games like Tradewars and Yankee Trader present the new gamer with
  183.     a wealth of commands and choices, most that may take some time getting
  184.     used to. Space Dynasty cuts through this to a simple, yet powerful
  185.     multi-process menu.
  186.           Each turn consists of various actions that can take place. These
  187.     actions usually consist of domestic affairs, then foreign affairs. You
  188.     start off having to worry about your armies and people and help pay to
  189.     feed them. Then as the game progresses you test out your foreign
  190.     diplomacy abilities. You are allowed to make treaties, spy, trade, and
  191.     attack other dynasties. Sp ace Dynasty has made this easier than most
  192.     space games with its simple straight-forward menus. The action in the
  193.     game moves quickly and doesn't bog down at all. There are also other
  194.     events that can befall you, that are sometimes beyond your control. To
  195.     add an entirely new dimension to online games there is now a net
  196.     option.
  197.           Using the net option you can play against other BBS's which
  198.     increases the enjoyment of the game twofold. The net option treats the
  199.     other BBS sort of as another galaxy in which it may actually take a day
  200.     or so for your orders to be carried through. The original version of
  201.     Space Dynasty that had the networking ability unfortunately had a bug.
  202.     However this version of the game has fixed that bug completely. Other
  203.     than its networking ability is the way Space Dynasty will protect new
  204.     dynasties. New players are protected for 20 turns which allows them to
  205.     build themselves up to a decent respectable level. This particular
  206.     protection clause is probably one of the n icest additions to a space
  207.     game that I have seen.
  208.           I have enjoyed playing Space Dynasty more than any other game
  209.     available for WWIV. I wish that Space Dynasty would pay more attention
  210.     to its roots in the Atari ST game Space Empire which has several
  211.     options Space Dynasty does not have. Space Empire's Heavy Cruisers are
  212.     something that the current version of Space Dynasty could really use.
  213.     Also more spying options would be nice to see in Space Dynasty. However
  214.     with the ease of use, ease of setting up, and enjoyment I must say that
  215.     this is the most formidable game on the market.
  216.  
  217.     [I would like to reader to note that while Netted Space Dynasty works
  218.     over WWIVnet, the net feature IS NOT RECOMMENDED to be used. It DOES
  219.     work, but it uses an awkward method of distributing updates which may
  220.     change at any time in a new release of the WWIVnet software by Wayne
  221.     Bell. The author really should use main_type_external (6) for
  222.     distribution of third-party software updates instead of using
  223.     main_type_pre_post (5) and sub type 0. -Ed.]
  224.     =======================================================================
  225.  
  226.  
  227.                                  WOMR Preview
  228.                               by Darkster 1@3114
  229.  
  230.           Eclipse Software is currently developing an offline reader system
  231.     for WWIV bulletin board systems. Below are some of the features that
  232.     will eventually be built into WOMR:
  233.  
  234.       Packetizing of messages/mail/system news for download. Subs marked to
  235.       be scanned with the "N" scan option will be included in the packet.
  236.       The reader will eventually be capable of automatically retrieving
  237.       message via the !-@REMOTE@-! hook built into WWIV. Early beta
  238.       releases will only work via a door/chain.
  239.  
  240.       The reader will also be capable of manually adding packets downloaded
  241.       via another communications package. The final production release will
  242.       allow replys (public) and auto-replies (private) to messages.
  243.  
  244.       A support/beta test sub has been set up for contribution of ideas and
  245.       bug reports. The sub-type is 3124 hosted at 3114. The final release
  246.       of WOMR will be released as shareware. (Both the sysop module and the
  247.       user module)
  248.     =======================================================================
  249.  
  250.  
  251.                          G-Files Once-And-For-All Fix
  252.                              by Agent Steel 1@6556
  253.  
  254.           Wayne Bell sent mail to all Sysops warning them of this problem
  255.     in WWIV v4.12 which would make their G-Files disappear. So... This
  256.     could be a real pain! He said to move the GFILE.DAT file from the DATA
  257.     directory to the GFILES directory. Jeff Garzik (East Bay Ray - 1@9964),
  258.     the editor of WWIVnews, did come up with a source code fix for part of
  259.     the problem in the January WWIVnews file.
  260.           With both of these fixes, nothing would work after the GFILE.DAT
  261.     file had been edited (with //GFILEEDIT or "G" from the WFC Menu). The
  262.     following fix requires the source code, as well (which will only cost
  263.     $50, so if you're reading this and don't have your BBS registered, then
  264.     ask your users to donate to get it done).
  265.           The fix? The following line can be found in TWO files... XINIT.C
  266.     (in "void init"), and in GFLEDIT.C (in "void gfileedit"). Search for
  267.     the following line:
  268.  
  269.              sprintf(s,"%sGFILE.DAT",syscfg.datadir);
  270.  
  271.      Now change the line to read:
  272.  
  273.              sprintf(s,"%sGFILE.DAT",syscfg.gfilesdir);
  274.  
  275.           Be absolutely sure that the line is changed both XINIT.C, and
  276.     GFLEDIT.C, or else it won't work right at all. Upon completion, re-
  277.     compile and everything will work perfectly. Try //GFILEEDIT find out!
  278.     =======================================================================
  279.  
  280.  
  281.                      One Step Validation for WWIV SysOps;
  282.                      A Tutorial on Form Letters and Macros
  283.                                   by Eric 1@7
  284.                       Copyright (C) 1991 by Eric Newhouse
  285.  
  286.     Introduction
  287.     ------------
  288.           Most WWIV SysOps validate hundreds of new users per year.
  289.     Unfortunately, the validation process takes an inordinate amount of
  290.     time and effort. The simple process of responding to validation
  291.     feedback requires an incredible amount of time, particularly on a busy
  292.     system with a lot of new users.
  293.           There is an easy solution to this problem, a solution which
  294.     doesn't entail quitting your job or dropping out of school in order to
  295.     find the time to validate new users. To solve our problem, we turn to
  296.     the FORM LETTER and MACRO features of WWIV.
  297.  
  298.     Form Letters
  299.     ------------
  300.           The first step of this process, and the step that will save you
  301.     the most time, is to create a set of form letters that you will send to
  302.     new users as you validate them.
  303.           For example, on my board I only validate users who I think will
  304.     contribute in one way or another. Therefore, if a new user tells me
  305.     that he intends to post a great deal, I send them a form letter
  306.     thanking him for agreeing to participate in the message bases. If the
  307.     user agrees to upload new files to my board, then I send a form letter
  308.     thanking him for that. All told, I have about half-a-dozen form letters
  309.     for different types of new users.
  310.           WWIV offers a lot of flexibility here. Create only the form
  311.     letters that you think you'll use. You may want to start with only one
  312.     form letters: one which says: "I've validated you." Or, you may decide
  313.     to design form letters for specific user profiles, as I've done. The
  314.     choice is yours.
  315.           Many new WWIV SysOps aren't aware of how the form letter feature
  316.     works in WWIV. Here are five easy steps to sending your own form
  317.     letters:
  318.  
  319.          1.  Use an ASCII text editor or WWIV's own internal editor to
  320.              write the form letter.
  321.  
  322.          2.  Save the form letter using the following naming convention:
  323.              FORMxxxx.MSG, where xxxx is the name of the form letter. For
  324.              example, the filename of the form letter that I send to all
  325.              new users who agree to upload is FORMUL.MSG; the name of the
  326.              form letter is "UL".
  327.  
  328.          3.  Place your form letter in your GFILES subdirectory (ie.
  329.              C:\WWIV\GFILES).
  330.  
  331.          4.  To send the form letter, type "O" from the "Mail {?} :"
  332.              prompt, and then type the name of the form letter.
  333.  
  334.              Notice that the form letter name can NOT be longer than four
  335.              letters long (xxxx) due to constraints on DOS filename length;
  336.              this is why the name of my aforementioned form letter is "UL"
  337.              and not "UPLOAD".
  338.  
  339.          5.  Type in the title of your form letter!
  340.  
  341.           You do not need to limit yourself to sending form letters at the
  342.     mail prompt. You may also //LOAD them into memory, referring to them
  343.     using their path name (ie. "GFILES\FORMUL.MSG"). If you //LOAD a
  344.     formletter into memory, you may not use the full path name since WWIV
  345.     prefaces your input with C:\[BBSDIR]\.
  346.  
  347.     Macros
  348.     ------
  349.           Once you have developed a set of form letters, you are ready to
  350.     use macros to completely automate your validation process. As in the
  351.     case of form letters, the macro function in WWIV is extremely flexible.
  352.     Whatever keystrokes you use to validate new users, with the exception
  353.     of Ctrl-Z, may be saved for use again and again.
  354.           If you have created a macro before, you may create macros by
  355.     entering D:efaults, typing "7" to Update Macros, and then "M" for M:ake
  356.     macros. After selecting which macro to create (ie. "A" is <Ctrl-A>,"
  357.     type the exact same keystrokes that you would to validate a user. Thus,
  358.     when entering a carriage return, hit [ENTER] instead of typing "^M" in
  359.     directly.
  360.           Let's look at my board again as an example. Here at @7, validated
  361.     users receive security level 50. Thus, I have created the following
  362.     <Ctrl-A> Macro: "v50^M50^M^M^M^MoUL" Let's take a close look at what
  363.     each part of this macro does:
  364.  
  365.          v     - Activates validate user routine from the "Mail {?} :"
  366.                  prompt
  367.  
  368.          50^M  - Sets new user's Security Level to 50.
  369.  
  370.          50^M  - Sets new user's Download Security Level to 50.
  371.  
  372.          ^M    - Doesn't change any of default AR's.
  373.  
  374.          ^M    - Doesn't change any of default DAR's.
  375.  
  376.          ^M    - Doesn't change any of default Restrictions.
  377.  
  378.          O     - Activates the form letter function.
  379.  
  380.          UL    - Types "UL" as default form letter type.
  381.  
  382.           Clearly any part of this macro may be changed to suit your taste.
  383.     At the end of the macro, WWIV will have just validated the user who
  384.     sent you mail (validation feedback), and it will prompt you to enter
  385.     the name of the form letter to send that user in response.
  386.           A working macro gives you quick, easy, and efficient validation
  387.     from the mail prompt, directly after reading the validation feedback.
  388.     When I consider the thousands of users I have validated in my WWIV
  389.     lifetime, I know that this simple combination of form letters and
  390.     macros has probably saved well over 24 hours of my life.
  391.  
  392.     Author's Note: All references to gender (ie. "she, his") are
  393.                    GENDER NEUTRAL references; they may refer to
  394.                    either sex.
  395.     =======================================================================
  396.  
  397.  
  398.                    TWIT.EXE - Delete Them Thar Dumb Messages
  399.                              by John Wash 1@8403
  400.  
  401.           TWIT.EXE is a new utility that allows sysops to remove all
  402.     network mail from certain users or certain systems.
  403.           Credit for the TWIT concept goes to Charles Boyer @9962. I stayed
  404.     with Charles during part of my visit to North Carolina last year, and
  405.     he mentioned that he wished that WWIVnet provided some way to delete
  406.     messages from idiot users before they hit the message bases. Charles
  407.     had a few particularly annoying users on his Current Events sub. He
  408.     didn't want the messages to even be posted on Current Events, and
  409.     mentioned to me that I might consider writing a utility that, when
  410.     given a list of users and systems, would delete any message from those
  411.     users or systems. And that's what TWIT is.
  412.           TWIT's name comes from a facility provided by the Hudson-style
  413.     offline reader known as QMX/XRS. XRS allows you to give a list of
  414.     names; when XRS collects the messages, it will ignore any messages
  415.     posted by a person whose name is contained within the list. To do this,
  416.     you specify TWIT <username> in an XRS configuration file. The term
  417.     "TWIT" accurately described the authors of such messages, so I decided
  418.     to adopt it.
  419.           TWIT's usage is very simple. The sysop creates a TWIT.TXT file in
  420.     his main BBS directory, and in it places a list of users and systems.
  421.     The following might be an example TWIT.TXT file:
  422.  
  423.     ;Comment line
  424.     1@9000        ; Remove all messages from user 1 @9000
  425.     @8888         ; Remove all messages from system @8888
  426.     1501@1        ; Remove all messages from user 1501 @1
  427.     ;EOF
  428.  
  429.           TWIT works by modifying the P1.NET file before running NETWORK1.
  430.     If it finds a message from a user/system that's specified in the
  431.     TWIT.TXT file, it marks that message as deleted and continues through
  432.     the file until it reaches the end. NETWORK1 will not analyze any
  433.     message that has been marked as deleted; therefore, all of those
  434.     messages are ignored and not placed in the message bases.
  435.  
  436.           TWIT is available on my system (Xanadu, @8403). My new BBS phone
  437.     number is 804/330-5425. I am also fully SNARFable; SNARF TWIT.ZIP for
  438.     the latest version of the TWIT utility.
  439.  
  440.     TWIT is (C) 1991 by Data Systems Engineers, Inc.
  441.     =======================================================================
  442.  
  443.  
  444.                                The Pending File
  445.                            (Tips, Tricks, and News)
  446.                                by WWIVNEWS Staff
  447.  
  448.     US Robotics has apparently lowered their sysop's deal price for the
  449.     Dual Standard to $499 ($500 to most folks). No one has commented on
  450.     whether or not this change is permanent, so get one while you can!
  451.     =======================================================================
  452.  
  453.  
  454.                              Letters to the Editor
  455.  
  456.  
  457.     WWIVNEWS,
  458.           Could we give each new newsletter an incremental number or
  459.     something? Like: NEWS0191.NET or something like that? Make it like
  460.     volumes or something, with the month/year as part of the filename. I'd
  461.     like to keep back/new copies of the newsletter in my G-Files, but as it
  462.     is now, a new one will overwrite last months (I'm lazy, i just want to
  463.     copy NEWS*.NET to my gfiles section in my nightly event...).
  464.                                            Darkster 1@3114
  465.  
  466.     [John Wash had similar suggestions last month. However, it will stay
  467.     the same way basically because Wayne already put it in the code that
  468.     way, and he is reluctant to change it so quickly after its birth. I do,
  469.     however, provide on my board back issues for anyone not collecting
  470.     them. If you wish to contact Wayne Bell about changing the software,
  471.     you have my blessings. It certainly would be a much better way of
  472.     distribution. -Ed.]
  473.     =======================================================================
  474.  
  475.  
  476.                               The Editor's Corner
  477.                             by East Bay Ray 1@9964
  478.  
  479.  
  480.           The WWIVNews policy on submission acceptance has been vague up
  481.     until this point, so I would like to clarify it. My policy is to accept
  482.     ALL responsible submissions. I don't care whether I agree with their
  483.     position or not. Some examples of articles I will NOT accept would be
  484.     ones that contain many foul or abusive words, articles that contain
  485.     information that is dated or no longer relevant, or articles that are
  486.     clearly biased against a certain group (whether it be race, color,
  487.     religion, creed, etc.). Finally, I will not accept articles not
  488.     pertaining in some remote way to WWIV or WWIVnet. This will not become
  489.     another FidoNews, with articles on the environment in a [supposedly]
  490.     computer magazine.
  491.           There is a contest going on. If someone can come up with a good,
  492.     conservative and ASCII-ONLY (no extended IBM graphics either) drawing
  493.     for the logo of this newsletter, I would like to put it at the top of
  494.     every succeeding issue. Any ASCII artists out there?
  495.     =======================================================================
  496.  
  497.  
  498.                                Acknowledgements
  499.  
  500.     WWIV (c) 1988 by Wayne Bell.
  501.     All other products mentioned are either registered trademarks or
  502.       copyrighted by their respectives manufacturers.
  503.     =======================================================================
  504.  
  505.  
  506.                                     The End
  507.