mmKanso (DokuWiki template)

mmKanso is clean and simple template for DokuWiki (standards compliant and simple Wiki engine written in PHP). Template has many customizable options including menu, keywords and description.

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

Download

File Name Date Size
mmkanso-3.1.zip 2009-Nov-05 101 kB
mmkanso-3.0.zip 2009-Oct-19 101 kB
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 3.1 (2009-Nov-06)

  • Removed reference to translation plugin

Version 3.0 (2009-Oct-16)

All changes are submitted by Martin Koser (http://www.frogpond.de)
  • Tweaked the menu line by switching over to the tpl_actionlink functions
  • Added command bar tpl_topbar
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