Tue, 07 Feb 2006

PyBlosxom 1.3.1 released

Pertinent to users:

  1. The "num_entries" property now affects the home page and category index pages. It no longer affects archive index pages.

  2. Fixed the RSS 0.9.1 feed templates. It has the correct link url and shows the entry bodies. Thanks Norbert!

  3. The version string is correct.

  4. Added support for $body_escaped .

  5. Fixed the blog encoding on the RSS 2.0 feed so that it uses the value provided in the config.py $blog_encoding variable.

  6. Fixed the Atom 1.0 story flavour to use $body_escaped instead of <![CDATA[ $body ]]>

  7. Fixed a problem with static rendering where we'd render "/index.html" and "//index.html" if the user had entries in their root category.

Pertinent to developers:

  1. If you have plugins that use the logger functions in PyBlosxom 1.2, you need to update those plugins to use the new logger functions in PyBlosxom 1.3. Read through the API for details.

  2. Moved documentation in ReadMeForPlugins.py over to the manual.

Also, I did a lot more work on the manual. I folded in the documentation from ReadMeForPlugins, added a lot more "markers" for examples, added a static rendering sample configuration, and folded in some material from my blog.

/will (willhelm at users dot sourceforge dot net)