Revision history for Perl extension XML::Generator::NYTimes # $Id: Changes,v 1.4 2005/11/15 05:43:21 asc Exp $ 1.1 Tue Nov 15 2005 - Make it work 1.0 Sun Sep 19 2004 - Renamed as XML::Generator::NYTimes (previously XML::SAXDriver::NYTimes) - Added 'set_callback' method and hooks to capture images associated with an article 0.6 Fri Mar 05 2004 - $parser is now created on a per instance basis which sucks but seems to prevent glitch where some articles don't return any events 0.5 Sat Feb 07 2004 - Added META_* constants and updated code to use them instead of hard-coded values (this fixes bug where title and byline were not being recorded in the element) - Improved parsing of abstract - Improved parsing of author(s) and added use of and elements - Removed CPAN::MakeMaker - Updated POD 0.4 Sat Jan 25 2003 - Modified the content model for article so that its 'id' attribute is now a URI. This should make the RDF-weirdos happy. - Removed Digest::MD5 - Prefixed internal Parser and Logger packages with __PACKAGE__ name. 0.3 Sun Jan 19 2003 - Update formatting for all pubdates to %Y-%m-%dT%H:%M:%S %z - Renamed package Date as XML::SAXDriver::NYTimes::Date - Renamed 'today' method as 'today' - Added 'pubdate' method 0.21 Fri Jan 10 2003 - Initial revision