1<?php
2// * 2011-10-31  modified by Taggic to get is work with current dokuwiki (Rincewind)
3$conf['plugin']['bliki']['structure'] = 'flat'; // Structure to use when storing posts; [flat | deep]
4$conf['plugin']['bliki']['offset'] = 0; // Number of hours to offset new post times from your server (eg -3 if you post from a timezone 3 hours behind your server)
5$conf['plugin']['bliki']['numposts'] = 15; // Number of posts to show on each page of a blog
6$conf['plugin']['bliki']['dateheader'] = '===== l, F j ====='; // Format for date header/separator (passed to date(), escape special flags!)
7$conf['plugin']['bliki']['datefooter'] = 'n/j/Y g:ia'; // Format for the footer datestamp (includes hours/minutes) (passed to date(), escape special flags!)
8$conf['plugin']['bliki']['footer'] = ' \\\\ <sub>Posted @ {timestamp} -- [[{permalink}|Permalink]] -- [[{edit}|Edit]]</sub> \\\\ \\\\ '; // use {timestamp}, {permalink} and {edit} to link to special variables.
9$conf['plugin']['bliki']['newlabel'] = '&raquo; New Post'; // Label for the new post button/link
10$conf['plugin']['bliki']['olderlabel'] = 'Older Posts &raquo;'; // Link to older posts
11$conf['plugin']['bliki']['newerlabel'] = '&laquo; Newer Posts'; // Link to newer posts