home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / CONCDOOR.ZIP / CONCDOOR.DOC next >
Text File  |  1994-11-06  |  6KB  |  200 lines

  1.              Concorde Door DOCUMENTATION Copyright 1994 by Dan Sharpe.
  2.              All rights reserved.
  3.  
  4.  
  5.  
  6.  
  7. You assume all responsibility for the effects of this package, and to hold me
  8.  
  9. blameless, when you elect to use it. I make no warantees or guarantees with
  10.  
  11. respect to the package. Your use of the software signifies your acceptance
  12.  
  13. of these terms, and all other terms specified herein.
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  FUNCTION KEYS:
  22.  --------------
  23.  
  24.  
  25.   F1 - Enter Chat.
  26.  
  27.   F2 - Add 5 min to time (in door only).
  28.   F3 - Subtract 5 min to time (in door only).
  29.  
  30.   ShiftF2 - Add 1 min to time (in door only).
  31.   ShiftF3 - Subtract 1 min to time (in door only).
  32.  
  33.   F5 - Go to DOS (if there is enough memory available under the door).
  34.  
  35.   F10 - Pseudo-Line Noise
  36.   ShiftF10 - Hangup on the User.
  37.  
  38.  
  39.  
  40.  
  41.  CALLING SYNTAX:
  42.  ---------------
  43.  
  44.   CONCDOOR DORINFOx.DEF                    [ Runs in Normal Mode          ]
  45.  
  46.   CONCDOOR /L                              [ Runs in Local 'Test Mode'No  ]
  47.                                            [ Door information File Needed ]
  48.  
  49.   CONCDOOR DORINFOx.DEF /IRQx /ADRx /VECx  [ Non Standard Mode for ports  ]
  50.                                            [ that aren't standard, you    ]
  51.                                            [ may put these options in     ]
  52.                                            [ any order any may omit any   ]
  53.                                            [ of them if you do the        ]
  54.                                            [ defaults for the port passed ]
  55.                                            [ in the Door Information file ]
  56.                                            [ will be used. x can be any   ]
  57.                                            [ #, ie 1, 11, 300 but if you  ]
  58.                                            [ Use HEXIDECIMAL you need to  ]
  59.                                            [ add a $ to it. EX: /IRQ$2E0  ]
  60.                                            [ You may Omit the /VEC option ]
  61.                                            [ if you use the /IRQ option,  ]
  62.                                            [ the door will use the default]
  63.                                            [ vector for the specified IRQ ]
  64.  
  65.  
  66.  SHARE + NETWORKING:
  67.  -------------------
  68.  
  69.   If you are Networking and Using SHARE you can Run the doors on Multiple
  70.  
  71.   Nodes of a BBS simultaneously. This can be done with or without a LAN, it
  72.  
  73.   is however advisable that you run SHARE even if you are only Multitasking.
  74.  
  75.  
  76.  
  77.  FUNCTIONS OF THE DOOR:
  78.  -----------------------
  79.  
  80.   I will briefly cover the features and functions of the door. You can get
  81.  
  82.   a much better feel for it by actually using it. You can do this in LOCAL MODE
  83.  
  84.   by running it with a /L after it.
  85.  
  86.       CONCDOOR /L
  87.  
  88.  
  89.   ConCorde takes as Input 1 to 3 Words and searches its NEARLY Exhaustive
  90.  
  91. database for instances of concurant occurances in a given verse. Additionally
  92.  
  93. it will display them as it finds then and write them to a file. To allow for
  94.  
  95. viewing (by Entering VIEW OUTPUT as word to search for #1), or subsequent
  96.  
  97. Downloading if you allow such via your BBS. (Let them download the file created
  98.  
  99. by their node configuration if your BBS software allows designation of a
  100.  
  101. specific file and you decide to allow such) I did not implement file transfer
  102.  
  103. in the door for 3 reasons:
  104.  
  105.  [1] - your BBS already supplies such a service.
  106.  [2] - the door was very near its limits with respect to data structures
  107.        and I didn't want to sacrifice # of occurances maintained in favor
  108.        of mear file transfers.
  109.  [3] - The caller may capture the output nearly as conveniently.
  110.  
  111.  
  112. I should note that the OUTPUT FILE is maintained only from the last search,
  113.  
  114. each subsequent search creates a new file. And that the files are NODE specific.
  115.  
  116. Node 1 will not get Node 2 output or vice versa.....
  117.  
  118.  
  119.  
  120.   FILENAMES:
  121.   ----------
  122.  
  123.  
  124. The File Names for ConCorde Door are:
  125.  
  126.            THE ACTUAL DOOR: CONCDOOR.EXE
  127.  
  128.         CONFIGURATION FILE: CONCORDE.CFG
  129.  
  130.                 DATA FILES: SHRTCONC.DAT
  131.                             SHRTWORD.DAT
  132.  
  133.   NECESSARY DOOR DROP FILE: DORINFOx.DEF
  134.  
  135.  
  136.       OUTPUT FILES CREATED: CONCORDE.x
  137.  
  138. In the above file names the x stands for the Node Number (0-Local).
  139.  
  140.  
  141.  
  142.  
  143.   CONFIGURATION FILE:
  144.   -------------------
  145.  
  146.     The Configuration file is an ASCII file containing:
  147.  
  148.     BBS Name
  149.     SysOp Name
  150.     Registration Key
  151.  
  152.     Example:
  153.     --------
  154.  
  155.     Fred's Bedrock BBS
  156.     Fred Rockman
  157.     0000000000000000000000
  158.  
  159.  
  160.  
  161.  Registration:
  162.  
  163.     You may register ConCorde by Sending me $7 plus a Self Addressed
  164.  
  165. envelope with a First Class STAMP on it along with the EXACT way you
  166.  
  167. want your BBS NAME and SYSOP NAME to read.
  168.  
  169.  
  170.                 Make Checks payable to Dan Sharpe.
  171.  
  172.  
  173.     I will mail you the registration key so that the UNREGISTERED delays
  174.  
  175. built into ConCorde will be deactivated.
  176.  
  177.  
  178.  Bug Reports:
  179.  
  180.     Unfortunately there are always some BUGS....
  181.  
  182.     I can not guarnatee that I will be able to fix bugs in the DATA files,
  183.  
  184. they take several days to generate! so I welcome reports of errors in the
  185.  
  186. Chapter/VERSE type data, but can't promise that I will ever manage to fix
  187.  
  188. them... Bugs of an opperational nature are much easier to fix, and
  189.  
  190. enhancement suggestions are welcomed as well...
  191.  
  192.  
  193.        I can be reached at:
  194.  
  195.           Integrity Software
  196.           PO Box 242
  197.           Chicopee, Ma, 01021
  198.  
  199.  
  200.       Or AGAPE Christian BBS 413-594-7307 (8Pm-10Am).