dokuwiki-source-plugin – Blame information for rev 1

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