summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/DataTransfer/INSTALL
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/DataTransfer/INSTALL
first commit
Diffstat (limited to 'www/wiki/extensions/DataTransfer/INSTALL')
-rw-r--r--www/wiki/extensions/DataTransfer/INSTALL34
1 files changed, 34 insertions, 0 deletions
diff --git a/www/wiki/extensions/DataTransfer/INSTALL b/www/wiki/extensions/DataTransfer/INSTALL
new file mode 100644
index 00000000..800980a8
--- /dev/null
+++ b/www/wiki/extensions/DataTransfer/INSTALL
@@ -0,0 +1,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.