[=$DiffAccessLevel=]
- The default access level required to access a page's history. Defaults to 'read', but can be changed to 'edit' to allow only editors to view page history.
$DiffAccessLevel = 'read'; # default
$DiffAccessLevel = 'edit'; # require edit password
[=$LinkPageCreateSpaceFmt=]
- Same as $LinkPageCreateFmt, but used when the link text has a space in it.
[=$AuthorRequiredFmt=]
- The message displayed above the edit form when $EnablePostAuthorRequired is set and an author has failed to provide a name in the "Author" field.
Getting cleaner URLs out of Pm Wiki
You have to change your local configuration to get
Pm Wiki itself to generate pretty urls. Setting the $EnablePathInfo variable to 1 will tell
Pm Wiki to make pretty page names with slashes ("/") instead of dots in them, and no "pagename=" stuff. Then, setting $ScriptUrl to the pseudo-path you set up, without a trailing slash, will make things look really nice. For instance, the above mod_rewrite commands combined with
$ScriptUrl = "http://wiki.example.com";
in config.php would result a URL that looks like this:
http://wiki.example.com/Main/HomePage/