X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Changelog;h=3d91b8626c9e7006402b8facc5fddde41de3cef7;hb=dc7db379d1b11f9de8894865689f1c626d62a523;hp=8b94210c18ff67c52c0f225707d7e34d39907cdd;hpb=b26d7c3805350da4516534a4459476e4f0fc5521;p=planet-ucc.git diff --git a/Changelog b/Changelog index 8b94210..3d91b86 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,27 @@ +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