A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
467 B

<?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',
),
);