<?php
/**
 * Options for the tagentry Plugin
 */
$conf['tagsrc']       = 'All tags'; // where to get the tags from
$conf['namespace']    = 'tag';      // scan here for tags
$conf['limit']        = 0;          // 0: unlimited
$conf['blacklist']    = 'start';    // space separated list

//Setup VIM: ex: et ts=2 enc=utf-8 :
