Extension:WikiFarm/zh
From MediaWiki.org
|
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
- are on one server and available for one and the same db user
- have the same prefix delimeter "__" for their tables (there is a script in Additional tools directory to help with that)
[edit] Installation
- Add to LocalSettings.php the following line:
require_once("{$IP}/extensions/WikiFarm/WikiFarm.php");
- Set variables in /extensions/WikiFarm/WikiFarm_common.php
- Optionally disable WikiFarm tools at the end of /extensions/WikiFarm/WikiFarm.php
[edit] Usage
Visit web page Special:WikiFarm
[edit] See also
- How to build up a wiki farm in step-by-step manual (in Russian)
- Manual:Wiki family
- Extension:Farmer
- Extension:Simple Farm
