doc tweaks
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 1 Mar 2008 20:39:45 +0000 (20:39 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 1 Mar 2008 20:39:45 +0000 (20:39 +0000)
docs/hooks.txt
docs/memcached.txt

index dd47ab6..1a0dd33 100644 (file)
@@ -795,8 +795,8 @@ $text: actual text
 'ParserClearState': called at the end of Parser::clearState()
 $parser: Parser object being cleared
 
-'ParserFirstCallInit': called when the ther parser initialises for the first time
-$parser: Parser object being cleared
+'ParserFirstCallInit': called when the parser initialises for the first time
+&$parser: Parser object being cleared
 
 'ParserGetVariableValueSwitch': called when the parser need the value of a custom magic word
 $parser: Parser object
index 1f5ba09..a21a7a5 100644 (file)
@@ -78,7 +78,7 @@ subdirectory under the present one.
 We intend to track updates, but if you want to check for the lastest
 released version, see http://www.danga.com/memcached/apis.bml
 
-MediaWiki use three object for memcached:
+MediaWiki use three object for memcaching:
 * $wgMemc, controlled by $wgMainCacheType
 * $parserMemc, controlled by $wgParserCacheType
 * $messageMemc, controlled by $wgMessageCacheType
@@ -95,7 +95,7 @@ this is mentionned below.
 
 Ajax Search:
        key: $wgDBname:ajaxsearch:md5( $search )
-       ex: wikidb:ajaxsearch: 
+       ex: wikidb:ajaxsearch:9565814d5d564fa898dd6111b94fae0b
        stores: array with the result of research of a given text
        cleared by: nothing
        expiry: 30 minutes