Semantic Drilldown is an extension to MediaWiki that works in conjunction with another extension, Semantic MediaWiki, to provide a drilldown interface for all the data on a site.
|
Note
|
The repository contains
submodules. Make
sure to clone with > git clone --recursive <REPO> If not done when cloning, it can be done by > git submodule init > git submodule update |
For documentation see: https://www.mediawiki.org/wiki/Extension:Semantic_Drilldown
Versioning Convention — Semantic Versioning
This project follows Semantic Versioning.
Version numbers follow the format:
MAJOR.MINOR.PATCH
Version increment rules:
-
MAJOR — incompatible or breaking changes
-
MINOR — backwards-compatible feature additions
-
PATCH — backwards-compatible bug fixes
Breaking changes include (but are not limited to):
-
incompatible API changes
-
removal or renaming of public interfaces
-
behavior changes that may break existing integrations
-
increased minimum runtime or dependency requirements
-
incompatible configuration or data format changes
-
dependency upgrades that introduce breaking changes for users
Breaking changes must always increment the MAJOR version.
See CONTRIBUTING.adoc for development setup, coding conventions, and contribution guidelines.
Semantic Drilldown was mainly written by Yaron Koren.
Important contributions were made by Sanyam Goyal as part of the 2010 Google Summer of Code, by Ankit Garg as part of the 2011 Google Summer of Code, and by David Loomer, MWJames, Edward Chernenko, the gesinn.it team and others.
Language translations were provided by many people; see the files in the /i18n directory for the full listings.