Open main menu

Changes

Replaced content with "{{Deprecated}}"
The emphasis is on a complete feature set, quality, performance, and security that is turn-key, simple to use, and supported.<ol><li>Free SSL included. '''https'''://wiki.example.com</ol>== Enterprise features == <ol><li> String Functions (via Scribunto and Lua) e.g. <nowiki>{{#invoke:String|len|This is a string whose length we want to measure}}</nowiki> gives {{#invoke:String|len|This is a string whose length we want to measure}} (requires the [[Module:String]] be added in addition to the extensions)<li> Links to your Windows shared resources via '''Universal Naming Convention''' ([[mw:UNC links|UNC links]]) are supported. (requires changes to LocalSettings <ref><code>$wgPFEnableStringFunctions = true;</code> and <code>array_push($wgUrlProtocols, "file://");</code></ref> as well as the [[Template:Unc|unc template]] There's quite a bit of history behind this (string functions) <ref>In 2013, it was determined that this extension would never be enabled on Wikimedia wikis (see phabricator:T8455). As a workaround, use String-handling templates or [[Module:String]] https://www.mediawiki.org/wiki/Extension:StringFunctions</ref> )<li> Beautiful, responsive, mobile-first [[Private:QualityBox/look and feel]]<li> Clean URLs for easier use, better SEO. <li> REST-like action verbs extend "Clean URLs" to include all the regular user interactions like 'edit' and 'history'<ref>Code like <pre>$actions = array( 'edit', 'watch', 'unwatch', 'delete','revert', 'rollback', 'protect', 'unprotect', 'markpatrolled', 'render', 'submit', 'history', 'purge', 'info' ); foreach ( $actions as $action ) { $wgActionPaths[$action] = "/wiki/$1/$action";}$wgActionPaths['view'] = "/wiki/$1";$wgArticlePath = $wgActionPaths['view'];</pre> sets up [[mw:Manual:$wgActionPaths|$wgActionPaths]]</ref><li> Advanced "[[404|Document Not Found]]" handling<li> Licensing selections in the "Upload" form. This is part of the pre-loaded content which makes QualityBox a turn-key system.<li> "Help" content included. This is part of the pre-loaded content which makes QualityBox a turn-key system.<li> Flexible powers for Site Administrators to delete content via the Nuke extension</ol> == Special Services ==Of course the creators of QualityBox offer additional support and special services. Some of those services include <ol><li> Make it so that your wiki can NOT be exported by a user -- even the admin (not recommended) <ref>[[mw:Manual:Parameters_to_Special:Export]]</ref><li> Disable the API (not recommended)<li> Delete archived files -- either due to sensitive content, or to reduce disk space requirements <ref>[[mw:Manual:DeleteArchivedFiles.php]]</ref></ol>{{@todo}} list additional services, including maintenance scripts{{@todo}} add multi-lingual wiki features through [[mw:MediaWiki Language Extension Bundle]] {{ReferencesDeprecated}}
4,558

edits