Extension:PovWatch

From MediaWiki.org

Jump to: navigation, search

             

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
PovWatch

Release status: unknown

Implementation  Special page
Description Extension for pushing articles on to the watchlists of other users.
Author(s)  Tim Starling
Last Version  1.1.1
MediaWiki  1.11+
License Any OSI approved license
Download Download snapshot

Subversion [Help]
Browse source code

Example  Test Wikipedia

check usage (experimental)

PovWatch extension adds a special page (Special:PovWatch) for pushing articles on to the watchlists of other users.

[edit] Installation

  1. Download the files from SVN
  2. Upload them to the extensions/PovWatch
  3. Create the SQL tables with povwatch.sql
  4. Add
    require_once("$IP/extensions/PovWatch/PovWatch.php");
    to LocalSettings.php
  5. Installation can now be verified through Special:Version

[edit] See also