<?php
/**
 * Default settings for the papers plugin
 *
 * @author Igor Pashev <pashev.igor@gmail.com>
 */

$conf['year_min']    = '2001';
$conf['papers_ns']   = 'papers';
$conf['filetypes']   = array('PDF', 'DjVu', 'PS', 'TIFF');

$conf['papers']  = 'публикации'; // Wiki page with bibtex data
$conf['grants']  = 'гранты';
$conf['purge-cache']  = true;
$conf['languages'] = 'ru, en';