Difference between revisions of "ProfiWiki"

From BITPlan Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
|date=2018-12-31
 
|date=2018-12-31
 
}}
 
}}
 +
 +
= Installation =
 +
<source lang='bash'>
 +
git clone https://github.com/BITPlan/ProfiWiki
 +
cd ProfiWiki
 +
</source>
 +
choose your target Mediawiki version e.g. 1.31.1 and call the corresponding install script:
 +
<source lang='bash'>
 +
./mw1_31_1
 +
</source>

Revision as of 08:50, 31 December 2018

Profiwikiicon.pngProfiwiki is a product that increases the benefit you get from Semantic Media Wiki and simplifies the structuring of your wiki.

Profiwiki consists of:

  • a set of predefined templates, pages and media files
  • an extension that allows to use Java Code and libraries
  • a Rythm template engine based configurable page generator
  • applying the Y-Principle to the structuring and use of Semantic MediaWiki
OsProject
edit
id  ProfiWiki
state  
owner  BITPlan
title  Professional Semantic Media Wiki
url  https://github.com/BITPlan/ProfiWiki
version  0.0.1
description  
date  2018-12-31
since  
until  

Installation

git clone https://github.com/BITPlan/ProfiWiki
cd ProfiWiki

choose your target Mediawiki version e.g. 1.31.1 and call the corresponding install script:

./mw1_31_1