AWebShowURL
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.
AWebSearchURL
ARexx script for recursive context searching in the file based favorit link list.
OpenFolder
ARexx script for poping up the named drawer window on Workbench.


Output


  Hotlist Folder > ram:

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


AWebShowURL
ARexx script to show the file based favorit link list as HTML document in the active AWeb window.

The files AWebShowURL.awebrx and AWebShowURL.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/AWebShowURL.awebrx

arguments       drawer="This:is/an/example/drawer/"
                (no argument = use root DataBase folder url_base)

example         run AWebPath:Plugins/AWebUrlBase/AWebShowURL.awebrx drawer="WORK:Caches/UrlBase/"

The AWebShowURL script could be used as a replacement of OPEN "x-aweb:hotlist".

The AWebShowURL script may be also called directly from AWebs Menu, from an AWeb GUI Button, or a KeyBoard shortcut.

GUI Button

name            Hotlist
command         run AWebPath:Plugins/AWebUrlBase/AWebShowURL.awebrx

Menu
Type            Item
Title           Show Hotlist
command         run AWebPath:Plugins/AWebUrlBase/AWebShowURL.awebrx

KeyBoard Shortcut
Key             ALT H
command         run AWebPath:Plugins/AWebUrlBase/AWebShowURL.awebrx