X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fpoche%2Fconfig.inc.php.new;h=3b08c212fffc0f50a1aeb934ec0ce39bac8dff11;hb=d70dd7ac698a1f9e90c97fa7eb7b113bf84304fc;hp=39cb2f2f2ae74d91a817ed7077fbf1d57c12b93c;hpb=c95b78a8ceb918f033f3dd6c26aa7da4a8a527dc;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new index 39cb2f2f..3b08c212 100755 --- a/inc/poche/config.inc.php.new +++ b/inc/poche/config.inc.php.new @@ -42,9 +42,13 @@ define ('FLATTR_API', 'https://api.flattr.com/rest/v2/things/lookup/?url='); define ('NOT_FLATTRABLE', '0'); define ('FLATTRABLE', '1'); define ('FLATTRED', '2'); +// display or not print link in article view +define ('SHOW_PRINTLINK', '1'); +// display or not percent of read in article view. Affects only default theme. +define ('SHOW_READPERCENT', '1'); define ('ABS_PATH', 'assets/'); -define ('DEFAULT_THEME', 'default'); +define ('DEFAULT_THEME', 'baggy'); define ('THEME', ROOT . '/themes'); define ('LOCALE', ROOT . '/locale'); @@ -52,12 +56,8 @@ define ('CACHE', ROOT . '/cache'); define ('PAGINATION', '10'); -define ('POCKET_FILE', '/ril_export.html'); -define ('READABILITY_FILE', '/readability'); -define ('INSTAPAPER_FILE', '/instapaper-export.html'); -define ('POCHE_FILE', '/poche-export'); +//limit for download of articles during import +define ('IMPORT_LIMIT', 5); +//delay between downloads (in sec) +define ('IMPORT_DELAY', 5); -define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); -define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); -define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); -define ('IMPORT_POCHE_FILE', ROOT . POCHE_FILE); \ No newline at end of file