Go to file
2008-07-10 22:35:42 +00:00
CategoryPageSubclass.php added to force inclusion of ct scripts on all pages 2008-07-02 08:49:13 +00:00
CategoryTree.css Removing 'font-weight: bold' for the subcategories: Seems weird in category pages, as any subcategory is bold, and doesn't help much when only subcategories are shown. Even when both subcategories and articles are shown in Special:CategoryTree, the subcategories are already distinct because of the + sign. 2008-07-04 14:21:12 +00:00
CategoryTree.i18n.php Localisation updates for extension messages from Betawiki (2008-07-11 00:09 CEST) 2008-07-10 22:35:42 +00:00
CategoryTree.js added inverse mode to navigate parent categories 2008-07-02 09:49:28 +00:00
CategoryTree.php support special page aliases 2008-07-04 22:58:28 +00:00
CategoryTree.rtl.css Fixing the category tree margin in RTL. 2006-09-02 11:11:20 +00:00
CategoryTreeFunctions.php added missing initialization for 'category not found' code path 2008-07-04 20:05:29 +00:00
CategoryTreePage.i18n.alias.php Localisation updates for extension messages from Betawiki (2008-07-07 11:59 CEST) 2008-07-07 10:15:19 +00:00
CategoryTreePage.php added inverse mode to navigate parent categories 2008-07-02 09:49:28 +00:00
install.settings Whitespace fixes 2008-02-04 09:22:12 +00:00
README Restructuring and revamping; more messages, more options, better config, more flexible ajax interface. Should be fully backwards compatible. It will hopefully even work for people with old JS code cached. 2008-06-28 20:13:20 +00:00

--------------------------------------------------------------------------
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
<http://www.mediawiki.org/wiki/Extension:CategoryTree>