insertintottrss_prefs(pref_name,type_id,value,def_value,short_desc,section_id)values('ENABLE_FEED_ICONS',1,'true','true','Enable icons in feedlist',2);
insertintottrss_prefs(pref_name,type_id,value,def_value,short_desc,section_id)values('ICONS_DIR',2,'icons','icons','Local directory for feed icons',1);
insertintottrss_prefs(pref_name,type_id,value,def_value,short_desc,section_id)values('ICONS_URL',2,'icons','icons','Local URL for icons',1);
insertintottrss_prefs(pref_name,type_id,value,def_value,short_desc,section_id)values('PURGE_OLD_DAYS',3,'60','60','Purge old posts after this number of days (0 - disables)',1);
insertintottrss_prefs(pref_name,type_id,value,def_value,short_desc,section_id)values('UPDATE_POST_ON_CHECKSUM_CHANGE',1,'true','true','Update post on checksum change',1);
insertintottrss_prefs(pref_name,type_id,value,def_value,short_desc,section_id)values('ENABLE_PREFS_CATCHUP_UNCATCHUP',1,'false','false','Enable catchup/uncatchup buttons in feed editor',2);
'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,value,def_value,short_desc,section_id)values('DEFAULT_UPDATE_INTERVAL',3,'30','30','Default interval between feed updates (in minutes)',1);
insertintottrss_prefs(pref_name,type_id,value,def_value,short_desc,section_id)values('USE_COMPACT_STYLESHEET',1,'false','false','Use compact stylesheet by default',2);