AWebSearchURL
Universal file based Favorit Link List System.
(c) 2001 by Christian Effenberger youcan@amclust.de

1.0 (20-Jun-2001) - Free Ware



Contents


AWebAddURL
ARexx script to grab the current URL and save the result into the file based favorit link list.
AWebShowURL
ARexx script to show the file based favorit link list as HTML document in the active AWeb window.
OpenFolder
ARexx script for poping up the named drawer window on Workbench.


Output


Hotlist Folder

HELP

Add                        file:///AWebPath:Plugins/AWebUrlBase/AWebAddURL.html
Show file:///AWebPath:Plugins/AWebUrlBase/AWebShowURL.html
Search file:///AWebPath:Plugins/AWebUrlBase/AWebSearchURL.html
Help file:///AWebPath:Plugins/AWebUrlBase/AWebURL.html


Installation


AWebSearchURL
ARexx script for recursive context searching in the file based favorit link list.

The files AWebSearchURL.awebrx and AWebSearchURL.html belongs to "AWebPath:Plugins/AWebUrlBase/". The script will only work with the AWebPath: assignment.

ARexx limits file name length so the use of the AWebPath: assign is a must.

You must edit the variable url_base, cause default URL DataBase folder is "WORK:Caches/UrlBase/".



Usage

usage           run AWebPath:Plugins/AWebUrlBase/AWebSearchURL.awebrx

arguments       pattern="#?example#?"

example         run AWebPath:Plugins/AWebUrlBase/AWebSearchURL.awebrx pattern="Amiga"

The AWebSearchURL script is used inside of the AWebShowURL script.