1<?php 2/** 3 * configuration-manager metadata for the arctic-template 4 * 5 * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author: Michael Klier <chi@chimeric.de> 7 */ 8 9$meta['pagename'] = array('string', '_pattern' => '#[a-z]*'); 10$meta['closedwiki'] = array('onoff'); 11?> 12