- 0.7
*** NOTE: requires Python 2.2 or newer
- support for HTML and XHTML (see README for caveats)
- capable of arbitrary channel metadata and item attributes
- checks for tag pointing to available feed(s) when scraping
- checks robots.txt to be polite
- new config file format (hopefully, the last time it will change)
- included XSLT stylesheet to convert config files
- changed to RSS.py for RSS generation
- general code cleanup
- 0.6
- changed from xml.sax.writer to spiffier xml.sax.saxutils.XMLGenerator
- fixed more encoding errors
- 0.5
- changed to xml.sax.writer interface for output
- 0.4
- added 'o' flag for output redirection (needs tweaking)
- charset encoding fixes
- now pays attention to
- uri encoding into XML fixed for channeltitle, etc.
- complains if no items are found
- added 'link_rm_args' configuration to allow removal of troublesome query
args
- various bug fixes
- 0.3
- added description capability to items (untested)
- changed channel's description element to 'channeldescription'
- added channeltitle element
- minor fixes
- 0.2
initial release