MojoMojo::Prefs(3pm) | User Contributed Perl Documentation | MojoMojo::Prefs(3pm) |
MojoMojo::Prefs - info on MojoMojo configurable preferences
MojoMojo has a number of preferences that can be set in "Site settings" ("/.admin"). If values are not set in the database, they are read from mojomojo.conf, or default values are used.
Login names of users with admin privileges.
Default: 'admin'.
Site name.
Default: 'MojoMojo'.
Specify which formatter to use as the main text formatter. The two options so far ares Markdown and Textile, with Markdown being default thanks to its versatility. For a comparison between the two, see <http://mojomojo.org/documentation/cheatsheet>.
Controld whether user registration is available.
Default: false.
If set, users are allowed to post anonymously, and the edit will be shown with the username set in this option.
If set to a true value, normal users are restricted to editing pages inside their user space (the subpages of "/username"). Admin users can edit the entire site.
Default: false.
If set, users are forced to login before performing any action.
Default: false.
If set, permissions to view are checked on view and search.
Default: is false.
If true, anonymous users can create, delete, edit, view, and manipulate attachments, respectively.
Defaults: true.
Random string used to generate secret keys for mail verification and such.
If set, will use Google for site search. Currently highly recommended because KinoSearch consumes 100% CPU (see <http://github.com/marcusramberg/mojomojo/issues#issue/32>).
Control CAPTCHA for new user registration and anonymous edits.
Default: false.
Name of the active theme.
Default: 'default'.
If set, permissions are cached.
Default: true.
Set the default language used for:
Currently supported values are:
Default: "en"
2018-01-13 | perl v5.26.1 |