dokuwiki-source-plugin – Rev 1

Subversion Repositories:
Rev:
<?php
/*
 * source plugin, configuration metadata
 *
 * @author    Christopher Smith <chris@jalakai.co.uk>
 */
$lang['location'] = 'Path or URL to preprend to source files';
$lang['allow']    = 'Allow only source files with these extensions (use pipe \'|\' to separate)';
$lang['deny']     = 'Deny source files with these extensions (use pipe \'|\' to separate)';
$lang['rules']    = 'Pattern matching Allow/Deny rules, refer documentation';