[[Data Transfer 1.2]]

Contents:
* Disclaimer
* Requirements
* Installation
* Contact

== Disclaimer ==

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

== Requirements ==

This extension requires MediaWiki 1.29 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 the following line into the file
    "[wikipath]/LocalSettings.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.
