docs/README: Updated links, got rid of 2008 date at top of file docs/maintenance.txt: Updated link extensions/README: Some cleanup, added link to new git.wikimedia.org includes/DefaultSettings.php: SVN -> Git for udpprofile includes/profiler/ProfilerSimpleUDP.php: ditto languages/MessagesRo.php: removed link to mime.types on SVN from the mimesearch-summary message. This file seems to have been deleted from the modern-day Git repository maintenance/postgres/mediawiki_mysql2postgres.pl: removed SVN magic words That takes care of most of the remaining references to SVN etc. Bug: 38714 Change-Id: I261921df4b4c0545658d6d38c5f3c1f9dfa63ad1
19 lines
708 B
Text
19 lines
708 B
Text
/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/Manual:Code
|
|
|
|
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/Help:Contents
|
|
Documentation for MediaWiki site administrators is at:
|
|
https://www.mediawiki.org/wiki/Manual:Contents
|