Index: trunk/extensions/CategoryTree/README |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | -------------------------------------------------------------------------- |
3 | | -README for the CategoryTree extesion |
| 3 | +README for the CategoryTree extension |
4 | 4 | Copyright © 2006 Daniel Kinzler |
5 | 5 | Licenses: GNU General Public Licence (GPL) |
6 | 6 | GNU Free Documentation License (GFDL) |
— | — | @@ -19,12 +19,12 @@ |
20 | 20 | INSTALLING |
21 | 21 | -------------------------------------------------------------------------- |
22 | 22 | |
23 | | -Copy the CategoryTree directory into the extenstions folder of your |
| 23 | +Copy the CategoryTree directory into the extensions folder of your |
24 | 24 | MediaWiki installation. Then add the following lines to your |
25 | 25 | LocalSettings.php file (near the end): |
26 | 26 | |
27 | 27 | $wgUseAjax = true; |
28 | | - require_once( 'extenstions/CategoryTree/CategoryTree.php' ); |
| 28 | + require_once( 'extensions/CategoryTree/CategoryTree.php' ); |
29 | 29 | |
30 | 30 | Note that $wgUseAjax = true; will enable the ajax framework in MediaWiki, |
31 | 31 | which is required by the CategoryTree extension. AJAX is a term for using |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | OPTIONS |
64 | 64 | -------------------------------------------------------------------------- |
65 | 65 | |
66 | | -There are some options you can spefify in your LocalSettings.php file: |
| 66 | +There are some options you can specify in your LocalSettings.php file: |
67 | 67 | |
68 | 68 | $wgCategoryTreeMaxChildren - maximum number of children shown in a tree |
69 | 69 | node. Default is 200 |