Short: V2.1 of Arexx script for caching images and html documents in AMosaic Author: Stephan Lichtendahl Uploader: s e m lichtendahl et tudelft nl Type: comm/net Architecture: m68k-amigaos Freeware Saves inlined images to harddisk to prevent them from being downloaded every time you want to see them. Then they can be loaded every time from harddisk instead, which is a bit faster :-) Also, HTML documents can be saved in a way that all remote links remain remote and links to documents, which are already on your harddisk, will automatically be replaced with local ones. A convenient hotlist as HTML document will be created. Version 2.0 is a bit of a rewrite, due to many, many requests (well, actually two) to save all inlined images and HTML documents in a directory tree closely resembling the original path of the URL. To convert all old style documents, create the directory tree and move all files to the new location, a convert script is included. If you like it the old way (all html documents and images in their own single directory) continue using version 1.8. Changes since 2.1: Remove option works differently now: If there are inline images visible that can be deleted, they only will be deleted. If there aren't any or when all inline images are loaded and can be deleted, the HTML document will be deleted as well, and then be reloaded from the WWW. Also, when deleting images/documents, empty directorys will be deleted. Further HTMLlist gets loaded less often, and spaces are stripped from titles in mosaic-hotlist to prevent problems with alphabetic sorting. BugFix: Update feature could break off the script if the same URL already existed in the hotlist. Requirements: -AMosaic (tested with NoNet 1.2 and AmiTCP 1.3beta & 2.0pre-release versions) -probably OS3.x for inlined images to work -Arexx running -rexxsupport.library (tested with version 34.9) -rexxdossupport.library (tested with version 2.1, 2.3 & 2.4) -getstring (included) or rexxreqtools.library for reqtools-version (on request)