Short:        Hierarchical HTML bookmarks 1.21
Author:       knikulai@utu.fi
Uploader:     knikulai utu fi
Type:         comm/misc
Architecture: m68k-amigaos
Replace:      AWebBookmarks.lha

Long:

                       AddToBookmarks.aweb 1.21

	              a few great ARexx scripts       
                                 by
                           Kai Nikulainen


INTRODUCTION: 
  AddToBookmarks.aweb is an ARexx script which adds the current page to
  a bookmarks file.  It is better than AWeb's Add to hotlist-command, 
  because the bookmark file is hierarchical, which is a necessity for 
  all reasonable sized bookmark files.  It is also better than
  AddToHotlist.aweb-script which can be found on Aminet, because it
  creates a standard HTML 2.0-file, not AWeb's own strange hotlist 
  format.  Unlike AWeb's hotlist, bookmarks created with this script 
  can be read by any www-browser.

  QuickAdd.aweb is a minimalized version of AddToBookmarks.aweb and
  just adds the page to the default group without requirind any
  user input.
  
  Librarian.rexx is a script for maintaining your bookmark file. It
  makes removing groups easier and safer.  It can also be used to
  change your default group.
    
REQUIREMENTS:
  -AWeb (or any other browser with ARexx and ability to return the URL)
  -Arexx
  -reqtools.library
  -rexxreqtools.library