home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 12 / MA_Cover_12.iso / l / dnode-handler / readme < prev   
Encoding:
Text File  |  1998-06-14  |  2.7 KB  |  82 lines

  1. Short:    HTDS dnode-handler 40.2 dynamic nodes ala orig. AG
  2. Author:   Stefan Ruppert <ruppert@amigaworld.com>
  3. Uploader: Stefan Ruppert <ruppert@amigaworld.com>
  4. Type:     disk/misc
  5. Version:  40.2
  6. Distribution: NoCD
  7.  
  8. ***************************************************************************
  9. *                                                                         *
  10. *                           dnode-handler 40.2                            *
  11. *                                                                         *
  12. *                        Written by Stefan Ruppert                        *
  13. *                                                                         *
  14. ***************************************************************************
  15.  
  16. The purpose of this handler is to provide a small and easy to program and
  17. use of dynamic node introduced by the amigaguide.library. Because I want to
  18. replace all original AmigaGuide stuff with my HyperText-Datatype-System
  19. this handler is designed to replace the dynamic node feature of the orig.
  20. amigaguide.library. It isn't compatible with the old interface, but its
  21. more powerfull, modular through BOOPSI class libraries and depends not on a
  22. single datatype. You can write dynamic node classes, which generates HTML
  23. documents, pictures or what ever!
  24.  
  25. The handler consist out of two parts :
  26.  
  27. 1. dnode-handler
  28. 2. a collection of dnode classes (Sys:Classes/DNode/#?.dnode)
  29.  
  30. Currently there exists 2 dynamic node classes :
  31.  
  32. system.dnode - display system information like library list
  33. memory.dnode - display the contents of a memory region (using
  34.            the binary.datatype)
  35.  
  36. A dynamic node can be referenced through normal file paths :
  37.  
  38. DNode:<classbasename>/<args>
  39.  
  40. For example you want to see all opened libraries you have to
  41. open :
  42.  
  43. DNode:system/libs
  44.  
  45.  
  46.  
  47. This software is Freeware, but not in the public domain !
  48.  
  49. It's strictly forbidden to include this archive in any kind of software
  50. collection except Fred Fish's AmigaLibrary, Aminet FileServer , Meeting
  51. Pearls CD's and BBS Fileareas or by a explicit permission from me !
  52.  
  53. This software is provided "as is". No representations or warranties are
  54. made with respect to the accuracy, reliability, performance, currentness,
  55. or operation of this software, and all use is at your own risk !
  56.  
  57. If you have any suggestion or comments please contact me :
  58.  
  59. Stefan Ruppert
  60. Windthorststraße 5
  61. 65439 Flörsheim am Main
  62. GERMANY
  63.  
  64. EMail:
  65. ruppert@amigaworld.com
  66. ruppert@goofy.zdv.uni-mainz.de
  67. WWW:
  68. http://home.pages.de/~Ruppert/
  69. http://www.amigaworld.com/support/htds/
  70. http://www.amigaworld.com/support/uniview/
  71.  
  72. Changes since last release :
  73.  
  74. dnode-handler 40.2 (14.6.98) :
  75.  
  76. - some little changes
  77.  
  78. dnode-handler 40.1 (4.8.97) :
  79.  
  80. - initial version
  81.  
  82.