X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=Changelog;h=f2ae7714bb578a3fa094102562c7f9ccaaf1a2d6;hp=8b94210c18ff67c52c0f225707d7e34d39907cdd;hb=5042c81b85cd763c291de49ad4f985077daa4a29;hpb=591b42e1371c3887b56e0bd2c55a7bca663208fe diff --git a/Changelog b/Changelog index 8b94210..f2ae771 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,54 @@ +2004-05-12 +========== + * planet.css + Layout improvements. + +2004-05-04 +========== + * planet.css + * XHTMLWriter.py + Layout tweaks. + +2004-04-28 +========== + * update-planet + Cacheability hacks for Adrian Woodley's blog. + * XMLParse2.py + Logging tweaks. + * extras/feedparser.py + Upgraded to new version of feedparser. + +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