mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 17:51:00 +00:00
(k) typos in the README of CategoryTree
This commit is contained in:
parent
8855dc9a18
commit
b84f2b4914
8
README
8
README
|
@ -1,5 +1,5 @@
|
|||
--------------------------------------------------------------------------
|
||||
README for the CategoryTree extesion
|
||||
README for the CategoryTree extension
|
||||
Copyright © 2006 Daniel Kinzler
|
||||
Licenses: GNU General Public Licence (GPL)
|
||||
GNU Free Documentation License (GFDL)
|
||||
|
@ -19,12 +19,12 @@ they are mentioned in each file individually.
|
|||
INSTALLING
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Copy the CategoryTree directory into the extenstions folder of your
|
||||
Copy the CategoryTree directory into the extensions folder of your
|
||||
MediaWiki installation. Then add the following lines to your
|
||||
LocalSettings.php file (near the end):
|
||||
|
||||
$wgUseAjax = true;
|
||||
require_once( 'extenstions/CategoryTree/CategoryTree.php' );
|
||||
require_once( 'extensions/CategoryTree/CategoryTree.php' );
|
||||
|
||||
Note that $wgUseAjax = true; will enable the ajax framework in MediaWiki,
|
||||
which is required by the CategoryTree extension. AJAX is a term for using
|
||||
|
@ -62,7 +62,7 @@ attributes, using a HTML-like syntax:
|
|||
OPTIONS
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
There are some options you can spefify in your LocalSettings.php file:
|
||||
There are some options you can specify in your LocalSettings.php file:
|
||||
|
||||
$wgCategoryTreeMaxChildren - maximum number of children shown in a tree
|
||||
node. Default is 200
|
||||
|
|
Loading…
Reference in a new issue