2004-05-07 Wikis

I finally fixed the theme bug on CommunityWiki. It turns out that the Oddmuse:Language Extension was clobbering themes! Fixing the extension fixed the bug. So we have themes again on cw! Personally, I use the Arrows Theme. Check it out on Community:Themes.

Oddmuse:Language Extension

Community:Themes

I also wrote a proxy that translates URLs from UTF-8 encoded to Latin-1 encoded. The Perl CGI module automatically (?) undoes URL-encoding. I then convert the octets into a real Perl string (UTF-8 based), and by some internal Perl magic, these will be printed as Latin-1 again. I’m sure this is all evil and some encoding back to Latin-1 octets is in order, but I just stopped touching it when it worked for me. 😄

Using it, I changed the Community:InterMap and added the proxy for GründerWiki, MeatballWiki, and CraoWiki, and searched for remaining malformed links. Should work, now. ;)

Community:InterMap

​#Wikis