mmZire (DokuWiki template)

Version 1.1 | 2007-10-31

mmZire

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

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

Template is used on over 50 websites worldwide.

mmZire has the following features
  • 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 mmZire template zip-file
  2. Unpack it into <dokuwiki>/lib/tpl/ directory
  3. Change template parameter to mmzire in <dokuwiki>/conf/local.php file
$conf['template'] = 'mmzire';

Configuration

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

File structure

+ pages
|-- menu1.txt      [1]
|-- start.txt
|-+ projects
  |-- 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]]

Download

File Name Date Size
mmzire-1.1.zip 2007-Oct-12 15 kB
mmzire-1.0.zip 2007-Jan-16 15 kB

Changelog

Version 1.1 (2007-Oct-31)
  • Added User Profile to bottom bar
Version 1.0 (2007-Jan-16)
  • Initial Version