Extension:SemanticAuthProfiling
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | GitHub: 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 yourextensions/
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.