X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=Changelog;h=a6894d091cf0b5c4a4f146c0d3e304cbd19ef485;hp=6e7fac147013130d253ae65887edc8b4f0f21746;hb=7c1189be656d2ab9f484d9d0f1ab1b8f287de4c8;hpb=64e998be1e31575d36f1f9a76f7a73b379f03c20 diff --git a/Changelog b/Changelog index 6e7fac1..a6894d0 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,57 @@ +2004-03-06 +========== + * Added RSS2Writer.py + XMLWriter plugin for handling RSS2 output. + * Added XHTMLWriter.py + Moved XHTMLWriter plugin out of XMLWriter. + * XMLWriter.py + Moved XHTMLWriter to it's own file, made some API changes. + * update-planet + Reflected API changes to XMLWriter, added generator for RSS2 feed. + Added generator for RSS1 feed. + * crontab + Added line to scp rss2.xml to mussel. + Added line to scp rss1.xml to mussel. + * XMLParse2 + Added line to give personalised USER_AGENT. + * Added RSS1Writer.py + Output plugin for RSS1 files. + +2004-02-28 +========== + * crontab + Reduced update time to 5 minutes + * planet.css + Tweaked CSS to make sidebar background non-transparent. + * feedlist + Added people. + +2004-02-15 +========== + * update-planet + Fixed some random DEBUG messages. + +2004-02-14 +========== + * Brought the Changelog up to date. + +2004-02-13 +========== + * feedlist + Added more blogs. + +2004-02-12 +========== + * XMLParse2.py + Fixed some issues to do with creating the cache. + * XMLWriter.py + Made feedlist appear in alphabetical order. + * update-planet + Caching fixes. + * CacheHandler.py + Caching fixes. Removed debug statements due to not finding cache, these + should be obvious from the status output. + 2004-02-09 ========== * Added XMLParse2.py