In my blog about the game of Go I'm using blosxom. Since I'm likely to refer to Sensei's Library, the expansive Wiki for Go players, quite a bit, I wrote a blosxom plugin that makes it easy to create links to Sensei's Library without having to construct the URLs and link markup manually.
The plugin is available for download. Here is how to use it:
A link in a story like this:
<SL:RecentChanges>latest updates</SL>
is turned into a link like this:
<a href="http://senseis.xmp.net/?RecentChanges">latest updates</a>
You don't need to escape non-alphanumeric characters in topics. For example, to link to a subpage of a topic, use:
<SL:BenjaminTeuber/GuideToBecomeStrong>...</SL>
If you don't provide a topic to link to in the <SL>
tag, the link text
is wikified and used instead. Therefore, the same result as above can be
obtained by
<SL>Recent Changes</SL>
As in normal HTML, the tag isn't case sensitive, so you could also use <sl>
.