History files are stored in a subfolder /_history_ in the application folder. If the application is not installed on the computer, the history files are saved in a temporary folder, and are lost when the application is closed and restarted.
General Use
Set the variable latest_news_onchange with the name of a function to be called when new items are retrieved and the viewer area should be refreshed.
Set the variable all_channels_refreshed with the name of a function to be called when all the feeds are downloaded.
Call the function channels_init to load the settings from the XML configuration file and / or to set the list of RSS feeds.
In your callback functions, you should browse the array default_channels[] to build HTML code to display the latest news.
You can also display the list of channels to have the user select or unselect some of them.
You will find a code sample here: channels_get_value.
Tracking IDs
This library supports tracking IDs. When tracking is enabled and when a tracking ID is provided for a channel in the XML configuration file, the library will send the tracking ID to the server one time per month. The group ID used when sending the tracking IDs is the software ID.