1 <?php 2 3 $meta['template'] = array('dirchoice','_dir' => DOKU_INC.'lib/plugins/offline/ui/'); 4 $meta['dokuwikiProtocol'] = array('multichoice','_choices' => array('http', 'https')); 5 $meta['dokuwikiHost'] = array('string'); 6 $meta['dokuwikiRelativePath'] = array('string'); 7 $meta['wgetPathToBinary'] = array('string'); 8 $meta['wgetHttpUser'] = array('string'); 9 $meta['wgetHttpPasswd'] = array('string'); 10 $meta['archiverPathToBinary'] = array('string'); 11 $meta['archiverOptions'] = array('string'); 12 $meta['insertLinkBackToHome'] = array('onoff'); 13 $meta['writeLogFile'] = array('onoff'); 14 15 16 17