Files | Admin

Notes:

Release Name: REL 0.2.4

Notes:



Changes: == FeedTools 0.2.4 * fixed bug in the sqlite table creation query * greatly improved image support * improved cdf support (still needs way more work) * support for text input elements * now possible to force retrieval from the cache only * increased the flexibility of the database caching implementation * feed attributes accessible through the keys and values collections * minor coding style changes * fixed really dumb typo in the podcast? and vidlog? methods * fixed exception from missing titles and descriptions * now passes all of mark pilgrim's well-formed rss tests == FeedTools 0.2.3 * fixed omission of get parameters from http requests == FeedTools 0.2.2 * fixed http redirection bug * fixed several documentation typos * still more unit tests * improved support for atom * minor improvements to the database caching mechanism * more complete support for rss elements * major improvements to the handling of tags containing html content == FeedTools 0.2.1 * fixed incorrect dependancy on ActiveRecord 1.10.1 * more unit tests * preliminary support for "bozo-detection" == FeedTools 0.2.0 * more complete support for rss, atom, cdf * modular caching mechanism * lazy parsing * HTML sanitization of possibly dangerous fields * HTML tidy support * support for podcasts and vidlogs * corrected handling of http redirection * made http header information available * file: protocol support * custom parsing can be done using the find_node and find_all_nodes methods == FeedTools 0.1.0 * basic support for rss, atom, cdf * basic caching using active record * support for etags