I've used UseMod Wiki as well, and can vouch for everything Matt has
said.  We have a copy at OSDL internally that I set up a year ago that
we use for internal documentation and collaboration.

Regarding security issues, UMW has been used by Wikipedia (.com) which
is a very large and fairly heavily used site.  They've had plenty of
abusers / vandals / etc. but survived well.  Performance and scalability
was the area they eventually got into trouble with (no built-in page
caching).  They're not using "stock" UseModWiki, but I believe derived
their existing setup from version 0.92.

The principle limitation I've run into with it myself is just that its
interface is heavily entwined in its Perl code, so if one wished to
alter its look and feel, it'd be a lot of work.  There are no
header/footer templates, for example.

The version of UseMod that I've experience with uses RCS flatfiles
rather than db files (as near as I can tell).  Still a pain to deal
with.  ;-)

Also, while the code is well organized it hasn't many comments so it
takes some effort to understand what's going on if you want to do some
hacking on it.

But, of the various wiki's I've installed and used, for the rich set of
features it provides it's the easiest to set up.

Bryce

On Wed, 12 Jun 2002, Matthew Pressly wrote:
> UseMod Wiki works well, I've been using it for several weeks after having
> switched from SeedQuicki.  UseMod is a single (large) CGI script that is
> very easy to install and has a number of the more advanced features like
> page locking by administrator, revision control, <nowiki>...</nowiki> tags,
> html support, and support for more advanced links.  It does not support TT2
> syntax, but that might not be very difficult to add by adding
> <tt2>...</tt2> tags and having that content be processed by TT2.
>
> One possible weakness with UseMod, though, is that all content is stored in
> 'db' files rather than plain text files.
>
> I have not tried using it outside of an access restricted site, though, so
> I do not know what type of security issues there might be with it if access
> to it were open.
>
> --
> Matthew Pressly
>
>
> At 12:22 PM 6/12/2002 +0100, Andy Wardley wrote:
> >On Wed, Jun 12, 2002 at 12:57:58PM +0200, Zbigniew Lukasiak wrote:
> > > I was started as a standard document and I believe this might be the
> > > reason of failure.  If it were a wiki page than all the recipes that were
> > > mailed to the list could already form some body of the cookbook.
> >
> >If someone can recommend a good Wiki which is easy to install (and
> >ideally uses TT, but there's a can of worms :-) then I'll gladly
> >install it on tt2.org for this purpose.
> >
> >A
> >
> >
> >_______________________________________________
> >templates mailing list
> >[EMAIL PROTECTED]
> >http://www.template-toolkit.org/mailman/listinfo/templates
>
>
> _______________________________________________
> templates mailing list
> [EMAIL PROTECTED]
> http://www.template-toolkit.org/mailman/listinfo/templates
>



Reply via email to