home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / CLASAD21.ZIP / CLASSAD.DOC < prev    next >
Text File  |  1995-04-05  |  7KB  |  203 lines

  1.                                CLASSAD v2.1
  2.                       (C)1994,1995 Heavenware Software
  3.                          Released: April 5th, 1995
  4.  
  5.   
  6.   COPYRIGHTS:
  7.   -----------
  8.   CLASSAD is (c)1994,1995 Heavenware Software and was written in 
  9.   Turbo Pascal 7.0, Copyright (c)1992 Borland International, 
  10.   using RMdoor (c)1991-1994 By Mark Goodwin and Randy Hunt. 
  11.   
  12.   
  13.   WARRANTY:
  14.   ---------
  15.   CLASSAD is distributed without warranty. In no event will Heavenware 
  16.   Software be liable to you for damages, including any loss of profits, 
  17.   lost savings, or other incidental or consequential damages arising out 
  18.   of your use of or inability to use this program, even if Heavenware 
  19.   Software, or an authorized representative have been advised of the 
  20.   possibility of such damages. Heavenware Software will not be liable 
  21.   for any such claim by any other party. Every possible means has been 
  22.   used to ensure the integrity of this program.
  23.  
  24.  
  25.   SHAREWARE CONCEPT: 
  26.   ------------------
  27.   CLASSAD is distributed as shareware, and may be used up to 30 days 
  28.   as a trial period, after which, you must either register this program 
  29.   by sending $10.00 U.S. dollars  to:
  30.                           Heavenware Software
  31.                           P.O. Box 9824
  32.                           Dyess AFB, Tx # 79607-9824
  33.   or stop using it.
  34.  
  35.   
  36.   FEATURES AT A GLANCE:
  37.   --------------------
  38.   1. Up to 20 different categories supported
  39.   2. Unlimited # of ads per category.
  40.   3. User friendly menu's.
  41.   4. No unnecessary screen clearing. (Speeds things up for slow callers).
  42.   5. Supports ad deletion from user who posted the ad or the Sysop.
  43.   6. Maintenance Utility for automated maintenance.
  44.   
  45.   
  46.   REG BENEFITS:  
  47.   ------------
  48.   With the key in place, your users will beable to scroll through
  49.   all the categories you have defined in the CAT.CTL file. 
  50.   
  51.   Your users will beable to delete thier own ads.
  52.  
  53.   You will beable to delete any ad.
  54.   
  55.   The 5 sec delay at the end of the program will be bypassed. 
  56.   
  57.   The maintenance utility will be operational. 
  58.   
  59.   And you'll have the pleasure of knowing that you have helped support one
  60.   of the upcoming leaders in the shareware programming world.
  61.  
  62.   
  63.   REMEMBER, once registered, always registered, but to obtain any new 
  64.   releases or updates you must call one of our boards. 
  65.   
  66.     Seventh Heaven @ 1-915-698-9514 /V.34    Fido 1:392/20
  67.                      1-915-698-6611 /V42b
  68.     Double ViSiON  @ 1-915-695-6382 /VFC 
  69.  
  70.    
  71.   We have always tried to support our products as much as is humanly 
  72.   possible, and will continue to do so, so please... if you need help, 
  73.   contact us, even if you are not registered!
  74.  
  75.  
  76.   INSTALLATION:
  77.   -------------
  78.   1. Unzip the archive into any dir.
  79.   
  80.   2. Then edit CLASSAD.cfg file to suit your board.
  81.  
  82.        Line 1: Door data file type
  83.        Line 2: Path to the door data file(s)
  84.        Line 3: BBS Name
  85.        Line 4: Sysop's Name
  86.        Line 5: Locked Baud Rate
  87.  
  88.      As illustrated above, the door's data file type is specified in line 1
  89.      and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF for Spitfire,
  90.      RBBS for RBBS, WC for Wildcat!, TRIBBS for TriBBS, or WWIV for WWIV.
  91.  
  92.      NOTE: RoboBOARD Sysops, use GAP.
  93.      
  94.      The Locked baud rate is specified in line 5. If the sysop doesn't
  95.      lock his serial port, he must specify 0 for the locked baud rate
  96.      NOTE: Although many door formats do pass the locked baud rate in the
  97.      door data files, some older formats such as RBBS do not. For
  98.      conformity, CLASSAD requires that you specify the locked baud rate
  99.      in line 5 and ignores any value passed in the door data files.
  100.  
  101.      The following is a sample door configuration file:
  102.  
  103.      GAP
  104.      C:\ROBOFX\TEMP_#
  105.      Seventh Heaven
  106.      Heavenware Software
  107.      57600
  108.  
  109.      CLASSAD can be run locally without a door data file by specifying
  110.      /L after the configuration file parameter in the DOS command line.
  111.  
  112.      Example:
  113.      Clasad20 Classad.cfg /l
  114.      
  115.      Non standard IRQs can be used with CLASSAD by specifying the IRQ number 
  116.      after the "config" parameter in the command line used to run the door.
  117.  
  118.      Example:
  119.      CLASSAD CLASSAD.CFG IRQ
  120.  
  121.  
  122.      
  123.   SPECIAL KEYS:
  124.   -------------
  125.   While the door is running, the sysop can press certain special keys to
  126.   perform a variety of functions. The following is a list of the
  127.   functions that those keys perform:
  128.  
  129.      Key(s)           Function
  130.  
  131.      HOME             Toggles between the user status window and a help
  132.                       display that lists the special keys.
  133.  
  134.      F6               Takes 5 minutes away from the caller.
  135.                       NOTE: This will NOT be returned to BBS.
  136.  
  137.      F7               Gives 5 minutes to the caller.
  138.                       NOTE: This will NOT be returned to the BBS.
  139.  
  140.      F9               Quit the door and return the caller to the BBS.
  141.  
  142.      F10              Enter chat mode. Pressing the ESC key exits the
  143.                       chat mode.
  144.  
  145.      Alt+D            Drop to DOS.
  146.  
  147.  3. Edit or create the CAT.CTL file. This file must exist for CLASSAD to  
  148.     run properly. You may change it in anyway you wish with the following
  149.     exceptions.
  150.      
  151.      a.) The unregistered version will only use the first category listed,
  152.          so you may not want to waste your time creating more than one 
  153.          until you register.
  154.  
  155.      b.) The MAXIMUM number of categories is 20. If you have more they 
  156.          just won't be read into CLASSAD.
  157.  
  158.      c.) Each description may not be longer than 20 characters long.
  159.  
  160.     The .CTL file is a straight ASCII text file, so you may edit it with
  161.     almost any text editor. Just make sure you do a CARRIAGE RETURN after 
  162.     each item is entered.
  163.  
  164.  4. Create the appropiate batch files that will run CLASSAD.
  165.  
  166.  5. Edit your BBS structure to put CLASSAD on the menu(s).
  167.  
  168.  
  169.  
  170.   MULTI-NODE SETUP:
  171.   -----------------
  172.   Classified Ad was not specifically written as a multi-node door,
  173.   however we have tested it on a 2 line system with no problems
  174.   encountered.
  175.   
  176.    
  177.   UPGRADE INFO:
  178.   -------------
  179.   If you are upgrading from v1.2, you will need to do a complete fresh
  180.   install with the exception of the classad.cfg file.
  181.  
  182.   If you are upgrading from 2.0, just delete the old .EXE and copy the
  183.   new .EXE to that directory.
  184.   
  185.  
  186.   IMPORTANT NOTES:
  187.   ----------------
  188.   Upon a caller placing an Ad, CLASSAD will create the appropiate 
  189.   .DAT file for that category,
  190.  
  191.   Do NOT attempt to edit these yourself through a text editor. You 
  192.   could corrupt the file making them completely useless to CLASSAD.
  193.   Instead use the CAMAINT.EXE utility that came with this archive.
  194.  
  195.   If after installing CLASSAD, you wish to edit the CAT.CTL file, you 
  196.   will need to delete ALL of the CAT??.DAT files. If you do not, 
  197.   possible .DAT file corruption could result. So the best thing to 
  198.   do is to make sure you have all the categories you want listed
  199.   in the CAT.CTL before allowing user access to CLASSAD.
  200.    
  201.   - END OF FILE -
  202.  
  203.