Extension:PSIporting

From MediaWiki.org

Jump to: navigation, search

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
PSIporting

Release status: stable

Implementation  User interface
Description Ex- and importer with sql statements and including linked images.
Author(s)  Benedikt Meuthrath, PSI
Last Version  1 (31.08.2007)
MediaWiki  1.10
License GPL
Download PSIporting.tar.gz

check usage (experimental)

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: 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