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