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

1.0 (20-Jun-2001) - Free Ware



Contents


AWebShowURL
ARexx script to show the file based favorit link list as HTML document in the active AWeb window.
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.


Installation


AWebAddURL
ARexx script to grab the current URL and save the result into the file based favorit link list.

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

arguments       url="This://is.an.example/url/"
                name="Dos File Name"
                (no arguments = use current URL and TITLE)

example         run AWebPath:Plugins/AWebUrlBase/AWebAddURL.awebrx url="http://www.amiga.com/" name="Amiga Inc."

The AWebAddURL script could be used as a replacement of 'ADDHOTLIST %u %t'.

The AWebAddURL script may be also called directly from AWebs Menu, from an AWeb GUI Button, or a KeyBoard shortcut. The script will ask you for (popup StringRequester) ...the string you want the URL to be named to!

GUI Button

name            Add URL
command         run AWebPath:Plugins/AWebUrlBase/AWebAddURL.awebrx

Menu
Type            Item
Title           Add URL to Hotlist
command         run AWebPath:Plugins/AWebUrlBase/AWebAddURL.awebrx

KeyBoard Shortcut
Key             ALT A
command         run AWebPath:Plugins/AWebUrlBase/AWebAddURL.awebrx