Extension:PSIporting

From MediaWiki.org

Jump to: navigation, search
Manual on MediaWiki Extensions
List of MediaWiki Extensions
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.

Note Note:

BE AWARE THAT YOU CAN ENTER WHATEVER SQL STATEMENT YOU LIKE - ALSO DROP OR DELETE STATEMENTS - THAT GET ABSOLUTELY UNFILTERED EXECUTED IMMEDIATELY ONCE YOU KLICK OK! SO TAKE CARE WITH YOUR SQL STATEMENTS AND GRANTING PORTING RIGHTS! And do not blame me for not warning you ;-)

[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");

[edit] See also

Personal tools