Les Mikesell wrote:
From: "justin" <[EMAIL PROTECTED]>
can anyone on the list recommend me a good modperl+mysql based Wiki
engine?
That's a pretty vague request... what features are you looking for?
Twiki (http://twiki.org/) works great with mod_perl but it uses rcs
to keep version-controlled text files in the filesystem instead of
using mysql.
If a more simple Wiki environment is required (one without the
proverbial kitchen sink), perhaps have a look at Apache::MiniWiki. It's
uses Rcs.pm for doing checkouts, commits, diffs, merges, logs, etc. This
module runs as either a mod_perl handler or under Apache::Registry.
Wim
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html