wiki.techinc.nl/docs
2007-12-08 18:30:00 +00:00
..
html Remove .cvsignore files 2006-04-05 08:23:27 +00:00
php-memcached
database.txt doc updates 2007-01-08 23:28:35 +00:00
deferred.txt doc updates 2007-01-08 23:28:35 +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 Put the schema at a shorter url 2005-01-25 14:23:33 +00:00
export-0.2.xsd Updated export schema: added an <upload> element which may be used in 2005-05-19 09:37:12 +00:00
export-0.3.xsd Revert r22403 for the moment. Probably should ask Brion before changing dtds. 2007-05-24 18:25:15 +00:00
export-demo.xml Export tweak: use xml:space on <text> elements as an extra hint 2005-07-05 00:07:21 +00:00
globals.txt Removed $wgLinkCache, converted to a singleton. Removed obsolete cruft from LinkCache.php. 2006-01-05 02:05:53 +00:00
hooks.txt Introduce an "AbortMove" hook 2007-12-08 18:30:00 +00:00
language.txt * (bug 3175) update filenames in documentation files 2005-08-17 19:48:24 +00:00
linkcache.txt * Added templatelinks table. The table currently represents a literal list of templates included from each article. That is, the table contains pages which were actually loaded during parsing, not the markup which went into resolving their names. 2005-12-30 09:33:11 +00:00
magicword.txt Documentation file about the magic words. 2006-06-26 16:05:38 +00:00
memcached.txt Removing or commenting out unused variables or globals, and adding declarations for two arrays. 2007-05-08 09:09:46 +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 * (bug 3175) update filenames in documentation files 2005-08-17 19:48:24 +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