mediawiki / semantic-forms
Forms for creating and editing wiki pages.
Installs: 15 994
Dependents: 1
Suggesters: 2
Security: 0
Stars: 6
Watchers: 12
Forks: 8
Type:mediawiki-extension
Requires
- php: >=5.3.0
- composer/installers: 1.*,>=1.0.1
Requires (Dev)
Suggests
- mediawiki/open-layers: Allow us to use ResourceLoader for OpenLayers.
This package is not auto-updated.
Last update: 2018-05-15 14:32:17 UTC
README
== About == Semantic Forms is an extension to MediaWiki that allows for the creation and usage of forms to add and edit semantic data. It can work in conjuction with two other extensions that both handle the storage of data: Semantic MediaWiki and Cargo. For much more information on Semantic Forms, see the extension homepage at http://www.mediawiki.org/wiki/Extension:Semantic_Forms Notes on installing Semantic Forms can be found in the file INSTALL. == Credits == Semantic 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 into 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. 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, 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 can be sent to either the MediaWiki or the Semantic MediaWiki mailing lists: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l https://lists.sourceforge.net/lists/listinfo/semediawiki-user If possible, please add "[SF]" 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 == Semantic Forms includes the following JavaScript libraries: * FancyBox (http://fancybox.net) by Janis Skarnelis, distributed under both the MIT and GPL licenses. * 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. * 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. Semantic Forms also makes extensive use of the jQuery and jQuery UI JavaScript libraries, included within MediaWiki.