wiki.techinc.nl/docs
2010-10-28 19:20:21 +00:00
..
code-coverage Adds a make target to build phpunit code coverage which will be generated to 2010-09-27 20:19:22 +00:00
databases * Follow-up r72570: svn eol-style:native 2010-09-08 06:13:16 +00:00
html phpdoc -> doxygen 2008-05-23 20:06:25 +00:00
php-memcached * (bug 18698) Renaming non entry point maintenance scripts from .inc.php to .inc 2009-05-23 19:26:05 +00:00
database.txt Per wikitech-l discussion: it would be nice if the various DBMSs we support kept all of their docs in one place. So make a place and move two already existing READMEs there. Add some info to /docs/database.txt about this as well. Postgres, Oracle, Mssql need to add some info kthnx :) 2010-09-07 12:37:13 +00:00
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 * maintenance.txt: the execute() method must be public to match Maintenance's one 2009-08-16 18:54:18 +00:00
distributors.txt Remove $wgServerName. Its only usage was for {{servername}}, and needed to be kept in sync with $wgServer in LocalSettings. 2010-09-29 15:47:56 +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-0.4.xsd Threading info type needs a name 2010-01-25 13:36:58 +00:00
export-demo.xml Reference 0.4 XML schema. Lets <redirect /> validate. 2010-01-15 13:10:54 +00:00
globals.txt Doc tweaks: 2008-07-17 18:12:20 +00:00
hooks.txt (bug 25648) API discovery information has been added as RSD link in page <head> and by providing an API module action=rsd. Added hook ApiRsdServiceApis for extensions to add their own service to the services list. 2010-10-28 19:20:21 +00:00
language.txt Doc tweaks: 2008-07-17 18:12:20 +00:00
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
maintenance.txt * maintenance.txt: the execute() method must be public to match Maintenance's one 2009-08-16 18:54:18 +00:00
memcached.txt Use only the page relevant pieces in the parser cache key. Eg. two users with different math options will now 2010-08-09 21:53:21 +00:00
README Typofix 2008-07-23 01:43:57 +00:00
schema.txt Add a link to online docs... mainly testing the new svn server 2007-05-31 21:39:25 +00:00
scripts.txt * (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup 2009-07-23 00:31:37 +00:00
skin.txt Updated links for pages moved from Meta to mw.org, tweaked doc a bit in one case (extensions/ConfirmEdit/MathCaptcha) 2009-12-05 15:03:20 +00:00
title.txt Doc tweaks: 2008-07-17 18:12:20 +00:00
upload.txt * Code style & commenting on upload functions. 2009-08-26 17:05:24 +00:00

[July 22nd 2008]

The 'docs' directory contain various text files that should help you understand
the most important parts of the code of MediaWiki. More in-depth documentation
can be found at http://www.mediawiki.org/wiki/Manual:Code.

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/Help:Contents
  http://www.mediawiki.org/wiki/Manual:Contents