Difference between revisions of "WikiCMSHowItWorks"

From BITPlan Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
It is available as an Open Source project at:
 
It is available as an Open Source project at:
 
https://github.com/BITPlan/WikiCMS
 
https://github.com/BITPlan/WikiCMS
 
+
== Functions of the WikiCMS extension ==
 
<graphviz>
 
<graphviz>
 
digraph checks {
 
digraph checks {
Line 19: Line 19:
 
   CMSFrontend
 
   CMSFrontend
 
   Java->CMSFrontend
 
   Java->CMSFrontend
 +
  CMSFrontend -> WikiBackend [ label="is the backend server running?" ]
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 12:27, 6 October 2017

Definition of Design

A Rythm template is used to define the design of the frontend: MediaWiki:Frame.rythm

  1. the design will have the "Framing" html code for the webpages
  2. if the backend is a Semantic MediaWiki it will allow to use semantic information from the pages for the frontend
  3. CSS and other styling can be included

WikiCMS server

The Java frontend is available as an Open Source Project at https://github.com/BITPlan/com.bitplan.wikifrontend

WikiCMS extension

To integrate the frontend with your Mediawiki Backend an extension is in preparation. It is available as an Open Source project at: https://github.com/BITPlan/WikiCMS

Functions of the WikiCMS extension