1<?php 2/** 3 * Metadata for configuration manager plugin 4 * Additions for the Poldek plugin 5 * 6 * @author Elan Ruusamäe <glen@delfi.ee> 7 */ 8$meta['repos'] = array('string'); 9$meta['http_proxy'] = array('string', '_pattern' => '{^(?:$|https?://\S+$)}i'); 10$meta['ftp_proxy'] = array('string', '_pattern' => '{^(?:$|https?://\S+$)}i'); 11 12//Setup VIM: ex: noet ts=4 enc=utf-8 : 13