Extension:PSIporting
From MediaWiki.org
|
PSIporting Release status: stable |
|
|---|---|
| Implementation | User interface |
| Description | Ex- and importer with sql statements and including linked images. |
| Author(s) | Benedikt Meuthrath, PSI |
| Version | 1 (31.08.2007) |
| MediaWiki | 1.10 |
| License | GPL |
| Download | PSIporting.tar.gz |
Contents |
[edit] What can this extension do?
The exporter allows you to export articles by a sql statement and gives you the option to include images which are linked in the exported articles. They get zipped together and send to your browser by a link. The importer can import this zip files into another wiki.
[edit] Usage
Enter a sql statement or use one of the given ones.
[edit] Installation
- include this extension in LocalSettings.php: require_once("extensions/PSIporting/PSIporting.php");
[edit] Changes to LocalSettings.php
require_once("$IP/extensions/PSIporting/PSIporting.php");

