WikyBlog 1.6.1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News WikyBlog 1.6.1.1 (Default branch)
# 1  
Old 03-03-2008
WikyBlog 1.6.1.1 (Default branch)

Image WikyBlog is a Wiki/Blog CMS/groupware application with an AJAX enhanced tabbed interface that enables users to view and edit multiple files within the same page. UTF-8 support for multi-language abilities, integrated custom template editing, file upload, a flexible user privilege system, and Google Maps integration number among its many features. License: GNU General Public License (GPL) Changes:
The "Framed" theme was added. The enhanced scrolling feature was updated. A few minor bugs were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MojoMojo::Prefs(3pm)					User Contributed Perl Documentation				      MojoMojo::Prefs(3pm)

NAME
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. admins Login names of users with admin privileges. Default: 'admin'. name Site name. Default: 'MojoMojo'. main_formatter 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>. open_registration Controld whether user registration is available. Default: false. anonymous_user If set, users are allowed to post anonymously, and the edit will be shown with the username set in this option. restricted_user 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. enforce_login If set, users are forced to login before performing any action. Default: false. check_permission_on_view If set, permissions to view are checked on view and search. Default: is false. create_allowed, delete_allowed, edit_allowed, view_allowed, attachment_allowed If true, anonymous users can create, delete, edit, view, and manipulate attachments, respectively. Defaults: true. entropy Random string used to generate secret keys for mail verification and such. disable_search 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>). use_captcha Control CAPTCHA for new user registration and anonymous edits. Default: false. theme Name of the active theme. Default: 'default'. cache_permission_data If set, permissions are cached. Default: true. default_lang Set the default language used for: o roles and the 'admin' username when creating the database o whenever no language is set via the UI and one is needed to display site text and navigation links, configure CAPTCHA, output language- specific plugin text etc. Currently supported values are: o "en" - English o "de" - German o "fr" - French o "ja" - Japanese o "no" - Norwegian o "ca" - Catalan o "es" - Spanish o "pl" - Polish o "ru" - Russian Default: "en" perl v5.14.2 2010-05-08 MojoMojo::Prefs(3pm)