diff options
author | Matt Walker <mwalker@wikimedia.org> | 2013-05-24 04:19:49 -0700 |
---|---|---|
committer | Matt Walker <mwalker@wikimedia.org> | 2014-01-03 11:02:54 -0800 |
commit | 357eb3d488b9d8caf575bc6990d9906ecc256554 (patch) | |
tree | 86a4461c0addac88a4ed10bcee84095d1a6f03db /CREDITS | |
parent | 6b22c0a353018473d4767c497973f0b83ee4892d (diff) | |
download | mediawikicore-357eb3d488b9d8caf575bc6990d9906ecc256554.tar.gz mediawikicore-357eb3d488b9d8caf575bc6990d9906ecc256554.zip |
Add licensing for extensions to Special:Version
Allow extensions to register a software license and present
this on the Special:Version page. A new $wgExtensionCredits
parameter has been introduced for this purpose: 'license-name'.
This will also automatically pick up the presense of additional
licensing and/or credits files. If ((AUTHORS)|(CREDITS))(\.txt)?
exists in the extension base directory a credits link will be
created. If ((LICENSE)|(COPYING))(\.txt)? exists a license link
will be created.
The API has also been updated to produce VCS information and present
links to the license/credits files.
Bug: 48418
Change-Id: I388f3b630462f1909f30751c987f7af585e98881
Diffstat (limited to 'CREDITS')
-rw-r--r-- | CREDITS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,11 @@ +{{int:version-credits-summary}} +<!-- MediaWiki 1.23 is a collaborative project released under the GNU General Public License v2. We would like to recognize the following names for their contribution to the product. - +--> <!-- Please notice that the following can be found parsed under Special:Version/Credits --> + == Developers == * Aaron Schulz * Alex Z. |