Difference between revisions of "DevSecOps"
Jump to navigation
Jump to search
Toyhouse_PKC>Benkoo |
Toyhouse_PKC>Benkoo |
||
Line 5: | Line 5: | ||
[https://doc.wikimedia.org/mediawiki-core/master/php/md_docs_pageupdater.html PageUpdater] | [https://doc.wikimedia.org/mediawiki-core/master/php/md_docs_pageupdater.html PageUpdater] | ||
The following links are the source code of PageUpdater<ref>https://doc.wikimedia.org/mediawiki-core/master/php/PageUpdater_8php_source.html</ref>. | The following links are the source code of PageUpdater<ref>https://doc.wikimedia.org/mediawiki-core/master/php/PageUpdater_8php_source.html</ref> and its class reference <ref>https://doc.wikimedia.org/mediawiki-core/master/php/classMediaWiki_1_1Storage_1_1PageUpdater.html</ref>. | ||
=LocalSettings.php= | =LocalSettings.php= |
Revision as of 00:05, 8 May 2021
MediaWiki Docs
Master Doc Page
MediaWiki Page Updater
PageUpdater
The following links are the source code of PageUpdater[1] and its class reference [2].
LocalSettings.php
The LocalSettings.php page on MW:MediaWiki is the first and foremost important document to study when configuring and operating a MediaWiki service.
The special sections that must be brought to your attention are:
Login Features
How to Disable Login/Logout in MediaWiki? [3]
Bash Commands
The Difference between [ and [[ in Bash