X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=Changelog;h=bf8e029bc7c508c3d2d67c2f621c7323b12c16b0;hp=6279c4ad682e628be16cb37c0542f6b104b723d6;hb=39cbf12e7c891c3ac0d7e57edfe19cfd4edbff42;hpb=ac7a48602f8d793a9f1298423b66ca3630350ebd diff --git a/Changelog b/Changelog index 6279c4a..bf8e029 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,76 @@ +2004-03-22 +========== + * CacheHandler.py + Fixed glitch caused by previous changes. + * FOAFWriter.py + XML mistake, oops. + +2004-03-20 +========== + * update-planet, XMLWriter.py, XHTMLWriter.py, RSS1Writer.py, RSS2Writer.py, + XMLParse2.py + Stopped overwriting .blogTitle, adding a field .blogName to store the name + of the syndicated blogger. + * XHTMLWriter.py, planet.css + Added (heavily modified code) from [TRS] to make it show the name of the + blog when you hover over the name of the person. The name of the blogger, + and name of the article are now linked (this is not obvious after changes + to planet.css). + * Added FOAFWriter.py + A plugin to XMLWriter to do FOAF (Friend Of A Friend) XML feeds. FOAF + actually seems quite complex in what it can tell you, however the FOAF + feeds from the Planets is quite simplistic. This should suffice [YAK]. + * Added OPMLWriter.py + A plugin to XMLWriter to do OPML. + * update-planet, launch-update-planet.sh + FOAF and OPML support. + * sidebar.html + Mentions of new syndication. + * faq.html + Fixed annoying mistakes. Should really write an FAQ. + +2004-03-15 +========== + * update-planet + Cacheability improvements + * crontab + Write output to logfile. + * CacheHandler.py + Add != operator to CacheObject + * launch-update-planet.sh + Cacheability improvements + +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 + Changed crontab to use launch-update-planet.sh + * XMLParse2 + Added line to give personalised USER_AGENT. + * Added RSS1Writer.py + Output plugin for RSS1 files. + * Added launch-update-planet.sh + A shell script to wrap update-planet. + * sidebar.html + Updated sidebar. + +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