Changes Vr. 1.19 (2004-09-19)
- New: Added an additional parameter for the "HamWebReader" script command
that describes how to handle RSS/ATOM feeds:
0: Post all items in one article (if any item has changed).
1: Post one item per article (only new or modified ones).
2: Post all modified items in one article (default).
Vr. 1.18 worked like with 0, but the new default is 2, which seems to be the most convenient mode for many types of feeds.
- New: "HamWebReader" script command now uses HTTP's "If-Modified-Since" to
detect unchanged feeds without having to load them.
Source code only:
Requires a bug-fixed version of Indy's IdHTTP.pas to compile (see '[HPG]' markers in file 'IdHTTP.pas.hpg' of sources).
- Fix: Some RSS and ATOM feeds didn't show any texts and some did show all
texts, but as the description of the channel.
- New: Added a new script command "GlobalOnce" that simplifies tasks of type
"only do this once per given period". See examples at "GlobalOnce" and "HamWebReader" in help file.
- New: Script commands "FileDelete" and
"FileCopy" where enhanced to also
support wildcards ("*", "?"). If used with wildcards, the destination has to be a valid directory and must not contain any wildcards.
- New: Added a new script command "FileMove" that copies files to a new
destination and deletes the source files after they have been copied successfully.
- New: Added a new "ReportsCreated" action that gets triggered after reports
were updated. It can e. g. be used to copy fresh reports to a webserver.
- New: Added an index file for all available reports ("Hamster-index.htm"),
so you have a fix link when copying all reports to a webserver.
- Fix: Report list was not sorted by date in HControl.
- New: Added a .manifest file that enables XP styles for HControl.
- Fix: Error when decoding a header value with encoded empty data. {TGL}
See also:
Howto load RSS or ATOM feeds?
Changes Vr. 1.18
[www.elbiah.de
Hamster Playground
Documentation]