wiki.techinc.nl/docs
Brion Vibber 6a8177178b Revert r33725, r33726 (hook in Sanitizer::fixTagAttributes()).
This hook is just plain weird.
* Return value on abort destroys the entire data set
* Whitespace is bad
* It's very unclear what this would be used for
* This is a low-level function that's going to get called very often, and the hook is in a place that has little clear function. It's unclear what a general hook would want to do with it.
2008-04-22 17:29:41 +00:00
..
html
php-memcached
database.txt
deferred.txt Clean up typos, wrap to 80 chars instead of some random number, fix some grammar, remove obsolete complaint about PHP not being a real OO language (although you can still argue it's not a real language period :) ). 2008-03-16 18:14:31 +00:00
design.txt Some updates; regarding method/member visibilities, OutputPage is not Parser, and Language objects 2007-06-26 21:03:59 +00:00
export-0.1.xsd
export-0.2.xsd
export-0.3.xsd
export-demo.xml
globals.txt Removed $wgLoadBalancer from doc 2008-03-31 20:48:24 +00:00
hooks.txt Revert r33725, r33726 (hook in Sanitizer::fixTagAttributes()). 2008-04-22 17:29:41 +00:00
language.txt
linkcache.txt Remove $wgLinkCacheMemcached from doc 2008-04-13 14:31:15 +00:00
magicword.txt update docs/magicword.txt 2008-03-12 10:15:02 +00:00
memcached.txt Per r33051: remove it from doc 2008-04-09 20:27:45 +00:00
README note update frequency... testing SVN notification 2007-05-31 22:21:36 +00:00
schema.txt Add a link to online docs... mainly testing the new svn server 2007-05-31 21:39:25 +00:00
skin.txt docs update 2008-03-13 19:00:19 +00:00
title.txt cap consistency; testing commit notices 2007-06-18 15:30:39 +00:00

[May 31st 2007]

The 'docs' directory contain various text files that should help you
understand the most importants classes in MediaWiki.

API documentation is automatically generated and updated daily at:
  http://svn.wikimedia.org/doc/

You can get a fresh version using 'make doc' or mwdocgen.php
in the ../maintenance/ directory.



For end user / administrators, most of the documentation
is located online at:
  http://www.mediawiki.org/wiki/Project:Help