X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=Changelog;h=494f999c8bb878c8178a3cca27d13c0f3863cf99;hp=ac9fbb76d05e85296eddb6ef5a539f0b3f54da47;hb=53cb3dba671c04eed6700fabda0f8ac7afb484b3;hpb=b5a8a9d513941817e1a085b2cd6aede77279e93a diff --git a/Changelog b/Changelog index ac9fbb7..494f999 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,89 @@ +2009-04-19 Davyd Madeley + + * (committed by zanchey@ucc as part of the update to git) + * extra/feedparser.py: Update to Feedparser 4.1 + * header.html: add Wiki tab to layout + * launch-update-planet.sh: use ssh.ucc instead of mooneye + * XHTMLWriter.py: be more sensible about Unicode. + +2005-05-12 Davyd Madeley + + * planet.css: Upgrade to new layout + +2005-05-12 Davyd Madeley + + * header.html: layout + * feedlist: new feeds + * launch-planet-update.sh: don't recall... + +2004-11-02 Davyd Madeley + + * ChangeLog: move to new format + * extra/feedparser.py: Feedparser 3.3 + * other files: moving Planet UCC to oracle + +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 + 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