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.

There are no restrictions whatsoever in using the template – you can regard it as being in the public domain.

Remarks:

Here are some other pages using this template:

So you are giving away this thing for free?!

Yes, you can happily use this template for whatever purpose. I am constantly using a lot of open source stuff myself, so I am happy to give something back to the community.

However, if you have some bucks you just want to get rid of, I would be the last to reject it. ;-)
Many thanks in advance to all donors!

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"

Tips for other Plugins

Translation2

To use this plugin, you have to edit the file “action.php” of the plugin. Search for “DIV#bar__topleft” and replace it with “DIV#breadcrumbs”.

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.