home *** CD-ROM | disk | FTP | other *** search
- Dir2HTML
- ========
-
- Creates HTML indexes for directory trees, as either one index for the tree
- or one index for each directory. Creates all neccessary links to files and other
- indexes, if there is one per directory.
-
- Apologies for the size of the executable, but I didn't want a CLI interface,
- so Blitz has added its portion of bloat.
-
- Installation
- ============
-
- Just drag the program file anywhere you want. And this doc. And the source file.
- But only if you want them.
-
- Requirements
- ============
- OS2+
- reqtools.library v38+
-
- Usage
- =====
- Double click on the program icon, or type its path and name in a CLI window.
-
- You should be faced with a small window, which contains the following:
- - A multiple selection gadget which selects one index for the directory tree
- or one index within each directory
- - A string gadget for the directory to scan, the ? gadget can be used to
- bring up a requester for getting the path.
- - A checkbox, empty means no .info files are included in the indexes, ticked
- means that .info files will be included in the indexes
- - A string gagdet labelled 'Xtra'; this allows you to enter a relative path
- to the files. For example, if you scan 'RAM:' with an 'Xtra' of 'files'
- then the links to the files will be stuff like 'files/test/abc.txt' instead
- of 'test/abc.txt' (test is a drawer in RAM:). The index file will still be
- written to the actual directory that you scanned.
- - A button marked Start, which (unsurpisingly) starts the index createion.
- You will be informed when it finishes.
-
- Source
- ======
- The source is saved as ASCII but is for Blitz2. To recompile it, you need:
- amigalibs.res as a resident
- NeilsReqToolsLib
-
- Contact
- =======
- dmcminn@house-of-mojo.freeserve.co.uk
- http://members.xoom.com/David_McMinn
-