Tesugen

blosxom with UseModWiki

The way I use blosxom and UseModWiki has been mentioned in a few weblogs during the last day: 0xDECAFBAD, WebSeitzWiki, Mike’s Radio Weblog and bloglet.

I’m definitely not good at Perl, so the code snippet posted at 0xDECAFBAD by Aaron of Montreal might be helpful besides my little guide to modifying blosxom for generating those Wiki! links:

# line 81 of blosxom<br /> <br /> use Text::WikiFormat;<br /> chomp(my $body = Text::WikiFormat::format(join '', &lt;$fh&gt;));<br />


This apparently requires the Text-WikiFormat module. I’m not sure I understand this, but maybe you do.

Update: I forgot that I’ve had to escape a few more characters that the Wiki doesn’t like. Here are the added lines:

$wiki_title =~ s/://g; <br /> $wiki_title =~ s/!//g; # NEW! <br /> $wiki_title =~ s/\?//g; # NEW! <br /> my $story = ($content_type eq 'text/...

The above was posted to my personal weblog on May 11, 2002. My name is Peter Lindberg and I am a thirtysomething software developer and dad living in Stockholm, Sweden. Here, you’ll find posts in English and Swedish about whatever happens to interest me for the moment.

Posted around the same time:

The seven most recent posts:

  1. Tesugen Replaced (October 7)
  2. My Year of MacBook Troubles (May 16)
  3. Tesugen Turns Five (March 21)
  4. Gustaf Nordenskiöld om keramik kontra kläddesign (December 10, 2006)
  5. Se till att ha två buffertar för oförutsedda utgifter (October 30, 2006)
  6. Bra tips för den som vill börja fondspara (October 7, 2006)
  7. Light-Hearted Parenting Tips (September 16, 2006)
Bloggtoppen.se