Slash-MozBar : A "My Sidebar" generator for Mozilla. version 0.3.5 (1/14/2003): * Fixed logic problem in _check_freshness regarding formatting the story date for comparison with the result of timelocal() version 0.3.4 (12/16/2002): * Fixed small bug in "_handle_char" that caused elements to be lost if there was HTML in, say, a story title. This bug came to light after I posted a story on Kill-HUP.com with the title "Q&A with...". The resulting mozbar page had a headline title of "amp;A with...". version 0.3.3 (11/15/2002): * Fixed condition where we tried to grab the matte color without first setting the type to "TrueColorMatte" in the resize routine version 0.3.2 (10/30/2002): * Changed doctype to HTML 4.01 Transitional instead of XHTML 1.0 Trans, mainly due to strange problem with Mozilla 1.0 and the separator rows. For some reason, despite my best efforts, I could not get Moz 1.0 to render the row with 1px height. Mozilla 1.1 did not have the same problem, but the switch to 4.01 Trans doesn't seem to affect later Mozilla versions. * Changed the image resize routine to help improve the look of the smaller topic images. Any transparent images will be forced to have a white background, matching our "inner" background color as a result. Users wishing to mess with the color scheme need to remember to change the color we use in the $img->Opaque call. version 0.3.1 (10/24/2002): * Few tweaks to make the output XHTML 1.0 compliant, thanks to Colin ;) * Removed the trailing separator bar, since there's nothing to separate the last story from ;) * Time format now displays a '-' if the story was posted > 24hrs ago. This new feature requires Time::Local, normally installed with perl by default. version 0.3.0 (10/22/2002): * Integrated style changes suggested by Colin Viebrock. Replaced "bar.gif" and "spacer.gif" with PNGs supplied by Colin. * Replaced global vars with smaller group of lexical vars. * Moved all HTML generation into a separate subroutine, thus reducing the clutter elsewhere. * Various coding style changes to better fit with the suggestions in Slashcode's "slashstyle.pod". version 0.2.1 (10/22/2002): * Slash <= 2.2.6 had problem with not cleaning up $my_opt, so I manually set this var to NULL prior to processing the XML. - Did not see this same problem in CVS R_2_3_0_49. version 0.2.0 (10/22/2002): * Added image resize support via Image::Magick * Modified output table to force 100% width. version 0.1.0 (10/21/2002): * Initial Release