Part 2: New events in Lotus Notes-based RSS reader
The release 8.5 of the PAVONE NewsReader has several events. With the events you can extend the functionality by LotusScript coding. In the events you can add new actions, change content of the news document or the feed document or something else. The events are integrated in the object-oriented programming model of the NewsReader.
The following events are available et al.:
- QueryImportFeed: Modify the import of a new feed from an opml file.
- QuerySaveDocument: Add actions before the news document will be saved.
- QuerySendDocument: Add actions before the news document will be send via e-mail.
- PostReadFilter: Add actions after the filter was read.
- QuerySaveNewsletter: Add actions before the newsletter will be saved.
- QuerySaveFeed: Add actions before the feed will be saved.
- QueryCompactDatabase: Add actions before the database will be compacting.
- QueryReadFeed: Add actions before the feed will be read.
- PostReadFeed: Add actions after the feed was read.
- QueryDeleteDocument: Add actions before a document will be deleting.
- QueryReplaceCharsAtTitle: Add actions before special characters of the news title will be replaced.
- PostReplaceCharsAtTitle: Add actions after special characters of the news title were replaced.
- QueryReplaceCharsAtLink: Add actions before special characters of the news link will be replaced.
- PostReplaceCharsAtLink: Add actions after special characters of the news link were replaced.
- QueryReplaceCharsAtContent: Add actions before special characters of the news content will be replaced.
- PostReplaceCharsAtContent: Add actions after special characters of the news content were replaced.
- QueryReplaceCharsAtAuthor: Add actions before special characters of the news author will be replaced.
- PostReplaceCharsAtAuthor: Add actions after special characters of the news author were replaced.
- PostSetCreatedDate: Add actions after the created date was set.
- PostSetModifiedDate: Add actions after the modified date was set.
- PostSetIssuedDate: Add actions after the issued date was set.
As in other PAVONE products the events are located in an opened LotusScript library.
You can download the beta version on the download pages (english version/ german version).
Leave a Reply