WikiCMSHowItWorks: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 20: | Line 20: | ||
Java->CMSFrontend | Java->CMSFrontend | ||
CMSFrontend -> WikiBackend [ label="is the backend server running?" ] | CMSFrontend -> WikiBackend [ label="is the backend server running?" ] | ||
} | |||
</graphviz> | |||
= Post Handling = | |||
<graphviz> | |||
digraph post { | |||
Backend -> Frontend [ label="register" ] | |||
} | } | ||
</graphviz> | </graphviz> | ||
Revision as of 07:35, 3 November 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
Functions of the WikiCMS extension

Post Handling
