home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / bbs / parod.lha / ParoD.DOC < prev    next >
Encoding:
Text File  |  1992-01-08  |  3.6 KB  |  104 lines

  1. ==========================================================================
  2.  
  3.                ParoD v1.0, by Mike Oliphant
  4.              Copyright (c) 1991-1992, all rights reserved
  5.  
  6. ==========================================================================
  7.  
  8. ParoD is a Paragon door interpreter for use with DLG Professional BB/OS.
  9. I wrote it  for all you DLG SysOp's who don't want to be in the same
  10. timezone as a Paragon BBS, but still want to run the odd Paragon door.
  11.  
  12. License and Disclaimer
  13. ======================
  14.  
  15. ParoD is freeware - you are free to copy and distribute it under the
  16. following conditions: the original archive and this documentation must
  17. be remain intact and unaltered.  ParoD must not be sold for profit or
  18. included in any commercial or shareware product without the express written
  19. permission of Mike Oliphant.  ParoD may be included in public domain
  20. collections (such as those put out by Fred Fish) but no fee over and above
  21. reasonable media replication costs may be charged.  Mike Oliphant will in no
  22. event be liable for any direct, indirect, or consequential damages to any
  23. equipment, software or data, arising from the use of this software; the
  24. entire risk as to its quality, performance, or fitness for any particular
  25. purpose is assumed by the end user.
  26.  
  27. How to use ParoD
  28. ================
  29.  
  30. ParoD is meant to be launched from a DLG menu.  You should set it up as
  31. and executable file that requires DLG to re-load the menu.  All handler
  32. flags should be defaulted.
  33.  
  34. For ParoD to work, you must have DOORS: assigned and the file DOORS:doors.dat
  35. must exist and be of the form required by Paragon.  Here is an example of
  36. the format of this file:
  37.  
  38. 5            - The number of doors in the file.
  39. Door1            - The name of a door (as it will show up on the ParoD
  40.               menu, and the name it can be invoked by using
  41.               "ParoD <doorname>".
  42. 10            - The access level required to access the door.
  43. DOORS:Door1/Door1    - The full path to the door executable.
  44. Door2            - Name of second door.
  45. 0            - Access level of second door.
  46. DOORS:Door2/Door2    - Path to second door.
  47. ...            - repeat name/access/path lines until you've defined
  48.               all the doors.
  49.  
  50. ParoD can be run in two ways.  If you want to hard-code a menu item to run
  51. a specific door, set up the menu item to run "ParoD <doorname>".  If you
  52. invoke ParoD without any command-line arguments, it will bring up a menu
  53. of the available doors and let the user pick one.
  54.  
  55.  
  56. Compatibility
  57. =============
  58.  
  59. ParoD differs from Paragon in its handling of doors in
  60. several ways:
  61.  
  62. - Since DLG uses named ports rather than numbered ones, the number of copies
  63.   of ParoD currently running is used as the port number.
  64.  
  65. - ParoD does not support the sending of data to just the screen or just
  66.   the serial port - all data goes to both.
  67.  
  68. - All non-hotkeyed input supports command stacks.
  69.  
  70. - The 'check if a file is available' command does not support wildcards.
  71.  
  72. - When editing a file, ParoD does not limit the length.
  73.  
  74. - Commands above #21 are not supported.
  75.  
  76.  
  77. Ending Note
  78. ===========
  79.  
  80. Please do not use this program.  There's nothing special about the Paragon
  81. doors out there.  Rather than using this program, write a DLG door or convert
  82. a door to DLG - I think you'll find that it's quite easy to do.  This
  83. message-passing door interface is really silly - let's just put it to rest.
  84.  
  85.  
  86. How to contact that Mike Oliphant guy
  87. =====================================
  88.  
  89. Any questions, comments, or suggestions can be sent to me in the following
  90. ways:
  91.  
  92.    FidoNet: 1:202/503        Internet: oliphant@tptdev.cts.com
  93.  
  94.          Snail: 3819-E Miramar St
  95.             La Jolla, Ca  92037
  96.  
  97.  
  98. Acknowledgements
  99. ================
  100.  
  101.     DLG Professional BB/OS by TelePro Technologies
  102.     Paragon by Jon Radoff and Eric Drewry
  103.     ParoD by Mike Oliphant
  104.