r15880 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r15879‎ | r15880 | r15881 >
Date:16:18, 29 July 2006
Author:daniel
Status:old
Tags:
Comment:
(k) typos in the README of CategoryTree
Modified paths:
  • /trunk/extensions/CategoryTree/README (modified) (history)

Diff [purge]

Index: trunk/extensions/CategoryTree/README
@@ -1,5 +1,5 @@
22 --------------------------------------------------------------------------
3 -README for the CategoryTree extesion
 3+README for the CategoryTree extension
44 Copyright © 2006 Daniel Kinzler
55 Licenses: GNU General Public Licence (GPL)
66 GNU Free Documentation License (GFDL)
@@ -19,12 +19,12 @@
2020 INSTALLING
2121 --------------------------------------------------------------------------
2222
23 -Copy the CategoryTree directory into the extenstions folder of your
 23+Copy the CategoryTree directory into the extensions folder of your
2424 MediaWiki installation. Then add the following lines to your
2525 LocalSettings.php file (near the end):
2626
2727 $wgUseAjax = true;
28 - require_once( 'extenstions/CategoryTree/CategoryTree.php' );
 28+ require_once( 'extensions/CategoryTree/CategoryTree.php' );
2929
3030 Note that $wgUseAjax = true; will enable the ajax framework in MediaWiki,
3131 which is required by the CategoryTree extension. AJAX is a term for using
@@ -62,7 +62,7 @@
6363 OPTIONS
6464 --------------------------------------------------------------------------
6565
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:
6767
6868 $wgCategoryTreeMaxChildren - maximum number of children shown in a tree
6969 node. Default is 200