mmClean (DokuWiki template)

Version 2.1 | 2007-10-31

mmClean

mmClean is my the first 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.

mmClean 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 mmClean template zip-file
  2. Unpack it into <dokuwiki>/lib/tpl/ directory
  3. Change template parameter to mmclean in <dokuwiki>/conf/local.php file
$conf['template'] = 'mmclean';

Configuration

Configuration parameters are located in <dokuwiki>/lib/tpl/mmclean/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]
  |-- mmclean

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/mmClean|mmClean]]

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

Download

File Name Date Size
mmclean-2.1.zip 2007-Oct-31 87 kB
mmclean-2.0.zip 2007-Jan-16 87 kB
mmclean-1.4.zip 2007-Jan-16 90 kB
mmclean-1.3.zip 2006-Jun-03 90 kB
mmclean-1.2.zip 2006-May-17 90 kB
mmclean-1.1.zip 2006-May-12 90 kB
mmclean-1.0.zip 2006-Apr-27 90 kB

Changelog

Version 2.1 (2007-Oct-31)
  • Added User Profile to Bottom Bar
Version 2.0 (2007-Jan-16)
  • Updated media manager to DokuWiki 2006-11-06
  • Added support for DokuWiki rewrite option (0, 1 and 2)
  • Added new configuration options (menu2Permanent, wikiBar and searchForm)
Version 1.4 (2006-Aug-30)
  • Fixed problems with Edit Sidebar link
  • Added SidebarPermanent option
Version 1.3 (2006-Jun-03)
  • Fixed problems with Table of content
  • Added "footer" parameter in config file
Version 1.2 (2006-May-17)
  • Template valided with XHTML 1.0 Transitional
Version 1.1 (2006-May-12)
  • Removed link to Google Analytics
Version 1.0 (2006-Apr-27)
  • Initial Version