Kosta Harlan 6efd008f33 TempAccounts: Rate limit acquisition of temp account names 2 weeks ago
..
databases e4f76d6e91 docs: Update database related documentation a bit 1 year ago
html b5a262a8d3 .gitignore for generated html doc 12 years ago
uidesign 9c70df0cf6 Fix uses of (error|warning|success)box in core 2 years ago
Hooks.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago
Injection.md d726cdfd3d Injection.md: Improve advice about replacing wfGetDB() 3 months ago
Introduction.md 0e70b9f974 docs: Restore welcome message on docs landing page 4 years ago
Language.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago
LinkCache.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago
Logger.md 9cb8bb611b debug: Improve docs, fix ingroup tags, clean up tests 6 months ago
README 74a7ebce44 docs/README: Update link to php documentation on doc.wikimedia.org 3 years ago
Skin.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago
Title.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago
abstract-schema-changes.schema.json ef338f3d56 db: Allow describing table creation via abstract schema change 6 months ago
abstract-schema-table.json 5b48469bfa abstract schema: Improve validation of json file 1 year ago
abstract-schema.schema.json de0c4819d1 Add validation for abstract schema 2 years ago
config-schema.yaml 6efd008f33 TempAccounts: Rate limit acquisition of temp account names 18 hours ago
config-vars.php 6efd008f33 TempAccounts: Rate limit acquisition of temp account names 18 hours ago
contenthandler.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago
database.md 1d09a3750d docs: Migrate to IDatabase::newInsertQueryBuilder 1 week ago
deferred.txt 8242e84f9d Fix typos in docs 2 years ago
distributors.txt 0443d918da docs: Update old mailman references to postorius 1 month ago
export-0.1.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 years ago
export-0.10.xsd 2e3bdb3498 Miscellaneous documentation updates 4 years ago
export-0.11.xsd ad78f5bcdb docs: Set the <comment> tag back to optional 8 months ago
export-0.2.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 years ago
export-0.3.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 years ago
export-0.4.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 years ago
export-0.5.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 years ago
export-0.6.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files 12 years ago
export-0.7.xsd 0e2d8996c2 xsd: fix id within contributor to allow 0 11 years ago
export-0.8.xsd 2e3bdb3498 Miscellaneous documentation updates 4 years ago
export-0.9.xsd 2e3bdb3498 Miscellaneous documentation updates 4 years ago
export-demo.xml 6bde309c00 tests: Unbreak and actually run ExportDemoTest 8 months ago
extension.schema.v1.json 5d8b59b3ea Merge "ResourceLoader: Add module property skipStructureTest" 1 month ago
extension.schema.v2.json 5d8b59b3ea Merge "ResourceLoader: Add module property skipStructureTest" 1 month ago
globals.txt da38639658 Remove deprecated $wgParser 1 year ago
magicword.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago
maintenance.txt 28b8cad9d4 docs: Use ::class for class name resolution in demo code 1 year ago
memcached.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago
ontology.owl 9ba30e6047 Specify licence of mediawiki ontology.owl 5 years ago
pageupdater.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago
schema.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago
sitelist-1.0.xsd 85e2086369 Maintenance script for importing site info. 9 years ago
sitelist.md 5001f914d5 docs: Set stable permalink on markdown files 1 month ago

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/

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