enterprisemediawiki / approved-revs
一个MediaWiki扩展,允许用户标记页面某个版本的修订为已批准
v1.0.0-alpha
2014-07-09 20:25 UTC
Requires
- composer/installers: >=1.0.1
This package is not auto-updated.
Last update: 2024-09-10 23:16:27 UTC
README
Approved Revs Extension
Version 0.8.0
Yaron Koren
This is free software licensed under the GNU General Public License. Please
see https://gnu.ac.cn/copyleft/gpl.html for further details, including the
full text and terms of the license.
== Overview ==
Approved Revs is an extension to MediaWiki that lets administrators mark a
certain revision of a page as "approved". The approved revision is the one
displayed when users view the page at its main URL.
For more information, see the extension homepage at:
http://www.mediawiki.org/wiki/Extension:Approved_Revs
== Requirements ==
This version of the Approved Revs extension requires MediaWiki 1.21 or
higher.
== Installation ==
To install the extension, place the entire 'ApprovedRevs' directory
within your MediaWiki 'extensions' directory, then add the following
line to your 'LocalSettings.php' file:
require_once( "$IP/extensions/ApprovedRevs/ApprovedRevs.php" );
== Contact ==
Comments, questions, suggestions and bug reports should be sent to Yaron
Koren, at yaron57@gmail.com.