summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/DataTransfer/INSTALL
blob: 800980a84b502d997adb69f94f6ecc1c1511f3d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[[Data Transfer 1.0]]

Contents:
* Disclaimer
* Requirements
* Installation
* Contact

== Disclaimer ==

For a proper legal disclaimer, see the file "COPYING".

== Requirements ==

This extension requires MediaWiki 1.23 or greater.

== Installation ==

(1) Extract the archive to obtain the directory "DataTransfer"
    that contains all relevant files. Copy this directory (or
    extract/download it) to "[wikipath]/extensions/".
(2) Insert either of the following lines into the file
    "[wikipath]/LocalSettings.php":
      include_once( "$IP/extensions/DataTransfer/DataTransfer.php" );
      wfLoadExtension( 'DataTransfer' );
(3) To enable importing spreadsheet files (Excel, OOCalc, Gnumeric, ...),
    use Composer to install the phpoffice/phpexcel module. From the MediaWiki
    installation directory call:
      composer require "phpoffice/phpexcel:~1.8"

== Contact ==

If you have any issues or questions, please send them to
yaron57@gmail.com.