summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/PageForms/INSTALL
blob: 53a9ca414ff70a649af34dada25f4a1ee07fa867 (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
35
36
37
38
39
[[Page Forms 4.4.1]]

Contents:
* Disclaimer
* Requirements
* Installation
* Contact

== Disclaimer ==

There is no guarantee that any of the Page Forms functionality will
work on your system. On the other hand, the code does not make any
modifications to the database directly, so it should be a low-risk
installation.

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

== Requirements ==

The extension requires MediaWiki 1.23 or greater.

== Installation ==

(1) Extract the archive to obtain the directory "PageForms" that contains
    all relevant files. Copy this directory (or extract/download it) to
    "[wikipath]/extensions/".
(2) Insert either one of the following lines into the file
    "[wikipath]/LocalSettings.php":
        include_once('extensions/PageForms/PageForms.php');
        wfLoadExtension( 'PageForms' );

== Enable Visual Editor ==

see INSTALL_VE.md for details

== Contact ==

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