home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / urlbase.rea < prev    next >
Text File  |  2001-07-02  |  2KB  |  55 lines

  1. Short:    Universal file based Favorit Link List System
  2. Author:   Christian Effenberger (youcan@amclust.de)
  3. Uploader: Christian Effenberger (youcan@amclust.de)
  4. Version:  1.0 (21-Jun-2001)
  5. Type:     comm/www
  6. Kurz:     Dateibasiertes URL VerwaltungsSystem (ARexx)
  7. Origin:   www.amclust.de
  8. Requires: OS 3.x, ARexx, OpenURL, ReqTools, [AWeb 3.x, YAM 2.x]
  9.  
  10.  
  11.     Download
  12.     ========
  13.  
  14.     #1  OpenURL 3.x
  15.         -----------
  16.         <ftp://de.aminet.net/pub/aminet/comm/www/OpenURL30.lha>
  17.  
  18.     #2  ReqTools 38.x
  19.         -------------
  20.         <ftp://de.aminet.net/pub/aminet/util/libs/ReqToolsUsr.lha>
  21.  
  22.  
  23.  
  24.     Universal file-based Favorit Link List System
  25.     =============================================
  26.  
  27.     UrlBase 1.0 (21-Jun-2001), ⌐ 2001 by C. Effenberger
  28.  
  29.     If you often use Internet Software you possibly notice
  30.     that all these programs use their own URL-Database format.
  31.     Irrespective of what they term it (Hotlist, Favorits,
  32.     Bookmarks), the formats are always incompatible and it's
  33.     mostly impossible to get quick access from Workbench.
  34.  
  35.     That's the reason why I made my own version of a
  36.     universal file based Favorit Link List System.
  37.     The basic concept behind the idea is very simple.
  38.  
  39.     Only standard system resources are used (ARexx and Shell-
  40.     Commands), except of ReqTools.library (for "c:RequestString"
  41.     only) and a general API to handle URLs (OpenURL package).
  42.  
  43.     Every URL has it's own file. Thereby you can handle your
  44.     URLs with drag `n drop and double clicking. The filesystem
  45.     will be used like a database.
  46.  
  47.     Now you can access an URL via Workbench (double click),
  48.     Shell (execute) and every program with an ARexx port.
  49.  
  50.     The included ARexx scripts to 'Add' and 'Edit' URLs
  51.     ask you for an URL, a Filename and a Comment. The Icon
  52.     is choosen depending of the URL-Scheme from ".info/"
  53.     subdirectory of "UrlBase/". The Files script bit will
  54.     be set and the file comment is filled with the URL.
  55.