metadata.php 440 B

12345678910111213
  1. <?php
  2. /**
  3. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  4. * @author Luis Machuca Bezzaza <lambalicious [at] tuta [dot] io>
  5. */
  6. /* Whether to use browscap when available */
  7. $meta['with_browscap'] = array('onoff');
  8. /* When on, the "read more" points to default dokuwiki.org explainer; otherwise points to local explainer on 'wiki:nobadbrowser' which admin must create.
  9. * */
  10. //$meta['remote_explainer'] = array('onoff');