Yeah, I know, a rite of passage in Perl hackerdom is to write your own: 1) CMS (content management system), 2) templating engine, and 3) wiki. I want to throw my hat into the ring too. Therefore, I present to you...
sk - a (very) simple wiki. There are three main ideas going on here. First, I hate how every different wiki has it's own markup syntax. HTML is the language of the web, no? So, use HTML in the wiki. (And yes, I know that means you can embed some nasty JavaScript...see the disclaimer.) Or use no formatting if you like.
Second, I wanted to be able to deploy the wiki in a single file (minus CSS, JavaScript, and images) and that had the "minimal set" of module dependencies. This requires only CGI. No HTML::Template (though I like it), no Class::DBI, nothing. (In fact, it's probably easier to install on Windows than *nix.)
And third, I hate how textboxes aren't resizable by default. With a little bit of JavaScript help, there's no longer that limitation. So give it a try and let me know what you think.
You may want to use something like the HTML::JFilter to make sure users only enter safe stuff :-)
Most of them are there, for quite some time already. Actually I think this is the only one that's not. There are three reasons.
So, if you or anyone can suggest a reasonable name I'll rename the module and post it on CPAN.
Except that I explicitly wanted to allow any HTML. That may make this wiki unusable for some people, but for my purposes, it's ok.
perlmonks.org content © perlmonks.org and Jenda, t'mo, wazoox
prlmnks.org © 2006 edmund von der burg (eccles & toad)
v 0.03