Security extension
From Wickle Wiki
Again i wrote a extremely simple Extension to Mediawiki, this extension tries to renderize svg graphics and put them online on the wiki. For renderize the extension uses Batik from apache, and you could view a few examples at the top of this page ...
Contents |
Requisites
There are no requisites for this extensions, well only one ... you must have Mediawiki installed ;))
Download
- You can download the extension at my CVS at wickle.
- Alternate Download at SF.net : SF.net CVS
Install
you must copy Security.php to $mediawiki/extensions directory and add this line to LocalSettings.php: include("extensions/Security.php");
Use
At this stage its extremely easy, just see the sample below :
<security> user=Coffman,admin groups=all </security>
adding this to a page makes the page readable only by Coffman and admin, the rest of users (including non registered and admins) are not able to read the page.
samples
until security errors are fixed there are no live demo.

