summaryrefslogtreecommitdiff
path: root/public/data/Configuration.array.php
blob: ce5a1a8eed181188efc537d0c65a55069c58647e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
return array (
	'posts_per_page' => 20,
	'default_view' => 'not_read',
	'display_posts' => 'no',
	'sort_order' => 'low_to_high',
	'old_entries' => 3,
	'mail_login' => '',
	'shortcuts' => array (
		'mark_read' => 'r',
		'mark_favorite' => 'f',
		'go_website' => 'space',
		'next_entry' => 'j',
		'prev_entry' => 'k',
		'next_page' => 'right',
		'prev_page' => 'left',
	),
	'mark_when' => array (
		'article' => 'yes',
		'site' => 'yes',
		'page' => 'no',
	),
);