Extension:WikiFarm/zh

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
WikiFarm

Release status: stable

Implementation Special page
Description Helps to manage wiki farm
Author(s) Pavel Malakhov (24pmTalk)
Last version 1.1 (2011.08.25)
MediaWiki 1.16.x, 1.17
License Public Domain/GNU GPL
Download download
home page

WikiFarm extension is a tool for a wiki-farm administrator to automate multiple wikis setup and maintenance.

Contents

[edit] About

Current version has 3 modules:

  • WikiFarm - main module provieds wiki farm statistics. It shows the following information for each wiki in a farm:
    • wiki URL
    • number of pages
    • number of categories
    • number of templates
    • interwiki prefix, if exists in interwiki table

the following is visible in debug info level only:

  • table prefix in DB
  • DB name
  • WikiFarmChanges - shows recent changes from all wikis
  • WikiFarmPages - shows all articles in the project from all wikis
  • + Special script for batch MySQL tables renaming. See Additional tools directory

More features are under development and come up in future releases.

[edit] Prerequisite

WikiFarm assumes that all wiki in a farm

  1. are on one server and available for one and the same db user
  2. have the same prefix delimeter "__" for their tables (there is a script in Additional tools directory to help with that)

[edit] Installation

  1. Add to LocalSettings.php the following line:
    require_once("{$IP}/extensions/WikiFarm/WikiFarm.php");
    
  2. Set variables in /extensions/WikiFarm/WikiFarm_common.php
  3. Optionally disable WikiFarm tools at the end of /extensions/WikiFarm/WikiFarm.php

[edit] Usage

Visit web page Special:WikiFarm

[edit] See also

Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox