-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
42 lines (28 loc) · 1.47 KB
/
README
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
40
41
42
== About ==
Acrolinx is an extension to MediaWiki that allows for using the
proprietary Acrolinx "content optimization" service when editing
wiki pages.
For more information on the Acrolinx extension, see its homepage at
https://www.mediawiki.org/wiki/Extension:Acrolinx
== Setup ==
* Clone/extract the extension into the `/extensions` folder of your wiki
* Add `wfLoadExtension('Acrolinx');` to the bottom of your `/LocalSettings.php` file
Note: if you'd like to use the Acrolinx spellcheck with VisualEditor extension you
need to apply a patch for the VisualEditor, follow the steps below:
* copy the `VisualEditor.diff` to the `/extensions/VisualEditor/lib/ve` folder
* cd into the `/extensions/VisualEditor/lib/ve` folder
* run `git apply VisualEditor.diff`
== Credits ==
The Acrolinx extension was created by Yaron Koren. It uses
JavaScript code developed by both Acrolinx and Google, as well as
CSS code developed by Acrolinx, all available under the Apache 2.0
license, which is compatible with the GPLv3 license under which
this extension is released.
== Contact ==
Comments, questions and suggestions can be submitted on the Acrolinx
extension's talk page, or sent to the MediaWiki mailing list:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
If possible, please add "[Acrolinx]" at the beginning of the subject
line, to clarify the subject matter.
Bug reports should be submitted at the Wikimedia Phabricator site:
https://phabricator.wikimedia.org/maniphest/task/create/