Blosxom 2.1.1 released
July 30, 2008.     Axel Beckert

Blosxom 2.1.1, the "never trust a dot zero release" bugfix release for 2.1.0, has been released.

It mainly fixes two bugs:

  • Lilo von Hanffstengel noticed that the GUID in Blosxom 2.1.0 was not working as link and therefore isPermalink shouldn't be set to true. This has been set back to "false" for the default RSS story template. This won't change the GUID itself, but prevent it from being used as link anymore. That's what the tag is for anyway.
  • $url, which contains the base URL according to the documentation, contained the complete URL in some cases, e.g. when called from inside an SSI document. This has been fixed in 2.0.2, but caused the problem to show up in other situations. The (at least with Apache 2.2's environment) no more working manual base URL detection code has been rewritten. It has been made simpler and easier to understand. And it only applies if the base URL was not set manually.

    In those rare cases where neither CGI.pm nor Blosxom manages to correctly determine the base URL, you can easily set $url in the config file to the correct value and no base URL magic happens anymore (except the removing of a trailing slash if present — as before). This closes issue #2032685.

Click the button to

 

Eric wrote
2009/1/30 12:15:41
Simple Blosxom pack ?
Hello, Sometimes ago, I've tested Blosxom and found that it was just what I looked for : an engine to manage a blog without php neither mysql. A simple things to does the job :) Well, today, I've to build a blog for a friend of mine and need that the things be simple enough to do he can use it alone (i.e. without me). So, the curcial point, in my mind, is to be able to compose his notes (with text and images) in a simple wysiwyg editor, then click a butoon to tranfert toward server. Also, he should be able to enable/disable and delete any note or comment. So, what do you advice (what plugin or third party piece of software) to achieve this with Blosxom 2.1.1 ?
Eric wrote
2009/2/26 16:47:51

Is there anybody out there ?
GwenDragon wrote
2009/2/28 02:40:26
Re: Simple Blosxom pack ?
Add some code to plugin feedback and insert javascript wysiwig editor TinyMCE That's all.
Guest wrote
2009/2/28 02:44:28

Oh, may be the poster thought about Peter Richards perlscript BlosEdit and adding TinyMCE to it, sorry. See at <http://www.makehell.com/>
Eric wrote
2009/3/2 11:26:54

:) Thanks for the replies. I'm coming from http://www.makehell.com/ and tried BlosEdit 2.1.0ß online demo, but don't see how to easily insert an image. Does-it's because of that you told me about TinyMCE addition ? Does someone already did the "fusion" between BlosEdit and TinyMCE ? Also, I've tried to use BXR, but his hoster doesn't provide SOAP::Lite package which is required for working. Do you know another one ? A best of WYSIWYG about editing, about tree and files management (including images) ?