Hi list, 

I corrected two bugs in my dir2htm utility and adapted its HTML 
layout to Arachne's directory listing. If you want to try it
you can download it at: http://www.volny.cz/lange/dir2htm.zip

Regards
Christof Lange



Dir2Htm for Arachne
===================

An external program lists all files with extension HTM with their
titles (from the <TITLE>...</TITLE> structure). Together with Arachne
it helps browsing the directories of local disks.

The Arachne add-on dir2htm.dgi creates a HTML page from any given
directory. It lists all files with extension HTM and displays the
contents of their title tags or their file names (if there is no
title information). Every line of the list includes a link to the
file. They are sorted according to date. The page also contains
buttons with parent directory and subdirectories which allow to call
the program recursively within Arachne.

The executable program (compiled in BASIC) works and should be
enough to demonstrate the principle. If you consider it useful,
please, write a real program.

My address: Christof Lange <[EMAIL PROTECTED]>
Download: http://www.volny.cz/lange/dir2htm.zip


INSTALLATION

1. Add to AUTOEXEC.BAT (or run from command line before starting 
Arachne)

     set d2h=DRIVE:\PATH

where DRIVE:\PATH is the default directory you want to list. If you
want to start listing in the root directory write:

     set d2h=DRIVE:


2. Add to MIME.CFG (as one line)

     file/dir2htm.dgi     >HTM|[200]if not x==x$s if exist $s\\nul 
     set d2h=$s\n%%d2h%%\\\ncd \\\ncd %%d2h%%>nul\n
     $esystem\\dgi\\dir2htm.exe $e$2\n$e

3. Copy DIR2HTM.EXE (sample programme) to \SYSTEM\DGI directory

4. Define hot key in ARACHNE.CFG

     ShiftF5 file://dir2htm.dgi


_______________________________________________

 Christof Lange <[EMAIL PROTECTED]>
 Prokopova 4, 130 00 Praha 3, Czech Republic
 phone: (+420-2) 22 78 18 00 / 22 78 20 02, telefax: 22 78 18 01 
 http://www.volny.cz/cce.zizkov


Reply via email to