Difference between revisions of "MediaWiki"

From PKC
Jump to navigation Jump to search
m (2 revisions imported)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
MediaWiki is a piece of software designed to manage [[wikipedia:hyperlink|hyperlinked]] content. More detail can be found in [[MW:MediaWiki|MediaWiki]].
MediaWiki is a piece of software designed to manage [[wikipedia:hyperlink|hyperlinked]] content. More detail can be found in [[MW:MediaWiki|MediaWiki]]. It is often employed as an electronic encyclopedia. The most powerful features of [[MediaWiki]] are its ability to organize [[hyperlink]]s and [[transclusion]]s, so that various data content can be composed and decomposed using these two annotation features.
 
=MediaWiki architecture=
{{:MediaWiki architecture}}
 
==MediaWiki security==
{{: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:
# [https://github.com/robertdebock/ansible-role-mediawiki Install and configure mediawiki on your system using Ansible]
 
=Important Documentation=
# [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://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=
#[https://www.youtube.com/watch?v=W45EyfCxjIE&list=PL4exFJC-GCqYn33R4XPxLvLBaaN6AFHge MediaWiki Training Video Series]
#[https://www.hostknox.com/tutorials/mediawiki HostKnox on MediaWiki]
 
=Related Pages=
 
[[Category:MediaWiki]]
[[Category:Knowledge Management]]

Latest revision as of 07:54, 15 June 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:

  1. Install and configure mediawiki on your system using Ansible

Important Documentation

  1. Master Documentation (PHP)
  2. Master Documentation (JavaScript)
  3. Remove user links from the Header

MediaWiki Training

  1. MediaWiki Training Video Series
  2. HostKnox on MediaWiki

Related Pages