Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stwalkerster/protected-notice
- Owner: stwalkerster
- Created: 2012-04-18T22:29:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-19T05:09:35.000Z (over 12 years ago)
- Last Synced: 2023-03-11T23:47:21.486Z (over 1 year ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```