chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wiki, [was: Re: [Chicken-users] Powered by Spiffy/Scheme logo?]


From: Peter Bex
Subject: Re: Wiki, [was: Re: [Chicken-users] Powered by Spiffy/Scheme logo?]
Date: Sun, 12 Mar 2006 17:47:26 +0100
User-agent: Mutt/1.4.2.1i

On Sat, Mar 11, 2006 at 10:58:34PM -0700, Shawn Rutledge wrote:
> Another feature (which might or might not be a good idea) is to have
> folders, rather than a single namespace.  A problem arises when you
> try to use a conventional wiki for multiple projects - you have to be
> careful to choose sufficienty verbose titles for the pages, so that
> you don't use up all the good names for one project.  So I think I
> will make it possible to partition parts of the wiki in actual
> directories on the server.  That way different directories can have
> different permissions too.  At work, we used mediawiki for a while,
> and then pretty soon people wanted to have some stuff be public, and
> some be private to our department, and we didn't find a way to do it. 
> So we had to make the whole thing private (using a .htaccess file). 
> What does Spiffy have for security?

See the spiffy-access-file parameter.  It's a much more flexible and
powerful access mechanism then .htaccess.  It allows you to define a
function that determines if one is allowed to view the file or not.
(it returns a boolean, #t if access allowed, #f if denied)

Maybe people who are more familiar with Apache could contribute some
macros that it easier to specify access in a declarative fashion.

For course-grained access control, there's the spiffy-deny-access
parameter, which is a regex.  Access is denied to any file that matches
the regex.

Regards,
Peter
-- 
http://www.student.ru.nl/peter.bex
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth

Attachment: pgpBeSWalcYGe.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]