home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / WSQUOT11.ZIP / WS-QUOTE.DOC < prev    next >
Text File  |  1997-08-18  |  8KB  |  225 lines

  1.  
  2.             
  3.  
  4.  
  5.  
  6.  
  7.           ┌──────────────────────────────────────────────────────────┐
  8.           │                                                          │
  9.           │     WS-QUOTE  -  SIMPLE QUOTES GENERATOR VERSION 1.1     │
  10.           │        Copyright (c) 1995-1997 By Werner Sidler          │
  11.           │                                                          │
  12.           │            For TriBBS Bulletin Board Systems             │
  13.           │      or any other BBS types that use @X-color code       │
  14.           └──────────────────────────────────────────────────────────┘
  15.           ┌──────────────────────────────────────────────────────────┐
  16.           │            Freeware  -  Made in Switzerland !            │
  17.           └──────────────────────────────────────────────────────────┘
  18.  
  19.  
  20.                            WS-QUOTE v1.1 Written By: 
  21.  
  22.                          Werner Sidler  -  SUNSET BBS
  23.  
  24.  
  25.                                 Hubelstrasse 2     
  26.                                  CH-6048 Horw
  27.                                  Switzerland                               
  28.  
  29.  
  30.                         BBS     : +41 (0)41 342 0 445 
  31.                  
  32.                         e-Mail  : sunset@bluewin.ch
  33.  
  34.                   Internet: http://www.staedte.ch/sunset.bbs
  35.  
  36.  
  37.  
  38.  
  39.        ┌────────────────────────────┐
  40.        │ COPYRIGHT NOTICE           │
  41.        └────────────────────────────┘
  42.  
  43.        WS-QUOTE is a copyrighted program being distributed under the
  44.        freeware concept. As such, you may operate WS-QUOTE without
  45.        registering the software.
  46.  
  47.        As a freeware program, WS-QUOTE may be freely distributed through
  48.        a BBS, through a computer network like Internet and FidoNet, on
  49.        floppy disks, and on CDs or other optical media.
  50.  
  51.        It is a violation of the WS-QUOTE license agreement to modify the
  52.        EXE files in anyway.
  53.  
  54.  
  55.  
  56.  
  57.        ┌────────────────────────────┐
  58.        │ WARRANTY                   │
  59.        └────────────────────────────┘
  60.  
  61.        WS-QUOTE is distributed without warranty. In no event will Werner
  62.        Sidler be liable to you for damages, including any loss of profits,
  63.        lost savings, or other incidental or consequential damages arising 
  64.        out of your use of or inability to use the program, even if Werner
  65.        Sidler, or an authorized representative has been advised of the
  66.        possibility of such damages. Werner Sidler will not be liable for
  67.        any such claim by any other party.
  68.  
  69.  
  70.  
  71.  
  72.        ┌────────────────────────────┐
  73.        │ TRADEMARKS                 │
  74.        └────────────────────────────┘
  75.  
  76.        TriBBS is a registered trademark 1993 - 1996 by TriSoft.
  77.                                                1997 by Freejack's Software 
  78.  
  79.  
  80.  
  81.        ┌────────────────────────────┐
  82.        │ INTRODUCTION               │
  83.        └────────────────────────────┘
  84.  
  85.        WS-QUOTE is a simple quote or joke generator for the TriBBS bulletin
  86.        board system. However, it can be used on other BBS types that use the
  87.        @-color codes. It quickly and easily generates a LOGON, GOODBYE or a
  88.        BULLETIN screen using @X-color codes.
  89.  
  90.        The @X-codes are interepreted by TriBBS and will display things such
  91.        as color or pauses or clearing the screen. This is the neat part
  92.        about it: 
  93.        If the caller has ANSI, TriBBS will send color (the @X-codes)...if not,
  94.        TriBBS will filter out the @X-codes and the caller see's just an ASCII
  95.        screen.
  96.  
  97.        WS-QUOTE has been tested on TriBBS v5.11 and v10.0.
  98.  
  99.  
  100.  
  101.  
  102.        ┌────────────────────────────┐
  103.        │ SET UP                     │
  104.        └────────────────────────────┘
  105.  
  106.        1. Make a directory with any name you choose and place the WS-QUOTE
  107.           files there. 
  108.  
  109.  
  110.        2. The second thing you have to do, is make a configurtion file.
  111.           A sample configuration file named WSQUOTE.CFG is included in this
  112.           archive. This file can be any name and must reside in the same 
  113.           directory as WSQUOTE.EXE. Create or edit the configuration file
  114.           to reflect your configurations.  
  115.  
  116.           The following is a sample config:
  117.  
  118.           SUNSET BBS
  119.           Werner Sidler 
  120.           C:\TRIBBS\DISPLAY
  121.           LOGON6.BBS
  122.           A
  123.           Quote of the day
  124.           WSQUOTE.DAT
  125.           @CLS@
  126.           @X4E       SUNSET BBS home BBS of WS-QUOTE and WS-NEWS   +41-(0)41-342 04 45       @X40
  127.           @X0F@PAUSE@
  128.           @X40
  129.           @X4E
  130.           @X0E
  131.  
  132.           ---------------------------------------------------------------------
  133.  
  134.           LINE  1: BBS Name
  135.           LINE  2: Sysop Name
  136.           LINE  3: Path of bulletin or login screen (without trailing backslash)
  137.           LINE  4: Bulletin name
  138.           LINE  5: Date format A for MM-DD-YYYY or E for DD.MMM.YYYY
  139.           LINE  6: Titel
  140.           LINE  7: Name of the quote or joke data file
  141.           LINE  8: Top code for display file (Leave a blank for none)
  142.           LINE  9: Bottom line can say anything that you want displayed
  143.           LINE 10: Bottom code for display file (Leave a blank for none)
  144.           LINE 11: Color border                  
  145.           LINE 12: Color titelline
  146.           LINE 13: Color Quote                          
  147.  
  148.  
  149.        3. Editing the WSQUOTE data file.
  150.           The WSQUOTE Data File can be viewed and edited with any ASCII editor.
  151.           Each quote or joke should be one line long, and no more than 78
  152.           characters and spaces in length. This file can be any name and must
  153.           reside in the same directory as WSQUOTE.EXE. 
  154.  
  155.  
  156.        4. WSQUOTE is executed with the following commmand.....
  157.  
  158.                            WSQUOTE
  159.  
  160.           If the configuration file not named WSQUOTE.CFG the command is
  161.  
  162.                            WSQUOTE filename
  163.           
  164.           Where filename is the name of the configuration file.
  165.  
  166.  
  167.        5. The next thing to do is put WSQUOTE in your nigthly event batch
  168.           file. Or, if you prefer a new quote or joke for every caller,
  169.           you can put WSQUOTE in your BETWEEN.BAT.
  170.  
  171.           Example nighly event:  CD \BBS\WS-QUOTE
  172.                                  WSQUOTE 
  173.                                  CD \BBS\TRIBBS
  174.                                  BOARD
  175.  
  176.           Example between.bat:  CD \BBS\WS-QUOTE
  177.                                 WSQUOTE WSQUOTE1.CFG
  178.                                 CD \BBS\TRIBBS
  179.  
  180.          Note:  For additional information on the use of the between.bat
  181.                 file, please refer to your TriBBS manual.   
  182.  
  183.  
  184.  
  185.  
  186.        ┌────────────────────────────┐
  187.        │ HISTORY                    │
  188.        └────────────────────────────┘
  189.         
  190.        Version 1.1                                 18.08.97
  191.        
  192.           - Output Screen now 21 Line
  193.           - Bugfix Date format E (Mai )
  194.  
  195.        
  196.        Version 1.0                                 08.11.96
  197.  
  198.           - Initial release 
  199.  
  200.  
  201.  
  202.  
  203.        ┌────────────────────────────┐
  204.        │ REGISTRATION               │
  205.        └────────────────────────────┘
  206.  
  207.        No registration is required for this program. But, it would be 
  208.        nice to hear from you if you are using it on your BBS. You can 
  209.        call me at the BBS listed below.
  210.  
  211.  
  212.  
  213.  
  214.        ┌────────────────────────────┐
  215.        │ SUPPORT                    │
  216.        └────────────────────────────┘
  217.  
  218.        If you have any problems or questions, please feel free to call 
  219.        the SUNSET BBS at +41 (0)41 342-0445 and leave me a message, or
  220.        leave a message in the BBS Utilities message conferenc of the 
  221.        WME mail network.
  222.  
  223.  
  224.        SUNSET BBS  +41 (0)41 342 0445  home BBS for WS-QUOTE and WS-NEWS.
  225.