comment removed. March 21, 2007 Apparently--at least this is what I think happened--Google altered the XML format of their feed, thereby destroying the link targets of the plugin. This is now fixed, at least until the XML format changes again. Thanks to Amish for alerting me to the problem! BUG FIXES: Fixed year in previous update timestamps! TO DO: The things I previously assigned myself to do. But I've been busy... February 3, 2007 BUG FIXES 1. Fixed stupid javascript bug (it's getElementById, not getDocumentById!) Now the Content Length textbox is only enabled if you want content excerpts. January 28, 2007 BUG FIXES 1. If you are only listing titles, then the close tag is not ! (Thanks Amish!) January 27, 2007 NEW FEATURES 1. "Silent" failures can be made verbose by changing the below "define('READER_SHARED_DEBUG', false)" to "..., true)". It is not recommended that this be done except for debugging. 2. Added optional argument to the readerShared so that extracts only those shared items that have been tagged, or given the label, 'tag'. Conversely, if you provided a specific URL for a label, then will show all items, regardless of tag. TO DO 1. Allow additional optional arguments to readerShared. These will likely have the following format: readerShared('tag1', 'tag2', '!tag3', 'tag4', '!tag5', ...) will display those shared items that match tag1, tag2, and tag4 while not matching tag3 or tag5. Similarly, readerShared('!tag') removes items tagged with 'tag' from what would otherwise be displayed; this is backwards compatible with the current readherShared('tag') which displays those items with that tag; etc.. Be warned that this is incompatible with having a tag which begins with a '!'. Posted 2007-01-20 BUG FIXES 1. removed the "class=..." from the dd tag. This is unnecessary provided the style sheet contains a ".classname dd" rule; and any "dd.classname" rule should be converted to ".classname dd". Moreover the way it was written, if there was no class, then '
' would appear, which is just dumb. Posted 2007-01-19 NEW FEATURES 1. added support for cURL if allow_url_fopen is off 2. moved the fprintf("