mmKanso (DokuWiki template)

Version 2.5 | 2008-01-23

mmKanso

mmKanso is my the second clean and simple DokuWiki template - standards compliant, simple to use Wiki engine written in PHP.

mmClean has many customizable options including menu, sidebar menu, keywords, description, and footer.

Template is used on over 100 websites worldwide.

mmKanso has the following features
  • Menu and Sidebar Menu - customizable menu, that is displayed on every page
  • Keywords - user defined meta tag for every generated page
  • Description - user defined meta tag for every generated page

Installation

  1. Download the mmKanso template zip-file
  2. Unpack it into <dokuwiki>/lib/tpl/ directory
  3. Change template parameter to mmkanso in <dokuwiki>/conf/local.php file
$conf['template'] = 'mmkanso';

Configuration

Configuration parameters are located in <dokuwiki>/lib/tpl/mmkanso/conf.php PHP file.

Parameter Description
keywords Keywords META tag. This tag is inserted to every rendered page. Keywords are used by search engine to improve the quality of search results.
description Description META tag. This tag is inserted on every rendered page
footer Text that is inserted in the footer
menu2Permanent menu2 is permanent (it is taken from main directory)
wikiBar Display Wikibar (Recent Changes, Old Version, Login)
searchForm Display Search Form

File structure

+ pages
|-- menu1.txt      [1]
|-- start.txt
|-+ projects
  |-- menu1.txt    [1]
  |-- menu2.txt    [2]
  |-- mmkanso

menu1.txt

menu1.txt file is displayed on every generated web page and it contains main menu content.

* [[/|Blog]]
* [[photography|Photography]]
* [[projects|Software]]
* [[articles|Design]]

menu2.txt

menu2.txt file is displayed on every generated web page and it constains sidebar menu content.

* __DokuWiki__
* [[:sofwtare/mmKanso|mmKanso]]

* __Web Development__
* [[:design/modelarstwo|Modelartstwo]]

Download

File Name Date Size
mmkanso-2.5.zip 2008-Jan-23 99 kB
mmkanso-2.4.zip 2007-Oct-31 99 kB
mmkanso-2.3.zip 2007-Aug-22 99 kB
mmkanso-2.2.zip 2007-Jan-22 99 kB
mmkanso-2.1.zip 2007-Jan-10 99 kB
mmkanso-2.0.zip 2007-Jan-09 99 kB
mmkanso-1.1.zip 2006-Nov-20 104 kB
mmkanso-1.0.zip 2006-Oct-06 96 kB

Changelog

Version 2.5 (2008-Jan-23)
  • Changed banner.jpg to logo.jpg (FireFox Adblock Plus plug-in)
Version 2.4 (2007-Oct-31)
  • Added User Profile to bottom bar
Version 2.3 (2007-Aug-22)
  • Fixed older version link in bottom line (thanks to Johanes Kalbus)
  • Fixed Admin button in bottom line (thanks to Aleixo Muchanga)
Version 2.2 (2007-Jan-16)
  • Fixed problem with editing menus
  • Added support for DokuWiki rewrite option (0, 1 and 2)
  • Added new configuration options (menu2Permanent, wikiBar and searchForm)
Version 2.1 (2007-Jan-10)
  • Fixed problem with editing menu2
Version 2.0 (2007-Jan-09)
  • Updated media manager to DokuWiki 2006-11-06
  • Removed unused files
Version 1.1 (2006-Nov-20)
  • Fixed problem with editing menus
  • Changed default font to Verdana
  • Removed unused CSS files
Version 1.0 (2006-Oct-06)
  • Initial Version