FAQClassic
Test FAQ
Silly Question
Which is better, Emacs or VI?
You're kidding, right? :-)
Open space to demonstrate scrolling
Normal Questions
Why doesn't PmWiki use a database such as MySQL for page storage?
See PmWiki:FlatFileAdvantages.
Q: How do I set up user-based passwords for my wiki? See Cookbook:AuthUser and Cookbook:UserAuth.
Q: How do I turn on the ?action=diag and ?action=phpinfo actions? Use
$EnableDiag
= 1;
in your config.php file.
How do I password-protect a wiki action?
Starting with version 2.0.beta50 you can assign password levels to actions. From the release notes:
The $HandleAuth
array can be used to set the authorization level required for executing a corresponding action. For example, setting $HandleAuth
['diff'] to 'edit' means that edit authorizations are required to view the page history (?action=diff). Similarly, setting $HandleAuth
['source'] to 'admin' means that only the admin would be able to use ?action=source.
Silly Question
Which is better, Emacs or VI?
You're kidding, right? :-)
Open space to demonstrate scrolling