|
NAMEMojoMojo::Prefs - info on MojoMojo configurable preferencesMojoMojo 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. adminsLogin names of users with admin privileges.Default: 'admin'. nameSite name.Default: 'MojoMojo'. main_formatterSpecify 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>.open_registrationControld whether user registration is available.Default: false. anonymous_userIf set, users are allowed to post anonymously, and the edit will be shown with the username set in this option.restricted_userIf 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. enforce_loginIf set, users are forced to login before performing any action.Default: false. check_permission_on_viewIf set, permissions to view are checked on view and search.Default: is false. create_allowed, delete_allowed, edit_allowed, view_allowed, attachment_allowedIf true, anonymous users can create, delete, edit, view, and manipulate attachments, respectively.Defaults: true. entropyRandom string used to generate secret keys for mail verification and such.disable_searchIf set, will use Google for site search. Currently highly recommended because KinoSearch consumes 100% CPU (see <http://github.com/marcusramberg/mojomojo/issues#issue/32>).use_captchaControl CAPTCHA for new user registration and anonymous edits.Default: false. themeName of the active theme.Default: 'default'. cache_permission_dataIf set, permissions are cached.Default: true. default_langSet the default language used for:
Currently supported values are:
Default: "en"
Visit the GSP FreeBSD Man Page Interface. |