home *** CD-ROM | disk | FTP | other *** search
- GetHTTP.Thor 2.0b2 by Remco van Hooff
-
- Gets http adresses from the current message, and optionaly saves them to a
- hotlist.
-
- Features:
- - Multi-hotlist support (AMosaic, IBrowse, HTML)
- - Listview interface
- - Configurable filter
-
- Note:
- You can leave the name of the address empty. The default name is
- 'GetHTTP - subj (i)', subj is the subject of the msg without 'Re:'.
-
- As usual you need to edit some variables:
- - Edit the hotlist variables (lines 5, 7 and 9) for the right
- path/file for the hotlists.
- - Edit the amosaic/ibrowse/html variables (lines 6, 8 and 10) to save to
- those hotlists.
- 1 = save to hitlist,
- 0 = don't save to hotlist
- You can have both set to 1 if you use both the browsers, or 0 if you
- don't want to save anything :.)
- - You can also edit the filter chars, I already included the most common
- chars. The '.' is "hardcoded" and is therefore not included in the filter
- list.
- A filter character is a character that may be "connected" to an address,
- e.g. http://this.is.an/example.html>
- The '>' is not part of the actual address and thus should be removed.
- So a filter for this character is: filter.x = '>'
-
- For bugs, comments, flames, typos, optimizing tips:
- Internet: rvhooff@globalxs.nl
- FIDO : 2:286/407.39
- AMY : 39:153/201.39
-
- ------------------------ HISTORY -------------------------
- 1.0 - Converted from the Spot version (version 1.6).
- 1.1 - Now uses GETGLOBALCONFIG to get Thor's screenname.
- 1.2 - Now always removes the tempfile when script is done.
- 1.3 - Fixed a width problem with the Save URL requester.
- Changed the URL name requester from Reqtools to
- an internal Thor requester and removed the Cancel
- button (you'll have to enter a name anyway).
- 1.4 - Fixed a bug that was introduced when I canged the
- URL requester from reqtools to an internal Thor
- requester.
- 1.5 - A little cosmetic fix.
- 1.6 - Ajusted the script with the new Thor 2.1 arexx
- commands. No more RexxReqTools.library needed.
- 2.0b - Rewrote the GUI, it now uses listviews.
- - Rewrote the filter routine. It's now easier
- to add more chars which should be removed.
- It may even be a little faster.
- - Multiple browser support (AMosaic, IBrowse),
- more as they come available.
- - Removed some useless code that would only
- slow down the seach in large files.
- 2.0b2 - Fixed a bug (forgot to add a ') that wouldn't
- show the requesters if the hotlists were not
- found.
- - Added HTML hotlist support. This should cover
- Lynx and WebLink (still in very early beta).
- - Changed default name from 'GetHTTP - unknown i'
- to 'GetHTTP - subj (i)', subj is the subject
- of the msg without 'Re:'.
- -------------------------THANKS-----------------------------
- - Petter Nilsen, for the GETGLOBALCONFIG tip. But which
- isn't relevant anymore since version 1.6.
- - Neil Bothwick, for suggesting to use the subject as
- the default name, when nothing is entered. Why didn't I
- think of that? ;.)
-