DokuMac Skin

Posted by SibProgrammer on March 13, 2010|Comments

Last night I played wih DokuWiki and decided to make a new skin in a Mac-style. After some hours skin was ready:

Then the source code was pushed to GitHub. The repo URL: http://github.com/sibprogrammer/doku_mac

To install DokuMac skin download the archive and unpack it into <dokuwiki-path>/lib/tpl/ directory. To enable the skin open your <dokuwiki-path>/conf/dokuwiki.php and change $conf['template'] variable to doku_mac:

$conf['template'] = 'doku_mac';