Difference between revisions of "WikiCMSHowItWorks"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= Definition of Design = | = Definition of Design = | ||
+ | A {{Link|target=Rythm}} template is used to define the design of the frontend: | ||
{{Link|target=MediaWiki:Frame.rythm}} | {{Link|target=MediaWiki:Frame.rythm}} | ||
+ | # the design will have the "Framing" html code for the webpages | ||
+ | # if the backend is a Semantic MediaWiki it will allow to use semantic information from the pages for the frontend | ||
+ | # 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 = | = 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 | ||
+ | |||
<graphviz> | <graphviz> | ||
digraph checks { | digraph checks { |
Revision as of 11:26, 6 October 2017
Definition of Design
A Rythm template is used to define the design of the frontend: MediaWiki:Frame.rythm
- the design will have the "Framing" html code for the webpages
- if the backend is a Semantic MediaWiki it will allow to use semantic information from the pages for the frontend
- 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