summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/PageForms/README
blob: 55b28ac0bef9fee2c15bce7c7dcebb12884da39e (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
== About ==

Page Forms is an extension to MediaWiki that allows for the
creation of forms that can be used to create and edit pages. It can
work by itself, or in conjuction with two other extensions that
both handle the storage of data: Cargo and Semantic MediaWiki.

For much more information on Page Forms, see the extension
homepage at https://www.mediawiki.org/wiki/Extension:Page_Forms

Notes on installing Page Forms can be found in the file INSTALL.

== Credits ==

Page Forms was created, and mostly written by, Yaron Koren.

Significant parts of the code were contributed by Stephan Gambke.

Much of the jQuery and related JavaScript functionality was initially
created by Sanyam Goyal as part of the 2010 Google Summer of Code
program.

Integration with the Page Schemas extension was initially created by
Ankit Garg as part of the 2011 Google Summer of Code.

Support for section handling, and PHPUnit tests, were added by Himeshi
De Silva as part of the 2013 Google Summer of Code.

The "tokens" and updated "combobox" input types were created by
Jatin Mehta as part of the 2014 Google Summer of Code.

Support for hierarchies in the Cargo extension was added by Feroz
Ahmed as part of the 2017 Google Summer of Code.

The page Special:MultiPageEdit was added by Yashdeep Thorat as part
of the 2018 Google Summer of Code.

Important code contributions were also made by Christoph Burgmer,
Cindy Cicalese, Daniel Friesen, Daniel Hansch, Eugene Mednikov,
Harold Solbrig, Ilmārs Poikāns, Jayson Harshbarger, Jeffrey Stuckman,
Joel Natividad, Jeroen De Dauw, Joel Natividad, Louis Gerbarg, LY Meng,
Mathias Lidal, Matt Williamson, MWJames, Niklas Laxstrom, Nils
Opperman, Paladox, Patrick Nagel, Peter Grassberger, Remco de Boer,
Sebastian Richter, Sergey Chernyshev, Siebrand Mazeland, Simon Heimler,
Solitarius, Tom Fellows, Vedmaka, wheresmytab and others.

Language translations were provided by many people; see the files in
the /i18n and /languages directories for the full listings.

== Contact ==

Comments, questions and suggestions should be sent to the MediaWiki
or mailing list:

 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

If possible, please add "[Page Forms]" 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/

== Credits to other projects ==

Page Forms includes the following JavaScript libraries:

* fancyBox, also known as fancyBox3 (https://fancyapps.com/fancybox/3/),
distributed under the GPLv3 license.

* Dynatree (https://github.com/mar10/dynatree) by Martin Wendt,
distributed under both the MIT and GPL licenses.

* jsGrid (http://js-grid.com) by Artem Tabalin, distributed under
the MIT license.

* RateYo! (http://rateyo.fundoocode.ninja/) by Prashanth Pamidi,
distributed under the MIT license.

* Select2 (https://select2.github.io) by Igor Vaynberg, distributed
under both the Apache and GPL licenses.

It also includes the Balloon.css CSS library
(https://kazzkiq.github.io/balloon.css/) by Claudio Holanda,
distributed under the MIT license.

Page Forms also makes extensive use of the jQuery and jQuery UI
JavaScript libraries, as well as some use of the OOUI library, all
included within MediaWiki.