home *** CD-ROM | disk | FTP | other *** search
- Short: HTDS dnode-handler 40.2 dynamic nodes ala orig. AG
- Author: Stefan Ruppert <ruppert@amigaworld.com>
- Uploader: Stefan Ruppert <ruppert@amigaworld.com>
- Type: disk/misc
- Version: 40.2
- Distribution: NoCD
-
- ***************************************************************************
- * *
- * dnode-handler 40.2 *
- * *
- * Written by Stefan Ruppert *
- * *
- ***************************************************************************
-
- The purpose of this handler is to provide a small and easy to program and
- use of dynamic node introduced by the amigaguide.library. Because I want to
- replace all original AmigaGuide stuff with my HyperText-Datatype-System
- this handler is designed to replace the dynamic node feature of the orig.
- amigaguide.library. It isn't compatible with the old interface, but its
- more powerfull, modular through BOOPSI class libraries and depends not on a
- single datatype. You can write dynamic node classes, which generates HTML
- documents, pictures or what ever!
-
- The handler consist out of two parts :
-
- 1. dnode-handler
- 2. a collection of dnode classes (Sys:Classes/DNode/#?.dnode)
-
- Currently there exists 2 dynamic node classes :
-
- system.dnode - display system information like library list
- memory.dnode - display the contents of a memory region (using
- the binary.datatype)
-
- A dynamic node can be referenced through normal file paths :
-
- DNode:<classbasename>/<args>
-
- For example you want to see all opened libraries you have to
- open :
-
- DNode:system/libs
-
-
-
- This software is Freeware, but not in the public domain !
-
- It's strictly forbidden to include this archive in any kind of software
- collection except Fred Fish's AmigaLibrary, Aminet FileServer , Meeting
- Pearls CD's and BBS Fileareas or by a explicit permission from me !
-
- This software is provided "as is". No representations or warranties are
- made with respect to the accuracy, reliability, performance, currentness,
- or operation of this software, and all use is at your own risk !
-
- If you have any suggestion or comments please contact me :
-
- Stefan Ruppert
- Windthorststraße 5
- 65439 Flörsheim am Main
- GERMANY
-
- EMail:
- ruppert@amigaworld.com
- ruppert@goofy.zdv.uni-mainz.de
- WWW:
- http://home.pages.de/~Ruppert/
- http://www.amigaworld.com/support/htds/
- http://www.amigaworld.com/support/uniview/
-
- Changes since last release :
-
- dnode-handler 40.2 (14.6.98) :
-
- - some little changes
-
- dnode-handler 40.1 (4.8.97) :
-
- - initial version
-
-