Difference between revisions of "MediaWiki"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
# [https://doc.wikimedia.org/mediawiki-core/master/php/md_DEVELOPERS.html#autotoc_md1 Master Documentation (PHP)] | # [https://doc.wikimedia.org/mediawiki-core/master/php/md_DEVELOPERS.html#autotoc_md1 Master Documentation (PHP)] | ||
# [https://doc.wikimedia.org/mediawiki-core/master/js/ Master Documentation (JavaScript)] | # [https://doc.wikimedia.org/mediawiki-core/master/js/ Master Documentation (JavaScript)] | ||
# [https://www.hostknox.com/knowledgebase/701/How-to-remove-personal-user-links-from-the-header-in-MediaWiki.html Remove user links from the Header] | |||
=MediaWiki Training= | =MediaWiki Training= |
Revision as of 02:53, 17 January 2022
MediaWiki is a piece of software designed to manage hyperlinked content. More detail can be found in MediaWiki. It is often employed as an electronic encyclopedia. The most powerful features of MediaWiki are its ability to organize hyperlinks and transclusions, so that various data content can be composed and decomposed using these two annotation features.
MediaWiki architecture
For developers, the first document to read should be: MediaWiki Architecture.
MediaWiki security
For developers, the first document to read should be: MediaWiki security.
MediaWiki Installation Methods
Installing MediaWiki can be done using manual or Infrastructure as Code methods. For example, one may use Ansible to automate the multi-stage procedure of MediaWiki installation: