home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / ripvew20.zip / RIPVIEW.DOC < prev    next >
Text File  |  1994-09-09  |  10KB  |  221 lines

  1.  
  2.  
  3.  
  4.  
  5.                           OzarkSoft RIPView Door
  6.                                  Version 2.0
  7.                 Copyright (c) 1994 By OzarkSoft and Chuck Poynter
  8.  
  9.        You do not have to have a Rip aware BBS for this program to run on
  10.        your BBS. Only the caller must use a RIPScrip terminal. So read
  11.        on. Let your user's see what Rip looks like. You must have an EGA
  12.        or better monitor attached to your BBS. Do not install this
  13.        program if you do not have an EGA or better monitor. You can not
  14.        use EGA graphics locally if this is not the case. Not only will
  15.        your users see RIP graphics but you will also.
  16.  
  17.                               COPYRIGHT NOTICE
  18.                               ****************
  19.  
  20.        OzarkSoft RIPView Door Door was compiled using RMDoor by
  21.        Randy Hunt and Mark Goodwin. (c) "Randy Hunt and Mark Goodwin".
  22.        RIPScrip, RIPaint and RIPTerm are a Trademark of "Telegrafix
  23.        Communications Inc". Local graphics were done using RIPLink
  24.        source code by Thomas E. Morgan. (c) "Interprogramming".
  25.  
  26.        OzarkSoft RIPView Door Door is a copyrighted program  being
  27.        distributed under the shareware concept.  As such you  may use
  28.        OzarkSoft RIPView Door Door for a period of  30 days without
  29.        registering the  software.   After the 30  day evaluation  period,
  30.        you must register  your copy  of OzarkSoft RIPView Door Door
  31.        or you  will be  in violation  of United States and International
  32.        copyright laws.
  33.  
  34.        As a  shareware program,  OzarkSoft RIPView Door Door may be
  35.        freely distributed through a BBS.  Shareware  distributors may
  36.        distribute copies of OzarkSoft RIPView Door Door on disk for a
  37.        modest disk duplication charge not to exceed $6 per disk.
  38.  
  39.  
  40.                                    WARRANTY
  41.                                    ********
  42.  
  43.        OzarkSoft RIPView Door Door is distributed without warranty.
  44.        In no event will OzarkSoft or Chuck Poynter be  liable to you  for
  45.        damages, including any  loss of profits,  lost savings, or  other
  46.        incidental or  consequential damages arising  out of your use  of
  47.        or inability to  use the program, even if OzarkSoft, Chuck
  48.        Poynter, or an authorized representative  has been advised of the
  49.        possibility  of such damages.   OzarkSoft and  Chuck Poynter will
  50.        not be liable for any such claim by any other party.
  51.  
  52.                                     Set Up
  53.                                     ******
  54.  
  55.        This is not a crippled program.
  56.  
  57.        OzarkSoft RIPView Door Door was written for TriBBS. But will
  58.        work with several different door drop files. I have not tried it
  59.        with any other BBS types but, know of no reason why it would not
  60.        work, (See below), since the other doors that OzarkSoft has
  61.  
  62.  
  63.  
  64.  
  65.  
  66.        produced will run on most BBS Software. This door can be set up
  67.        as an extended menu option on TriBBS or as a door on your doors
  68.        menu. The only restriction would be that you must have an Ega or
  69.        better monitor attached to your BBS computer.
  70.  
  71.        Make a directory for the door and unzip RIPVEW20.ZIP into the
  72.        directory. Important: all files must be in the same directory.
  73.  
  74.                                RIPVIEW.CFG
  75.                                ************
  76.  
  77.        The first line of RIPVIEW.cfg can be any of the following.
  78.  
  79.                  GAP    for  Gap, Wildcat 3.x, TriBBS or any BBS that
  80.                         drops Door.Sys many do. (recommended).
  81.                  RBBS   for RBBS.
  82.                  WC     for Wilcat 2.x.
  83.                  TRIBBS for TriBBS (I use Gaps door.sys for TriBBS).
  84.                  SF     for Spitfire.
  85.  
  86.        The second line contains the path to the door drop file above with
  87.        a trailing backslash. \
  88.                                 C:\triBBS\  (Important don't forget the "\")
  89.  
  90.        The third line is the name of your BBS.
  91.                                 Hector Programmer's Forum
  92.  
  93.        The fourth line is the SysOp's First and Last name.
  94.                                 Chuck Poynter
  95.  
  96.        The last line is important. It is the locked DTE rate on your BBS.
  97.        If yours is locked at 19200 then that is what will go in that
  98.        position. If you are running 2400 baud or do not lock the DTE then
  99.        this value will be 0.
  100.                                 19200
  101.  
  102.        Below is an example of my OzarkSoft RIPView Door.CFG file:
  103.  
  104.             GAP
  105.             C:\TRIBBS\
  106.             Hector Programmer's Forum
  107.             Chuck Poynter
  108.             38400
  109.  
  110.        Edit your RIPVIEW.CFG file and enter the correct information.
  111.        This file can be named what ever you wish but you must use that
  112.        name in place of RIPVIEW.CFG in the calling batch file. I have
  113.        not tried this door in multinode. I think it may have a problem
  114.        with multinode running under DesqView. If you get it to run on a
  115.        single computer in multinode let me know. It should run fine on a
  116.        multinode set up as a network on mutiple computers as long as
  117.        they have EGA or better monitors. To run in multinode you must
  118.        have a .CFG file for each node with a unique file name and set
  119.        the config file as needed by your software. Each nodes calling
  120.        batch file must use the correct .CFG file.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                                   Door.BAT
  127.                                   ********
  128.  
  129.        I am including a copy of my calling program. This file must of
  130.        course, for other BBS types use your calling convention and return.
  131.  
  132.             cd\tribbs\doors\RIPDOOR
  133.             RIPVIEW RIPVIEW.CFG
  134.             cd\tribbs
  135.             board
  136.  
  137.        Edit your calling file to reflect your information. And place the
  138.        calling file  in the correct directory. For TriBBS in most cases
  139.        it will be \TRIBBS or the apropriate node root directory.
  140.  
  141.        The OzarkSoft RIPView Door is now ready to run.
  142.  
  143.        I have included several .RIP Files these will run after the above
  144.        setup. If you wish to run others up to 22 you will have to edit
  145.        the OzarkSoft RIPView RIPVIEW.DAT file and the TITLE.DAT file.
  146.  
  147.                                 RIPVIEW.DAT
  148.                                 ************
  149.  
  150.        The RIPVIEW.DAT file contains Name and extension of each file one
  151.        per line and in the order you want them to appear on the menu.
  152.        Look at my file. IMPORTANT: Do not leave a blank line at the end
  153.        of this file.
  154.  
  155.                                  TITLE.DAT
  156.                                  *********
  157.  
  158.        This file contains the titles that you want to appear on the menu.
  159.        They must be one per line and can not be longer than 24
  160.        characters. They must also be in the same order as the files in
  161.        RIPVIEW.DAT file. IMPORTANT: Do not leave a blank line at the end
  162.        of this file.
  163.  
  164.                                   SYSOP INFO
  165.                                   **********
  166.  
  167.        NOTE: Note due to the many incarnations of RIP painting and
  168.        drawing programs not all .RIP files will display correctly in this
  169.        door. The Screens that have been done with TeleGrafix's RIPaint
  170.        program should display without a problem. The same pictures that
  171.        do not display correctly local will not display correctly when
  172.        sent to RIPTerm.  You can try the drawing in the local mode and if
  173.        it displays correctly then it should be alright for RIPTerm.
  174.  
  175.        You can run RIPView in the local mode with the following command
  176.        run from the directory where RIPVIEW.EXE is located :
  177.                     RIPVIEW RIPVIEW.CFG /L
  178.  
  179.        Do not attempt to drop to DOS or to go into a Chat mode while in
  180.        this door. The normal RMDoor SysOp keys are active but you will
  181.        end up in a graphics mode with all the text going to a text screen
  182.        that is not there. The RMDoor stat line is disabled any you will
  183.  
  184.        get the graphic stat line on your screen. The remote user of course
  185.        does not see your status line.
  186.  
  187.        I have run this door on Hector Programmer's Forum for over 30 days
  188.        without any problems other than the some screens that I mentioned
  189.        above. I have been able to use RIPaint and modify some of them
  190.        that would not display correctly. This is not to say that it is not
  191.        possible for the program to have bugs. If you find one please report
  192.        it to Hector Programmer's Forum SysOp.
  193.  
  194.                                     HISTORY
  195.                                     *******
  196.  
  197.        09-12-94 Changed my mind and release the local graphics version.
  198.  
  199.        09-06-93 OzarkSoft RIPView Door V1.0  First release and most
  200.        likely the last. Unless some interest is shown.
  201.  
  202.                                   REGISTRATION
  203.                                   ************
  204.  
  205.        Due to the expense of writing this door the price of registration
  206.        has been increased by $10.00. If you have registered version 1.0
  207.        you will have to send $5.00 for the new registration. Otherwise
  208.        registration of  OzarkSoft RIPView Door Door is only  $15.00.
  209.        Please  use the form in the file  REGISTER.TXT  when you
  210.        register OzarkSoft RIPView Door Door. This program is not
  211.        crippled in anyway. The benefit you get from registering is
  212.        making yourself feel better and perhaps causing me to continue to
  213.        write TriBBS specific programs. Registration will get you your
  214.        own personalized copy of the program and remove the Unregistered
  215.        on the log in screen.
  216.  
  217.        Make checks payable to Charles F. Poynter
  218.  
  219.        Hector Programmer's Forum (501) 284-2086, is the home BBS for
  220.        OzarkSoft RIPView Door.
  221.