Extension:SemanticAuthProfiling

MediaWiki extensions manual
SemanticAuthProfiling
Release status: unmaintained
Implementation User rights
Description Allows to profile you wikis's content and map it to user groups for authorization
Author(s) Giacomo Lorenzo, Matteo Busanelli
Latest version 1.0.0 (2019-09-12)
MediaWiki 1.25+
PHP 5.3.3+
Database changes No
License MIT License
Download
README

The SemanticAuthProfiling allows to profile you wikis's content and map it to user groups for authorization.

Installation edit

  • Downlaod and place the file(s) in a directory called SemanticAuthProfiling in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'SemanticAuthProfiling' );
    
  • Configure as required.
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.