WikiCMS: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
= What is WikiCMS =
= What is WikiCMS =
WikiCMS converts your Mediawiki to a Content Management System.
WikiCMS leverages your Mediawiki as a Content Management System.


= Installation =
= Installation =
#Get the WikiFrontEnd Server from https://github.com/BITPlan/com.bitplan.wikifrontend
#Get the [pyWikiCMS https://github.com/BITPlan/pyWikiCMS] software
#configure it
#configure it
#run it
#run it
= Arguments against using a Wiki as a CMS =
= Arguments against using a Wiki as a CMS =
# Anyone can edit it
# Anyone can edit it! '''No the backend is protected'''
# No workflow
# No approval method built into the wiki!  '''No - pages are protected before being shown via the frontend'''
# No approval method built into the wiki
 
= Examples =
= Examples =
* Internal Link: {{Link|target=Ion2017-07-18}}
* Internal Link: {{Link|target=Ion2017-07-18}}
* External Link: http://ion.bitplan.com/Ion2017-07-18
* External Link: https://ion.bitplan.com/Ion2017-07-18
* Internal Link: [http://wiki.bitplan.com/index.php/Willkommen BITPlan Wiki Homepage content]
* Internal Link: [https://wiki.bitplan.com/index.php/Willkommen BITPlan Wiki Homepage content]
* External Link: [http://training.bitplan.com/index.php/Willkommen New BITPlan Homepage]
* External Link: [https://training.bitplan.com/index.php/Willkommen New BITPlan Homepage]


= Challenges =
Private Information could leak if people malicously add the frontend category to a private page
= Options =
use e.g.
* https://www.mediawiki.org/wiki/Extension:Approved_Revs
= How it works =
= How it works =
{{Link|target=WikiCMSHowItWorks}}
{{Link|target=WikiCMSHowItWorks}}

Revision as of 17:10, 29 December 2025

What is WikiCMS

WikiCMS leverages your Mediawiki as a Content Management System.

Installation

  1. Get the [pyWikiCMS https://github.com/BITPlan/pyWikiCMS] software
  2. configure it
  3. run it

Arguments against using a Wiki as a CMS

  1. Anyone can edit it! No the backend is protected
  2. No approval method built into the wiki! No - pages are protected before being shown via the frontend

Examples

How it works

WikiCMSHowItWorks

Links