insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('PURGE_OLD_DAYS',3,'60','Purge articles after this number of days (0 - disables)',1);
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);
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,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,help_text)values('ON_CATCHUP_SHOW_NEXT_FEED',1,'false','On catchup show next feed',2,'Automatically open next feed with unread articles after marking one as read');
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('REVERSE_HEADLINES',1,'false','Reverse headline order (oldest first)',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_ENABLE',1,'false','Enable e-mail digest',4,'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',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('CDM_AUTO_CATCHUP',1,'false','Automatically mark articles as read',2,'This option enables marking articles as read automatically 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)values('FRESH_ARTICLE_MAX_AGE',3,'24','Maximum age of fresh articles (in hours)',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('DIGEST_CATCHUP',1,'false','Mark articles in e-mail digest as read',4);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CDM_EXPANDED',1,'true','Automatically expand articles in combined mode',2);
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',2);
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 embed images in articles',2);
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',2,'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('SSL_CERT_SERIAL',2,'','Login with an SSL certificate',3,'Click to register your SSL client certificate with tt-rss');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_PREFERRED_TIME',2,'00:00','Try to send digests around specified time',4,'Uses UTC timezone');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('AUTO_ASSIGN_LABELS',1,'true','Assign articles to labels automatically',3);