<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>The Unofficial Blosxom User Group   </title>
    <link>http://blosxom.ookee.com/blog</link>
    <description>The Unofficial Blosxom User Group</description>
    <language>en</language>

  <item>
    <title>Blosxom 2.1.1 released</title>
    <link>http://blosxom.ookee.com/blog/2008/07/30#blosxom-2.1.1-released</link>
    <description>
&lt;p&gt;

&lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; 2.1.1, the &quot;never trust a dot zero release&quot; bugfix release for 2.1.0, has been released.

&lt;/p&gt;&lt;p&gt;

It mainly fixes two bugs:

&lt;/p&gt;&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.gwendragon.de/&quot;&gt;Lilo von Hanffstengel&lt;/a&gt; noticed that the GUID in &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; 2.1.0 was not working as link and therefore isPermalink shouldn't be set to true. This has been set back to &quot;false&quot; 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 &lt;link&gt; tag is for anyway.&lt;/li&gt;

&lt;li&gt;$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.&lt;br&gt;&lt;br&gt;

In those rare cases where neither CGI.pm nor &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; 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 &lt;a href=&quot;http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2032685&amp;group_id=148044&amp;atid=770264&quot;&gt;issue #2032685&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description>
  </item>
  <item>
    <title>Blosxom 2.1.0 released</title>
    <link>http://blosxom.ookee.com/blog/2008/07/22#blosxom-2.1.0-released</link>
    <description>
&lt;p&gt;

In 2005 Kevin Scaldeferri took over the &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; development from &lt;a href=&quot;http://www.raelity.org&quot;&gt;Rael Dornfest&lt;/a&gt; and opened &lt;a href=&quot;http://sf.net/projects/blosxom&quot;&gt;a SourceForge project for Blosxom&lt;/a&gt;. The final 2.0 release and two maintainance releases followed. The &lt;a href=&quot;http://sf.net/mail/?group_id=148044&quot;&gt;user mailing list&lt;/a&gt; has been moved from Yahoo! to SourceForge, a &lt;a href=&quot;http://sf.net/mail/?group_id=148044&quot;&gt;developer mailing list&lt;/a&gt; has been opened and &lt;a href=&quot;irc://irc.freenode.net/#blosxom
&quot;&gt;the IRC channel #blosxom on irc.freenode.net&lt;/a&gt; has been
established.

&lt;/p&gt;&lt;p&gt;

Kevin also managed to establish a solid developer base and the &lt;a href=&quot;http://sf.net/project/memberlist.php?group_id=148044&quot;&gt;Blosxom Development Team&lt;/a&gt; grew to currently nine members from all over the world.

&lt;/p&gt;&lt;p&gt;

Although there were no release in the last two years, the increase in developers led to a nearly permanent development and also to a closer contact with e.g. the maintainers of the &lt;a href=&quot;http://packages.debian.org/blosxom&quot;&gt;blosxom package in Debian&lt;/a&gt;.

&lt;/p&gt;&lt;p&gt;

So the &lt;a href=&quot;http://blosxom.cvs.sourceforge.net/blosxom/
&quot;&gt;Blosxom CVS repository&lt;/a&gt; nowadays does not only contain the CGI script itself, but also plugin-sets and a test suite for easier noticing of regressions. Kudos for the test suite go to Gavin Carr.

&lt;/p&gt;&lt;p&gt;

While the first few releases after Kevin took over &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; were close to Rael's code, the code has evolved a lot over the last two years and it's time for a new release with new features.

&lt;/p&gt;&lt;p&gt;

And here is it: &lt;a href=&quot;http://sf.net/project/showfiles.php?group_id=148044&quot;&gt;Blosxom 2.1.0&lt;/a&gt; has been released and features among others the following improvements.

&lt;/p&gt;&lt;h4&gt;

New features

&lt;/h4&gt;&lt;ul&gt;

&lt;li&gt;Support for external config files and multi-instance installations via environment variables. (Inspired and loosely based on the Debian patches for &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; 2.0.2.)&lt;/li&gt;

&lt;li&gt;Support for multiple plugin directories using $plugin_path and @INC.&lt;/li&gt;

&lt;li&gt;Support for configuring the plugins to use in a config file.&lt;/li&gt;

&lt;li&gt;The default feed templates are now in RSS 2.0 format and prevent duplicated stories in feed readers or aggregators if posts are changed after publishing using a GUID element in each feed item.&lt;/li&gt;

&lt;li&gt;There's now an encoding setting which controls what charset your blog and feeds should be marked as.&lt;/li&gt;

&lt;/ul&gt;&lt;h4&gt;

Bugfixes

&lt;/h4&gt;&lt;ul&gt;

&lt;li&gt;Works together with a broader range of CGI.pm versions.&lt;/li&gt;

&lt;li&gt;The number of false positives when trying to parse dates out of the path have been reduced.&lt;/li&gt;

&lt;li&gt;Some RSS and XHTML escaping issues have been fixed.&lt;/li&gt;

&lt;li&gt;The default HTML templates now conform to HTML 4.01.&lt;/li&gt;

&lt;li&gt;Many small bugfixes and improvements.&lt;/li&gt;

&lt;/ul&gt;&lt;h4&gt;

Helpers for Developers

&lt;/h4&gt;&lt;ul&gt;

&lt;li&gt;Test suite&lt;/li&gt;

&lt;li&gt;Some code refactoring (including a .perltidyrc)&lt;/li&gt;

&lt;li&gt;Easier building of tar balls for distribution&lt;/li&gt;

&lt;/ul&gt;&lt;p&gt;&lt;small&gt;

(Please note: The &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; Yahoo! Group as well as the blosxom.com website are deprecated and are no more resp. not supported by the current &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; developers.)

&lt;/small&gt;&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Using Blosxom as Feed Generator</title>
    <link>http://blosxom.ookee.com/blog/2008/03/23#using-blosxom-as-feed-generator</link>
    <description>
&lt;p&gt;
Gavin Carr, one of the &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; developers, recently posted a &lt;a href=&quot;http://www.openfusion.net/blosxom/blosxom4nagios.html&quot;&gt;simple yet somehow not obvious idea&lt;/a&gt; on his blog: He uses &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; to automatically generate feeds for software which hasn't feeds, in this case the network monitoring system &lt;a href=&quot;http://www.nagios.org/&quot;&gt;Nagios&lt;/a&gt;, so that he get's all Nagios events delivered to his feed reader.
&lt;/p&gt;&lt;p&gt;
A similar yet local use of this idea is to let &lt;a href=&quot;http://www.blosxom.com&quot;&gt;blosxom&lt;/a&gt; or a wrapper script be called by your feed reader directly. &lt;a href=&quot;http://liferea.sourceforge.net/&quot;&gt;Liferea&lt;/A&gt; (GUI, GNOME) and &lt;a href=&quot;http://snownews.kcore.de/&quot;&gt;Snownews&lt;/a&gt; (text-mode, ncurses) have this feature and there is already a big &lt;a href=&quot;http://kiza.kcore.de/software/snownews/snowscripts/&quot;&gt;repository of plugins&lt;/a&gt;. The same way as those plugins are called, you can easily use &lt;a href=&quot;http://www.blosxom.com&quot;&gt;blosxom&lt;/a&gt; as a plugin to those two feed readers so you don't need to care about how to generate RSS, &lt;a href=&quot;http://www.blosxom.com&quot;&gt;blosxom&lt;/a&gt; does that for you. You just need to set the environment variable PATH_INFO to &lt;code&gt;/index.rss&lt;/code&gt; before, e.g. by calling &lt;a href=&quot;http://www.blosxom.com&quot;&gt;blosxom&lt;/a&gt; like this: &lt;code&gt;env PATH_INFO=/index.rss blosxom&lt;/code&gt;.
&lt;/p&gt;&lt;p&gt;
That way I currently monitor the &lt;a href=&quot;http://www.nvidia.com/object/unix.html&quot;&gt;NVidia Unix Drivers Portal Page&lt;/a&gt; for changes, using &lt;a href=&quot;http://noone.org/blosxom/changes2rss.pl&quot;&gt;this script&lt;/a&gt;, the &lt;a href=&quot;http://www.linpro.no/lwp/&quot;&gt;libwww-perl&lt;/a&gt; (LWP), &lt;a href=&quot;http://www.gnu.org/software/wdiff/&quot;&gt;wdiff&lt;/a&gt;, a little bit of Perl glue and of course &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt;. (In this case I use &lt;a href=&quot;http://packages.debian.org/blosxom&quot;&gt;Debian's version of Blosxom&lt;/a&gt; which is able to have several configuration per installation by adding a -f flag for config files.)
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>The Blosxom Plugins Distribution is Coming</title>
    <link>http://blosxom.ookee.com/blog/2007/10/09#blosxom-plugins-distribution-coming</link>
    <description>
&lt;p&gt;
There is not only a lot of activity around the core of &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; but also at the plugins front:
&lt;/p&gt;&lt;p&gt;
The &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; developers are currently &lt;a href=&quot;http://sourceforge.net/mailarchive/forum.php?thread_name=20071009055304.GD4321%40openfusion.com.au&amp;forum_name=blosxom-devel&quot;&gt;preparing the first release candidate&lt;/a&gt; for the &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; Plugins Collection. The collection will probably be &lt;a href=&quot;http://sourceforge.net/mailarchive/forum.php?thread_name=20070911004003.GB22118%40openfusion.com.au&amp;forum_name=blosxom-devel&quot;&gt;available in different sets&lt;/a&gt;:
&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;blosxom-plugins-small — for the purists, with 5-10 almost-core plugins&lt;/li&gt;
&lt;li&gt;blosxom-plugins-medium — for the masses, with the 20 or 30 most useful plugins&lt;/li&gt;
&lt;li&gt;blosxom-plugins-large — for the wasteful, with the entire set&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;
Have a look at the &lt;a href=&quot;http://blosxom.cvs.sourceforge.net/blosxom/blosxom2-plugins/&quot;&gt;CVS repository&lt;/a&gt; to get an idea, what's coming up soon.
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Blosxom Development Excitement</title>
    <link>http://blosxom.ookee.com/blog/2007/08/22#blosxom-development-excitement</link>
    <description>&lt;p&gt;
In case you aren't subscribed to the SourceForge &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; Developer's list you probably aren't aware of a couple things...
&lt;/p&gt;&lt;p&gt;
There is strong movement towards getting the current working version of &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; up-to-date and ready with a set up &quot;default&quot; plugins. Basically this entails bug fixes, XHTML and Atom support and bits and bobs into the V2 code base. The plugin package would include a few highly useful and functional plugins that much of the community seems to use.
&lt;/p&gt;&lt;p&gt;
The second bit of news is a frank and open discussion on where to go next. &lt;a href=&quot;http://www.raelity.org&quot;&gt;Rael&lt;/a&gt; had tried and started on &lt;a href=&quot;http://blosxom.ookee.com/blog/news/blosxom/04.04.blosxom3alpha1.html&quot;&gt;Blosxom V3&lt;/a&gt; (you can download updates to V3 &lt;a href=&quot;http://blosxom.ookee.com/blog/news/blosxom/04.04.version3alpha.html&quot;&gt;here&lt;/a&gt;) but the project fizzled. When &lt;a href=&quot;http://www.raelity.org&quot;&gt;Rael&lt;/a&gt; moved on to pursue other endeavours V3 was essentially dropped.
&lt;/p&gt;&lt;p&gt;
Now various developers are forming an idea of what they'd like to see in V4, which will ignore much of the ideas in V3 (let's pretend V3 didn't happen). The discussion has been going on for a bit, but if you want to hop in and contribute then peruse the &lt;a href=&quot;https://sourceforge.net/mailarchive/forum.php?forum_name=blosxom-devel&quot;&gt;dev archives&lt;/a&gt;. Then, if you think you've got some good ideas, &lt;a href=&quot;https://sourceforge.net/mail/?group_id=148044&quot;&gt;join the list&lt;/a&gt; and get them out!
&lt;/p&gt;&lt;p&gt;
For a long time people have &quot;lamented&quot; that nothing seemed to be happening on the &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; front. Now it is, folks. Get in there and participate!
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Old and New Annotated Blosxom Script</title>
    <link>http://blosxom.ookee.com/blog/2007/08/22#old-new-annotations</link>
    <description>&lt;p&gt;Quite a long time ago Frank Hecker &lt;a href=&quot;http://hecker.org/blosxom/annotations&quot;&gt;annotated Blosxom&lt;/a&gt; so coders could get in and understand better what was going on. Now Rob Reed has done the same, but on a more &lt;a href=&quot;http://robreed.net/weblog/Cod_not_the_fish/heavily_annotated_blosxom202source20_2007_0622&quot;&gt;massive scale&lt;/a&gt;, including a 160+ page PDF!&lt;/p&gt;
&lt;p&gt;If you were ever interested in learning how &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; works, especially if you're new to Perl, then Rob's annotations might be just the thing for you!&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Textile 2 Plugin</title>
    <link>http://blosxom.ookee.com/blog/2007/08/02#textile-2-plugin</link>
    <description>&lt;a href=&quot;http://homepage.mac.com/barijaona/&quot;&gt;Barijaona&lt;/a&gt; sends us this news:&lt;blockquote&gt;Here is the Textile 2 plugin for &lt;a href=&quot;http://www.blosxom.com&quot;&gt;blosxom&lt;/a&gt; 2 which is absent from the unofficial plugin registry.
&lt;br /&gt;&lt;br /&gt;
I haven't tested, but you should be able to replace the Textile.pm file with the latest one for MovableType which you can find at &lt;a href=&quot;http://bradchoate.com/mt-plugins/textile&quot;&gt;http://bradchoate.com/mt-plugins/textile&lt;/a&gt;&lt;/blockquote&gt;You can download the file &lt;a href=&quot;http://blosxom.ookee.com/blosxom/plugins/v2/textile2-v0i1-zip&quot;&gt;here&lt;/a&gt;.
</description>
  </item>
  <item>
    <title>Wikipedia Trouble for Blosxom!</title>
    <link>http://blosxom.ookee.com/blog/2007/08/02#wikipedia-trouble</link>
    <description>Thanks to &quot;outdated and obscure&quot; &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; user &lt;a href=&quot;http://jeweledplatypus.org/&quot;&gt;Britta&lt;/a&gt; we learn that Wikipedia had been thinking of &lt;a href=&quot;http://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Blosxom&quot;&gt;deleting its &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; entry&lt;/a&gt;. As it stands the thought from Wikipedia is that the article needs to be rewritten. If anyone feels up to the task please get involved!
</description>
  </item>
  <item>
    <title>Blosxom Prime Site Moved</title>
    <link>http://blosxom.ookee.com/blog/2007/02/11#blosxom-prime-site-moved</link>
    <description>&lt;p&gt;
Already a while ago, &lt;a href=&quot;http://kevin.scaldeferri.com/blog/&quot;&gt;Kevin Scaldeferri&lt;/a&gt;, head of the &lt;a href=&quot;http://sourceforge.net/project/memberlist.php?group_id=148044&quot;&gt;current &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; developer group&lt;/a&gt;, managed to get all the content from Rael's well known but neglected &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; prime site at blosxom.com online at the SourceForge hosted website of the current &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; developer group at &lt;a href=&quot;http://blosxom.sourceforge.net/&quot;&gt;blosxom.sourceforge.net&lt;/a&gt;, where the developers have access to and can start updating the content.
&lt;/p&gt;&lt;p&gt;
To really be up-to-date, it will take a while, but at least the content is there, since blosxom.com seems no more reachable, as &lt;a href=&quot;http://sourceforge.net/mailarchive/forum.php?thread_id=31623381&amp;forum_id=48859&quot;&gt;someone noticed&lt;/a&gt; today on the &lt;a href=&quot;http://sourceforge.net/mailarchive/forum.php?forum_id=48859&quot;&gt;Blosxom user's mailing list&lt;/a&gt;.
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>MT to Blosxom Importer</title>
    <link>http://blosxom.ookee.com/blog/2006/10/31#mt-to-blosxom-importer</link>
    <description>&lt;p&gt;&lt;a href=&quot;http://homepage.mac.com/gregjsmith/index.html&quot;&gt;Gregory J. Smith&lt;/a&gt; wrote in to announce the availability of an AppleScript that will help you migrate your MT entries into a &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; blog. You can read about it &lt;a href=&quot;http://homepage.mac.com/gregjsmith//My%20Projects/Software/MT_Export_To_Blosxom.html&quot;&gt;here&lt;/a&gt; and download the script locally &lt;a href=&quot;http://blosxom.ookee.com/blosxom/hacks/MT-Export-To-Blosxom.scpt&quot;&gt;here&lt;/a&gt; (I merely copy/pasted Gregory's text into AppleScript, so I make no warranty or promises!).
&lt;/p&gt;&lt;p&gt;
UPDATE. Gregory wrote to say that you can always download the latest version of the script from &lt;a href=&quot;http://idisk.mac.com/gregjsmith-Public?view=web&quot;&gt;his site&lt;/a&gt;. He's also said he might have a few more to post so you can look for those, too. :)
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Stikkit Launching</title>
    <link>http://blosxom.ookee.com/blog/2006/10/23#stikkit-launching</link>
    <description>&lt;p&gt;
Though not a &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; announcement, it is indirectly related. &lt;a href=&quot;http://www.raelity.org&quot;&gt;Rael Dornfest&lt;/a&gt;, the creator of &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt;, has a new project called Stikkit (previously covered &lt;a href=&quot;http://blosxom.ookee.com/blog/news/blosxom/raels-new-project.html&quot;&gt;here&lt;/a&gt;). It will be launched on November 7th at the prestigious &lt;a href=&quot;http://www.prweb.com/releases/2006/10/prweb451473.htm&quot;&gt;Web 2.0 Conference&lt;/a&gt; &lt;a href=&quot;http://web2con.com/pub/w/49/launchpad.html&quot;&gt;Launch Pad&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
Congrats to &lt;a href=&quot;http://www.raelity.org&quot;&gt;Rael&lt;/a&gt; and his team at &lt;a href=&quot;http://valuesofn.com/&quot;&gt;Values of N&lt;/a&gt;!
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>BlosEdit 2.0 Released</title>
    <link>http://blosxom.ookee.com/blog/2006/09/17#blosedit-2-released</link>
    <description>&lt;p&gt;
As announced to the &lt;a href=&quot;https://sourceforge.net/mail/?group_id=148044&quot;&gt;MailingList&lt;/a&gt; from &lt;a href=&quot;http://www.makehell.com/&quot;&gt;Peter Richard&lt;/a&gt;, shamelessly copied and pasted here:
&lt;/p&gt;&lt;p&gt;
BlosEdit 2.0 now features a modicum of AJAX goodness (mainly in Navigate webpage) and a revamped interface. The old blosedit 1.x series had only two webpage to do everything in, now we have four by splitting the main navigation screen into three (Navigate, Upload and Logout/Static).
&lt;/p&gt;&lt;p&gt;
With javascript enabled in your browser, you can select a directory simply by a mouse click on its name. The file list will be updated automatically.
&lt;/p&gt;&lt;p&gt;
Double-click a file in the file list and it will open for editing. A single click will select it if you want to delete it. If javascript is disabled then submit buttons appear to give you these functions (just like Blosedit 1.x)
&lt;/p&gt;&lt;p&gt;
When editing, you can change the save directory before saving. This is particularly useful when you include complex temples in your work. For instance I keep a templates for embedding QuickTime movie objects saved in draft mode so that &lt;a href=&quot;http://www.blosxom.com&quot;&gt;blosxom&lt;/a&gt; ignores it. All I need to do its open the template, fill in the movie file location add whatever descriptions or comments I need and then save it in the true target directory with &quot;use original date&quot; unchecked (so that time stamp is current). This is also useful as a &quot;move&quot; file action. Open a previous entry in one directory, change the directory, save it, and delete the original. A &quot;copy&quot; excludes the last step.
&lt;/p&gt;&lt;p&gt;
Visit &lt;a href=&quot;http://www.makehell.com/&quot;&gt;http://www.makehell.com/&lt;/a&gt; to get a zipped archive. (local archive &lt;a href=&quot;http://blosxom.ookee.com/blosxom/hacks/Blosedit-v2i0-zip&quot;&gt;here&lt;/a&gt;)
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Blosxom Mailing List Update and Change</title>
    <link>http://blosxom.ookee.com/blog/2006/09/08#mailing-list-changes</link>
    <description>&lt;p&gt;
Because of a recent bout of spam on the Yahoo &lt;a href=&quot;https://sourceforge.net/mail/?group_id=148044&quot;&gt;Mailing List&lt;/a&gt; and based on old discussions of moving the &lt;a href=&quot;https://sourceforge.net/mail/?group_id=148044&quot;&gt;mailing list&lt;/a&gt; to a different host where some better management could be had, &lt;a href=&quot;http://kevin.scaldeferri.com/blog/&quot;&gt;Kevin Scaldeferri&lt;/a&gt; has opened up a new list on SourceForge.net. &lt;a href=&quot;https://sourceforge.net/mail/?group_id=148044&quot;&gt;Click here&lt;/a&gt; to subscribe!
&lt;/p&gt;&lt;p&gt;
I think this is a great idea, and I hope people will make the switch soon. I'll be changing the link on this site in a few days to the new list. Let everyone know!
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Interpolate Fancy as JavaScript</title>
    <link>http://blosxom.ookee.com/blog/2006/08/20#interpolate-fancy-as-javascript</link>
    <description>&lt;p&gt;
I've used the &lt;code&gt;interpolate_fancy&lt;/code&gt; plugin fairly extensively to make conditional elements in my flavours so they appear only where I want them to appear. It's a really useful plugin once you get the hang of it.
&lt;/p&gt;&lt;p&gt;
Apparently Kyo Nagashima at &lt;a href=&quot;http://hail2u.net/blog/&quot;&gt;hail2u&lt;/a&gt; thinks it's a great plugin, too, and has started &lt;a href=&quot;http://hail2u.net/blog/coding/interpolate-fancy-js.html&quot;&gt;converting it to JavaScript&lt;/a&gt; so the principles can be applied to any website. A lot of the syntax is exactly the same, too.
&lt;blockquote&gt;&lt;code&gt;
&amp;lt;?foo eq=&quot;123&quot;&gt;display if &quot;foo&quot; is equal 123&amp;lt;/?&gt;&lt;br /&gt;
&amp;lt;?foo ne=&quot;123&quot;&gt;display if &quot;foo&quot; is not equal than 123&amp;lt;/?&gt;&lt;br /&gt;
&amp;lt;?foo lt=&quot;123&quot;&gt;display if &quot;foo&quot; is less than 123&amp;lt;/?&gt;&lt;br /&gt;
&amp;lt;?foo gt=&quot;123&quot;&gt;display if &quot;foo&quot; is greater than 123&amp;lt;/?&gt;&lt;br /&gt;
&amp;lt;?foo like=&quot;123&quot;&gt;display if &quot;foo&quot; includes 123&amp;lt;/?&gt;&lt;br /&gt;
&amp;lt;?foo unlike=&quot;123&quot;&gt;display if &quot;foo&quot; does not include 123&amp;lt;/?&gt;&lt;br /&gt;
&amp;lt;?!foo&gt;display if &quot;foo&quot; is not defined&amp;lt;/?&gt;&lt;br /&gt;
&amp;lt;?foo&gt;display if &quot;foo&quot; is defined&amp;lt;/?&gt;&lt;br /&gt;
&amp;lt;foo/&gt; display &quot;foo&quot;
&lt;/code&gt;&lt;/blockquote&gt;
I know &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; has spawned many children for the CGI, but I think this is the first derivative of a plugin. Good work, Nagashima-san!
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Help Diagnosing Perl Module Dependencies</title>
    <link>http://blosxom.ookee.com/blog/2006/08/19#diagnosing-perl-module-dependencies</link>
    <description>&lt;p&gt;
I was trolling the &lt;a href=&quot;https://sourceforge.net/mail/?group_id=148044&quot;&gt;MailingList&lt;/a&gt; and noticed a very good tip from a certain Peter G (website, Peter, so I can link to you?). He was trying to install a plugin that had certain Perl module dependencies, but maybe because he didn't have access to the server error logs he couldn't figure out which modules were missing.
&lt;/p&gt;&lt;p&gt;
So he added this line to his &lt;code&gt;blosxom.cgi&lt;/code&gt; which then dumped the errors into the web browser, making for easy diagnosis:
&lt;blockquote&gt;
&lt;code&gt;use CGI::Carp qw(fatalsToBrowser);&lt;/code&gt;
&lt;/blockquote&gt;
It's an excellent and simple diagnosis tool, and we hope it helps others!
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Extensionless Plugin Updated</title>
    <link>http://blosxom.ookee.com/blog/2006/07/23#extensionless-plugin-updated</link>
    <description>&lt;p&gt;
Frank Hecker has updated his &lt;code&gt;extensionless&lt;/code&gt; plugin to cope with some changes brought about by the latest &lt;a href=&quot;http://blosxom.ookee.com/blog/news/202.html&quot;&gt;Blosxom update&lt;/a&gt;. &lt;a href=&quot;http://www.hecker.org/blosxom/extensionless&quot;&gt;Read more&lt;/a&gt; about the changes then &lt;a href=&quot;http://www.hecker.org/blosxom/plugins/extensionless-v0i4&quot;&gt;get the plugin&lt;/a&gt; (local download &lt;a href=&quot;http://blosxom.ookee.com/blosxom/plugins/v2/extensionless-v0i4&quot;&gt;here&lt;/a&gt;).
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Adding PHP Comment Form to Blosxom</title>
    <link>http://blosxom.ookee.com/blog/2006/07/20#adding-php-comments</link>
    <description>&lt;p&gt;
First of all I owe &lt;a href=&quot;http://www.shamar.org/weblog/&quot;&gt;Lee Underwood&lt;/a&gt; a &lt;i&gt;huge&lt;/i&gt; apology for not posting this... what, just over a month ago? When he first sent the file? So Lee, I'm sorry about that. I wasn't even cool about writing back with lame excuses. So without further excuse, here is Lee's excellent PHP script for adding a comment form to your &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; blog.
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;ADDING THE PHP COMMENT FORM TO BLOSXOM&lt;/b&gt;&lt;br /&gt;
Lee Underwood&lt;br /&gt;
&lt;a href=&quot;http://www.shamar.org/weblog/&quot;&gt;http://www.shamar.org/weblog/&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;
I wanted to add comments to my &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; blog but did not want to have them posted on the site. Originally, I just posted a link to a generic comment form located on the site. However, one of the problems was that I did not know which post the writer was referring to unless it was specifically mentioned.
&lt;/p&gt;&lt;p&gt;
Eventually, I found a small PHP script written by sws-tech.com &lt;&lt;a href=&quot;http://www.sws-tech.com/scripts/tellafriend.php&quot;&gt;http://www.sws-tech.com/scripts/tellafriend.php&lt;/a&gt;&gt;. It was originally created for a &quot;tell a friend&quot; script but I adapted it for use with comments from the &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; blog.
&lt;/p&gt;&lt;p&gt;
The set-up is pretty easy and you don't need a database. You just need to make sure that you can run PHP scripts on your Web site. If you're not sure, check with your Web host techs.
&lt;/p&gt;&lt;p&gt;
(You can download the file, which includes a file with detailed instructions on how to install the script and the PHP script itself, right &lt;a href=&quot;http://blosxom.ookee.com/blosxom/hacks/blosxom-comments-zip&quot;&gt;here&lt;/a&gt;)
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Blosxom 2.0.2 released</title>
    <link>http://blosxom.ookee.com/blog/2006/07/17#202</link>
    <description>&lt;p&gt;
Today &lt;a href=&quot;http://www.scaldeferri.com/kevin/&quot;&gt;Kevin Scaldeferri&lt;/a&gt; released &lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=148044&quot;&gt;Blosxom 2.0.2&lt;/a&gt;, which contains several small bugfixes for the static mode and the inclusion of &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; in Server Side Includes (SSI) as well as a feature which supports better readability of blosxom's DATA section. See the &lt;a href=&quot;http://sourceforge.net/project/shownotes.php?release_id=432553&amp;amp;group_id=148044&quot;&gt;release notes&lt;/a&gt; for details.
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Blosxom 2.0.2 Release Candidate</title>
    <link>http://blosxom.ookee.com/blog/2006/07/15#202rc</link>
    <description>&lt;p&gt;
Kevin Scaldeferri wrote to the &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/blosxom-devel&quot;&gt;Blosxom Developer mailing list&lt;/a&gt;, that he &lt;a href=&quot;http://sourceforge.net/mailarchive/forum.php?thread_id=23854125&amp;amp;forum_id=46415&quot;&gt;plans to release Blos&lt;!-- --&gt;xom 2.0.2 soon&lt;/a&gt; and that he sees the &lt;a href=&quot;http://blosxom.cvs.sourceforge.net/blosxom/blosxom2/blosxom.cgi?view=markup&quot;&gt;current CVS HEAD&lt;/a&gt; (&lt;a href=&quot;http://blosxom.cvs.sourceforge.net/*checkout*/blosxom/blosxom2/blosxom.cgi?revision=HEAD&quot;&gt;Download&lt;/a&gt;) as some kind of release candidate.
&lt;/p&gt;&lt;p&gt;
So expect 2.0.2 to be released quite soon.
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Rael's New Project</title>
    <link>http://blosxom.ookee.com/blog/2006/07/06#raels-new-project</link>
    <description>&lt;p&gt;
It looks like &lt;a href=&quot;http://www.raelity.org&quot;&gt;Rael&lt;/a&gt; has a new company, called &lt;a href=&quot;http://valuesofn.com/&quot;&gt;values of n&lt;/a&gt;, and a new project, called &lt;a href=&quot;http://stikkit.com/&quot;&gt;stikkit&lt;/a&gt;. I've no idea what it is, but at a guess it might have something to do with social networking and (possibly) post-it notes?
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>In the News: Which CMS to Use?</title>
    <link>http://blosxom.ookee.com/blog/2006/06/26#which-cms</link>
    <description>&lt;p&gt;
&lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; gets a nod from NewsForge as they talk about &lt;a href=&quot;http://internet.newsforge.com/internet/06/06/02/185227.shtml?tid=48&amp;tid=138&amp;tid=13&quot;&gt;choosing an open source CMS&lt;/a&gt;. Always nice to get some press!
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>New Flavour: Autumn</title>
    <link>http://blosxom.ookee.com/blog/2006/06/21#new-flavour-autumn</link>
    <description>&lt;p&gt;
&lt;a href=&quot;http://www.users.on.net/~rgarth/weblog&quot;&gt;Rob Garth&lt;/a&gt; has kindly submitted his Autumn flavour to the &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; community. No word on whether he's fixed some &lt;a href=&quot;http://www.users.on.net/~rgarth/weblog/site/ie.html&quot;&gt;Internet Explorer bug&lt;/a&gt; but I agree that anyone using Windows would probably be better -and safer- using &lt;a href=&quot;http://getfirefox.com&quot;&gt;Firefox&lt;/a&gt;...
&lt;/p&gt;&lt;p&gt;
You can download the Autumn theme from &lt;a href=&quot;http://www.users.on.net/~rgarth/weblog/site/colophon.html&quot;&gt;Rob's site&lt;/a&gt; (local download &lt;a href=&quot;http://blosxom.ookee.com/blosxom/flavours/autumn-v1i0-zip&quot;&gt;here&lt;/a&gt;).
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Writeback With Akismet</title>
    <link>http://blosxom.ookee.com/blog/2006/06/21#writeback-with-akismet</link>
    <description>&lt;p&gt;
&lt;a href=&quot;http://kevin.scaldeferri.com/blog/&quot;&gt;Kevin Scaldeferri&lt;/a&gt; recently integrated &lt;a href=&quot;http://akismet.com/&quot;&gt;Akismet&lt;/a&gt; with &lt;a href=&quot;http://fletcher.freeshell.org/&quot;&gt;Fletcher Penney's&lt;/a&gt; wonderful WritebackPlus plugin. The result is something that should help remarkably reduce comment spam on &lt;a href=&quot;http://www.blosxom.com&quot;&gt;Blosxom&lt;/a&gt; blogs. Read Kevin's &lt;a href=&quot;http://kevin.scaldeferri.com/blog/2006/05/06/WritebackAkismet.html&quot;&gt;notes&lt;/a&gt; and then download the &lt;a href=&quot;http://kevin.scaldeferri.com/dist/writeback_akismet&quot;&gt;plugin&lt;/a&gt; (local download &lt;a href=&quot;http://blosxom.ookee.com/blosxom/plugins/v2/writeback_akismet-v0i2-0i0i1&quot;&gt;here&lt;/a&gt;)&gt;
&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Children of Blosxom</title>
    <link>http://blosxom.ookee.com/blog/2006/05/16#children-of-blosxom</link>
    <description>&lt;p&gt;
I found this excellent list of &lt;a href=&quot;http://blosxom.info/BlosxomFamily&quot;&gt;Blosxom derivatives&lt;/a&gt;. It's a great list from a great site. For convenience I'm repeating their list below.
&lt;blockquote&gt;
&lt;a href=&quot;http://hail2u.net/archives/bsk.html&quot;&gt;blosxom starter kit&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://homepage.mac.com/barijaona/web/blosxomsk/en/announcement_20040921.html&quot;&gt;blosxom starter kit version barijaona&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.donzoko.net/cgi-bin/blosxom/blosxom.cgi/Modblosxom/intro.html&quot;&gt;ModBlosxom&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://search.cpan.org/search?module=Posy&quot;&gt;Posy&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://wiki.blojsom.com/wiki/display/blojsom/About+blojsom&quot;&gt;blojsom&lt;/a&gt; (as Seth Milliken points out in the comments, blojsom has switched to a database structure, so it might not count now)&lt;br /&gt;
&lt;a href=&quot;http://mod-blosxom.sourceforge.net/cgi-bin/blosxom&quot;&gt;mod_blosxom&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.celsius1414.com/phposxom/&quot;&gt;Phposxom&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://js.hu/package/blosxom.php/&quot;&gt;Blosxom.PHP&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://phpblosxom.sourceforge.net/&quot;&gt;PHPBlosxom&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://pyblosxom.sourceforge.net/&quot;&gt;PyBlosxom&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://lily.sourceforge.jp/&quot;&gt;lily&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://cm.xrea.cc/prog/7blosxom.shtml&quot;&gt;7blosxom&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://10122038.happy.nu/&quot;&gt;10122038&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.umekomi.com/weblog&quot;&gt;umekomiblog&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://lisp-blosxom.sourceforge.net/&quot;&gt;Lisp Blosxom&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.blosxonomy.com/main/&quot;&gt;Blosxonomy&lt;/a&gt;
&lt;/blockquote&gt;
Is anything missing?
</description>
  </item>
  <item>
    <title>BXR and Drafts</title>
    <link>http://blosxom.ookee.com/blog/2006/04/28#bxr-and-drafts</link>
    <description>&lt;p&gt;
Here's a &lt;a href=&quot;http://honestpuck.com/cgi-bin/blos.cgi/Computers/Blogging/adding_a_draft_post_facility_to_online_blog_editing.html&quot;&gt;clever tip&lt;/a&gt; for creating a Drafts function for &lt;a href=&quot;http://sourceforge.net/projects/bxr&quot;&gt;BXR&lt;/a&gt;.
&lt;/p&gt;
</description>
  </item>
  </channel>
</rss>