home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / wwwcache2.1 / wwwcache.history < prev   
Encoding:
Text File  |  1996-01-15  |  3.3 KB  |  72 lines

  1. Short: v2.1 of Arexx script for caching images and html documents in AMosaic
  2.  
  3. Changes since 1.4:
  4. New: Now you can simply remove a HTML document and all its
  5.  images from cache via AMosaic's hotlist menu.
  6. Now the script will also work with rexxdossupport.library 2.3.
  7. Change rexxdossupport.library to RexxDosSupport.library in the
  8. script when you still have RexxDosSupport.library version 2.1.
  9.  
  10. Changes since 1.5:
  11. BugFix: Action buttons with same URL as a cached page got a local
  12.  URL instead of the remote one, so the Form didn't work.
  13. BugFix: Relative URLs starting with http: (eg. http:page.html)
  14.  were taken for absolute URLs and not updated.
  15. BugFix: Cached documents with filenames that overlap (eg. 2.html
  16.  and test2.html) could lead to mistakes.
  17. BugFix: Cached documents which were just removed would not be
  18.  recognized as such.
  19. BugFix: URLs with ../ in them weren't properly dealt with.
  20. BugFix: Documents with carriage returns instead of linefeeds
  21.  lead to problems.
  22. New: When saving a new document, it will be reloaded before all
  23.  already saved document are checked, so you can now continue
  24.  working with AMosaic much faster.
  25. New option 'Update' will update .mosaic-hotlist-default, so you
  26.  can also use the normal hotlist to access cached documents.
  27.  
  28. Changes since 1.6:
  29. Now `file://localhost' is omitted from all cached documents (to
  30. decrease file sizes). If you already have some cached documents
  31. you must update them with `rx Cache.www Install' (only once).
  32. And some optimizations...
  33.  
  34. Changes since 1.7:
  35. BugFix: Image URLs with '>' directly following broke off the script.
  36. BugFix: Documents beginning with <html version=3.0> aren't recognized
  37.  by AMosaic, the script just deletes the version info.
  38. New: When removing a document with all images in it, now all saved
  39.  documents in cachedir are only scanned once, and not once for every
  40.  image and another for the document. And NrOfImage will be updated
  41.  to the highest available image number.
  42. New: The script will now also work with multiple AMosaic windows, just
  43.  add portname (see docs how to change AMosaic/prefs file for this)
  44. And now at least some error checking...
  45.  
  46. Changes since 1.7.1:
  47. BugFix: error checking created errors which weren't there...
  48.  
  49. Changes since 1.8:
  50. BugFix: URLs with extra spaces, returns or line feeds in the definition
  51.  are now properly recognized. Same goes for action buttons in Forms.
  52.  Thanx to Chris Hewitt, who mailed me a page with this problem.
  53. The Install option is removed, use previous version if needed.
  54.  
  55. Version 2.0 is a bit of a rewrite, due to many, many requests
  56. (well, actually two) to save all inlined images and HTML documents
  57. in a directory tree closely resembling the original path of the URL.
  58.  
  59. Changes since 2.1:
  60. Remove option works differently now: If there are inline images visible
  61. that can be deleted, they only will be deleted. If there aren't any
  62. or when all inline images are loaded and can be deleted, the HTML
  63. document will be deleted as well, and then be reloaded from the WWW.
  64. Also, when deleting images/documents, empty directorys will be deleted.
  65. Further HTMLlist gets loaded less often, and spaces are stripped from
  66. titles in mosaic-hotlist to prevent problems with alphabetic sorting.
  67. BugFix: Update feature could break off the script if the same URL already
  68.  existed in the hotlist.
  69.  
  70. Please mail URLs of pages where the script goes wrong.
  71.  
  72.