1<?php 2/** 3 * Options for the dokubookmark Plugin 4 */ 5$conf['namespace'] = 'wiki:weblog:@D@'; // default location for weblog entries 6$conf['presets'] = 'Private=weblog:@D@;Public=wiki:weblog:@D@|wiki:tags:new'; // semicolon separated preset name=location[|template-path] pairs for weblog entries 7$conf['tagbox'] = 1; // show tag checkboxes 8$conf['tagboxtable'] = 1; // arrange tags in a table 9$conf['dateformat'] = 'Y:m_d_His'; // format of @D@ datetime. 10$conf['enable_save'] = 0; // allow to bypass the preview stage. 11$conf['wikitemplate'] = '====== @T@ ======\n[[@U@]]\n----\n@S@\n\n{{tag>Bookmark}}'; 12 13//Setup VIM: ex: et ts=2 : 14