Extension:StarterWiki
From MediaWiki.org
|
StarterWiki Release status: beta |
|
|---|---|
| Implementation | Database |
| Description | Provides a set of maintenance scripts and functions to allow for creation of wiki databases based off a starter wiki. |
| Author(s) | Daniel Friesen (Dantmantalk) |
| License | GNU General Public License 2.0 or later |
| Download | |
| Check usage and version matrix | |
StarterWiki provides a set of maintenance scripts and functions to allow for creation of wiki databases based off a starter wiki.
Installation [edit]
- Download the extension.
- Place one of these lines in your LocalSettings.php (depending on the location you put your extensions in).
require_once( "extensions/wiki-tools/StarterWiki/StarterWiki.php" );
Or the following:
require_once( "extensions/StarterWiki/StarterWiki.php" );
| This extension was migrated from Daniel Friesen's Wiki-Tools.com and checked into Wikimedia's svn. The original archived extension page can be viewed at http://wiki-tools.com/wiki/StarterWiki and previous versions and commits to version control can be checked out from the old svn repo there. |