Table of Contents

Incognitek Template for DokuWiki

Screenshot This homepage is driven by the Wiki engine DokuWiki. I wanted to achieve a clean and well arranged look, while keeping some consistency with the default template. For this reason, I created a new template. If you like it, feel free to use it in your own DokuWiki installation.

Remarks:

Here are some other pages using this template:

Download

You can download the latest version of the template here:

For customization, you might want the source graphics (zip includes files for Gimp and Photoshop):

Installation

Just copy the files to the directory /lib/tpl/incognitek/ in your DokuWiki installation. You can then choose the template in DokuWiki's settings dialog.

Customization

Menu

The menu in the top left position is (currently) not a wiki page, but a simple php file. Nevertheless you should be able to change the contents to your needs even without any PHP knowledge. Just have a look at the original file (menu.php) and make the necessary changes.

Images

The most important images are the logo and the background.

Colors

The colors for most of the elements are defined in style.ini. If you change them in this file, you do not have to alter any of the CSS files.

However, the top and bottom bars (where the trace and the site management links are found) were created using images. If you want to change the color of those, you have to edit the following files:

Table of contents

The table of contents is deactivated by default. To activate it, edit style.ini:

; display table of contents. "none" -> no, "block" -> yes
__display_toc__ = "block"

Problems or suggestions?

If you have any problems with the template, don't hesitate to send me a mail (my address can be found here). I am also interested in any other feedback you have regarding the template.