insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('PURGE_OLD_DAYS',3,'60','Purge old posts after this number of days (0 - disables)',1);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('UPDATE_POST_ON_CHECKSUM_CHANGE',1,'true','Update post on checksum change',1);
'Experimental support for virtual feeds based on user crafted SQL queries. This feature is highly experimental and at this point not user friendly. Use with caution.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('DEFAULT_UPDATE_INTERVAL',3,'30','Default interval between feed updates',1);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('DEFAULT_ARTICLE_LIMIT',3,'30','Amount of articles to display at once',2);
'This option is useful when you are reading several planet-type aggregators with partially colliding userbase. When disabled, it forces same posts from different feeds to appear only once.');
'Link to user stylesheet to override default style, disabled if empty.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('ALLOW_DUPLICATE_POSTS',1,'true','Allow duplicate posts',1,'This option is useful when you are reading several planet-type aggregators with partially colliding userbase. When disabled, it forces same posts from different feeds to appear only once.');
@ -326,31 +319,23 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('HEADLINES_SMART_DATE',1,'true','Use more accessible date/time format for headlines',3);
'Display expanded list of feed articles, instead of separate displays for headlines and article content');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('COMBINED_DISPLAY_MODE',1,'false','Combined feed display',2,'Display expanded list of feed articles, instead of separate displays for headlines and article content');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('HIDE_READ_FEEDS',1,'false','Hide feeds with no unread messages',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('OPEN_LINKS_IN_NEW_WINDOW',1,'true','Open article links in new browser window',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('ON_CATCHUP_SHOW_NEXT_FEED',1,'false','On catchup show next feed',2,
'When "Mark as read" button is clicked in toolbar, automatically open next feed with unread articles.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('ON_CATCHUP_SHOW_NEXT_FEED',1,'false','On catchup show next feed',2,'When "Mark as read" button is clicked in toolbar, automatically open next feed with unread articles.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('FEEDS_SORT_BY_UNREAD',1,'false','Sort feeds by unread articles count',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('EXTENDED_FEEDLIST',1,'false','Show additional information in feedlist',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('MARK_UNREAD_ON_UPDATE',1,'false','Set articles as unread on update',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('REVERSE_HEADLINES',1,'false','Reverse headline order (oldest first)',2);
'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_ENABLE',1,'false','Enable e-mail digest',1,'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CONFIRM_FEED_CATCHUP',1,'true','Confirm marking feed as read',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('CDM_AUTO_CATCHUP',1,'false','Mark articles as read automatically',2,
'This option enables marking articles as read automatically in combined mode (except for Fresh articles feed) while you scroll article list.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('CDM_AUTO_CATCHUP',1,'false','Mark articles as read automatically',2,'This option enables marking articles as read automatically in combined mode (except for Fresh articles feed) while you scroll article list.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('STRIP_UNSAFE_TAGS',1,'true','Strip unsafe tags from articles',3,
'Strip all but most common HTML tags when reading articles.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('BLACKLISTED_TAGS',2,'main, generic, misc, uncategorized, blog, blogroll, general, news','Blacklisted tags',3,
'When auto-detecting tags in articles these tags will not be applied (comma-separated list).');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('STRIP_UNSAFE_TAGS',1,'true','Strip unsafe tags from articles',3,'Strip all but most common HTML tags when reading articles.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('BLACKLISTED_TAGS',2,'main, generic, misc, uncategorized, blog, blogroll, general, news','Blacklisted tags',3,'When auto-detecting tags in articles these tags will not be applied (comma-separated list).');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('FRESH_ARTICLE_MAX_AGE',3,'24','Maximum age of fresh articles (in hours)',2);
@ -382,21 +357,12 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('HIDE_READ_SHOWS_SPECIAL',1,'true','Show special feeds when hiding read feeds',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('HIDE_FEEDLIST',1,'false','Hide feedlist',2,'This option hides feedlist and allows it to be toggled on the fly, useful for small screens.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('VFEED_GROUP_BY_FEED',1,'false','Group headlines in virtual feeds',2,
'When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('SYNC_COUNTERS',1,'false','Prefer more accurate feedlist counters to UI speed',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('VFEED_GROUP_BY_FEED',1,'false','Group headlines in virtual feeds',2,'When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('STRIP_IMAGES',1,'false','Do not show images in articles',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('ENABLE_FLASH_PLAYER',1,'true','Enable inline MP3 player',3,'Enable the Flash-based XSPF Player to play MP3-format podcast enclosures.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('ENABLE_OFFLINE_READING',1,'false','Enable offline reading',1,'Synchronize new articles for offline reading using Google Gears.');
@ -421,8 +387,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('USER_STYLESHEET',2,'','Customize stylesheet',2,'Customize CSS stylesheet to your liking');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('SORT_HEADLINES_BY_FEED_DATE',1,'true','Sort headlines by feed date',3,
'Use feed-specified date to sort headlines instead of local import date.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('SORT_HEADLINES_BY_FEED_DATE',1,'true','Sort headlines by feed date',3,'Use feed-specified date to sort headlines instead of local import date.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('PURGE_OLD_DAYS',3,'60','Purge old posts after this number of days (0 - disables)',1);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('UPDATE_POST_ON_CHECKSUM_CHANGE',1,'true','Update post on checksum change',1);
'Experimental support for virtual feeds based on user crafted SQL queries. This feature is highly experimental and at this point not user friendly. Use with caution.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('DEFAULT_UPDATE_INTERVAL',3,'30','Default interval between feed updates',1);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('DEFAULT_ARTICLE_LIMIT',3,'30','Amount of articles to display at once',2);
'This option is useful when you are reading several planet-type aggregators with partially colliding userbase. When disabled, it forces same posts from different feeds to appear only once.');
'Link to user stylesheet to override default style, disabled if empty.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('ALLOW_DUPLICATE_POSTS',1,'true','Allow duplicate posts',1,'This option is useful when you are reading several planet-type aggregators with partially colliding userbase. When disabled, it forces same posts from different feeds to appear only once.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('SHOW_CONTENT_PREVIEW',1,'true','Show content preview in headlines list',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('SHORT_DATE_FORMAT',2,'M d, G:i','Short date format',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('LONG_DATE_FORMAT',2,'D, M d Y - G:i','Long date format',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('HEADLINES_SMART_DATE',1,'true','Use more accessible date/time format for headlines',3);
'Display expanded list of feed articles, instead of separate displays for headlines and article content');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('COMBINED_DISPLAY_MODE',1,'false','Combined feed display',2,'Display expanded list of feed articles, instead of separate displays for headlines and article content');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('HIDE_READ_FEEDS',1,'false','Hide feeds with no unread messages',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('OPEN_LINKS_IN_NEW_WINDOW',1,'true','Open article links in new browser window',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('ON_CATCHUP_SHOW_NEXT_FEED',1,'false','On catchup show next feed',2,
'When "Mark as read" button is clicked in toolbar, automatically open next feed with unread articles.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('ON_CATCHUP_SHOW_NEXT_FEED',1,'false','On catchup show next feed',2,'When "Mark as read" button is clicked in toolbar, automatically open next feed with unread articles.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('FEEDS_SORT_BY_UNREAD',1,'false','Sort feeds by unread articles count',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('EXTENDED_FEEDLIST',1,'false','Show additional information in feedlist',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('MARK_UNREAD_ON_UPDATE',1,'false','Set articles as unread on update',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('REVERSE_HEADLINES',1,'false','Reverse headline order (oldest first)',2);
'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_ENABLE',1,'false','Enable e-mail digest',1,'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CONFIRM_FEED_CATCHUP',1,'true','Confirm marking feed as read',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('CDM_AUTO_CATCHUP',1,'false','Mark articles as read automatically',2,
'This option enables marking articles as read automatically in combined mode (except for Fresh articles feed) while you scroll article list.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('CDM_AUTO_CATCHUP',1,'false','Mark articles as read automatically',2,'This option enables marking articles as read automatically in combined mode (except for Fresh articles feed) while you scroll article list.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('STRIP_UNSAFE_TAGS',1,'true','Strip unsafe tags from articles',3,
'Strip all but most common HTML tags when reading articles.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('BLACKLISTED_TAGS',2,'main, generic, misc, uncategorized, blog, blogroll, general, news','Blacklisted tags',3,
'When auto-detecting tags in articles these tags will not be applied (comma-separated list).');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('STRIP_UNSAFE_TAGS',1,'true','Strip unsafe tags from articles',3,'Strip all but most common HTML tags when reading articles.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('BLACKLISTED_TAGS',2,'main, generic, misc, uncategorized, blog, blogroll, general, news','Blacklisted tags',3,'When auto-detecting tags in articles these tags will not be applied (comma-separated list).');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('FRESH_ARTICLE_MAX_AGE',3,'24','Maximum age of fresh articles (in hours)',2);
@ -345,21 +321,12 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('HIDE_READ_SHOWS_SPECIAL',1,'true','Show special feeds when hiding read feeds',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('HIDE_FEEDLIST',1,'false','Hide feedlist',2,'This option hides feedlist and allows it to be toggled on the fly, useful for small screens.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('VFEED_GROUP_BY_FEED',1,'false','Group headlines in virtual feeds',2,
'When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('SYNC_COUNTERS',1,'false','Prefer more accurate feedlist counters to UI speed',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('VFEED_GROUP_BY_FEED',1,'false','Group headlines in virtual feeds',2,'When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('STRIP_IMAGES',1,'false','Do not show images in articles',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('ENABLE_FLASH_PLAYER',1,'true','Enable inline MP3 player',3,'Enable the Flash-based XSPF Player to play MP3-format podcast enclosures.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('ENABLE_OFFLINE_READING',1,'false','Enable offline reading',1,'Synchronize new articles for offline reading using Google Gears.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('SORT_HEADLINES_BY_FEED_DATE',1,'true','Sort headlines by feed date',3,
'Use feed-specified date to sort headlines instead of local import date.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('SORT_HEADLINES_BY_FEED_DATE',1,'true','Sort headlines by feed date',3,'Use feed-specified date to sort headlines instead of local import date.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('USER_STYLESHEET',2,'','Customize stylesheet',2,'Customize CSS stylesheet to your liking');