Go to file
James D. Forrester 3ab15a610f build: Update MediaWiki requirement to 1.39.0
Change-Id: I72c59fdabb7137ca35f71ea48195ed56f998f237
2023-02-24 11:23:18 -05:00
.phan
i18n Localisation updates from https://translatewiki.net. 2023-02-21 07:04:20 +01:00
includes Add a CategoryCache service for use on Special:TrackingCategories 2023-01-22 10:27:23 +00:00
modules
tests/phpunit Add a CategoryCache service for use on Special:TrackingCategories 2023-01-22 10:27:23 +00:00
.eslintrc.json
.gitignore
.gitreview
.phpcs.xml
.stylelintrc.json
CategoryTree.alias.php
CategoryTree.i18n.magic.php
CODE_OF_CONDUCT.md
composer.json build: Updating dependencies 2022-05-21 00:54:21 +00:00
COPYING
extension.json build: Update MediaWiki requirement to 1.39.0 2023-02-24 11:23:18 -05:00
Gruntfile.js
package-lock.json build: Updating dependencies 2022-05-21 00:54:21 +00:00
package.json build: Updating dependencies 2022-05-21 00:54:21 +00:00
README

--------------------------------------------------------------------------
README for the CategoryTree extension
Copyright © 2006-2008 Daniel Kinzler and others
Licenses: GNU General Public Licence (GPL)
          GNU Free Documentation License (GFDL)
--------------------------------------------------------------------------

The CategoryTree extension provides a dynamic view of the wiki's category
structure as a tree. It uses AJAX to load parts of the tree on demand.

The CategoryTree extension was originally written by Daniel Kinzler in
2006 and is released under the GNU General Public Licence (GPL). The
internationalization files contain contributions by several people;
they are mentioned in each file individually. Also thanks to Tim Starling
for his contributions.

Instructions on installing and using this extension are available at
<https://www.mediawiki.org/wiki/Extension:CategoryTree>