blob: f4357d5a8cab0dbf5f7b659c5f4c90fcc5edf4b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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['bibtex'] = 'публикации'; // Wiki page with bibtex data
|