blob: e68a413b8bfd10e3c50505b3afaaf2ce7d6bc568 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?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';
|