James D. Forrester 4e567efa64 Remove $wgScriptExtension (deprecated and ignored since 1.25) 7 年之前
..
code-coverage 4cc3cc4336 Tests aren't in /maintenance anymore! ;) 13 年之前
databases 6f4448dd71 Remove DB2 support 12 年之前
html b5a262a8d3 .gitignore for generated html doc 13 年之前
kss 80e5b160e0 resourceloader: Move queue formatting out of OutputPage 8 年之前
php-memcached beb1c4a0ec phpcs: More require/include is not a function 11 年之前
uidesign 110d7b695a Add render moved paragraphs marker in diff view 7 年之前
README 5a113eaddd Documentation link changes 8 年之前
contenthandler.txt 99800a9e03 Removed deprecated ContentHandler hooks. 8 年之前
database.txt 8785e4a5b3 Replace remaining uses of deprecated DB_SLAVE with DB_REPLICA 7 年之前
deferred.txt 77ecdb1d3a Fix $wgUpdateRowsPerJob default in docs/deferred.txt 7 年之前
design.txt 7b622d6ab3 http://www.mediawiki.org --> https://www.mediawiki.org 11 年之前
distributors.txt 50212e6d0e installer: Add support for PlatformSettings.php 7 年之前
doxygen_first_page.php 9f5b6f5aeb Fix whitespace issues around parentheses 9 年之前
export-0.1.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 年之前
export-0.10.xsd da3c19fb17 Change position of <model> and <format> tags in XML dumps. 10 年之前
export-0.2.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 年之前
export-0.3.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 年之前
export-0.4.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 年之前
export-0.5.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 年之前
export-0.6.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 年之前
export-0.7.xsd 0e2d8996c2 xsd: fix id within contributor to allow 0 12 年之前
export-0.8.xsd 098f7680a4 Fix escaping of pattern in export-0.8.xsd 12 年之前
export-0.9.xsd 726d1dfde3 Fix 2 0.8 to 0.9 in export-0.9.xsd 10 年之前
export-demo.xml fc5fd5c37a Typo fixes and non-code tweaks 10 年之前
extension.schema.v1.json 2cbd34dc55 Follow-up 8a7fb8577: For deprecated RL modules, allow strings 7 年之前
extension.schema.v2.json 21a36e8046 Hygiene: Use “OOUI” as unified name in build and code documentation 7 年之前
globals.txt 7c04bbb165 globals.txt: Remove trailing whitespace 7 年之前
hooks.txt cec597e2b3 resourceloader: Remove deprecated ResourceLoaderGetLessVars hook 7 年之前
injection.txt d7410db0fd Allow reset of global services (redux). 8 年之前
language.txt 7b622d6ab3 http://www.mediawiki.org --> https://www.mediawiki.org 11 年之前
linkcache.txt c099155a17 ellapsed => elapsed 9 年之前
logger.txt 1195e11a8a Move MWLogger classes to MediaWiki\Logger namespace 10 年之前
magicword.txt 7cf3765ddf Fixed typo: available 11 年之前
maintenance.txt 3631901139 Clean up some old readme files and remove references to SVN 11 年之前
memcached.txt 0221f7cab5 Fix typos in docs/memcached.txt 9 年之前
ontology.owl dc2fd34eb1 Add more data to categories dump 7 年之前
schema.txt 7b622d6ab3 http://www.mediawiki.org --> https://www.mediawiki.org 11 年之前
scripts.txt 4e567efa64 Remove $wgScriptExtension (deprecated and ignored since 1.25) 6 年之前
sitelist-1.0.xsd 85e2086369 Maintenance script for importing site info. 10 年之前
sitelist.txt c099155a17 ellapsed => elapsed 9 年之前
sitescache.txt aded554d70 Split SiteLookup interface from SiteStore 10 年之前
skin.txt 3af1e25343 Replace HTTP by HTTPS in docs 7 年之前
title.txt 15833dafdf Fix case of some Title methods 12 年之前

README

/docs Directory README
======================

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:
https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Code
https://www.mediawiki.org/wiki/Special:MyLanguage/Developer_hub
API documentation is automatically generated and updated daily at:
https://doc.wikimedia.org/mediawiki-core/master/php/html/

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


For end users, most of the documentation is located online at:
https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
Documentation for MediaWiki site administrators is at:
https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents