Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stwalkerster/protected-notice

A MediaWiki extension which automatically adds a notice to the top of a page if the page is protected.
https://github.com/stwalkerster/protected-notice

Last synced: 1 day ago
JSON representation

A MediaWiki extension which automatically adds a notice to the top of a page if the page is protected.

Awesome Lists containing this project

README

        

ProtectedNotice
================

A MediaWiki extension which automatically adds a notice to the top of a page if the page is protected.

##Installation

```
cd /path/to/mediawiki/extensions
git clone git://github.com/stwalkerster/protected-notice.git
cd ..
echo 'require_once("$IP/extensions/protected-notice/ProtectedNotice.php");' >> LocalSettings.php
```