forked from wikimedia/mediawiki-extensions-FlexDiagrams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
50 lines (35 loc) · 1.64 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
43
44
45
46
47
48
49
50
Flex Diagrams Extension
Version 0.6
Yaron Koren and Sahaj Khandelwal
This is free software licensed under the GNU General Public License. Please
see http://www.gnu.org/copyleft/gpl.html for further details, including the
full text and terms of the license.
== Overview ==
Flex Diagrams is an extension to MediaWiki that lets users create and edit
diagrams in different formats. Each format gets its own namespace. Current
supported formats are:
* BPMN XML (using the bpmn-js library)
* Gantt JSON (using the dhtmlxGantt library)
* the Mermaid syntax (using the Mermaid library)
* drawio/diagrams.net (using the diagrams.net service)
For more information, see the extension homepage at:
https://www.mediawiki.org/wiki/Extension:Flex_Diagrams
== Requirements ==
This version of the Flex Diagrams extension requires MediaWiki 1.38 or higher.
== Installation ==
To install the extension, place the entire 'FlexDiagrams' directory
within your MediaWiki 'extensions' directory, then add the following
line to your 'LocalSettings.php' file:
wfLoadExtension( 'FlexDiagrams' );
== Contact ==
Comments, questions, suggestions and bug reports should be sent to Yaron
Koren, at [email protected].
== Credits ==
Diagrams includes the following JavaScript libraries:
* bpmn-js (https://bpmn.io/toolkit/bpmn-js/), by Camunda Servies GmbH,
distributed under a custom license
(https://github.com/bpmn-io/bpmn-js/blob/develop/LICENSE) that seems to be
compatible with the GNU GPL
* dhtmlxGantt (https://dhtmlx.com/docs/products/dhtmlxGantt/), by XB Software,
distributed under the GNU GPL
* mermaid (https://mermaid.js.org), distributed under the MIT License