]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
fix help not loading on ? press
[tt-rss.git] / config.php-dist
index cb11b1979414cb5fc54a5269bed6be803582ef63..76d0ecab894fdf79bb71f408dac80d780fd9ad98 100644 (file)
        // *** Feed settings ***
        // *********************
 
-       define('SIMPLEPIE_CACHE_IMAGES', false);
-       // Allow caching feed images when using SimplePie, to bypass hotlink
-       // prevention and such at expense of local disk space and bandwidth.
-       // Note that you (or your users) also have to enable image caching 
-       // in feed editor.
-
        define('DEFAULT_UPDATE_METHOD', 0);
        // Which feed parsing library to use as default:
        // 0 - Magpie
        // Displays an URL for users to provide feedback or comments regarding
        // this instance of tt-rss. Can lead to a forum, contact email, etc.
 
-       define('ARTICLE_BUTTON_PLUGINS', 'tweet,share,mail');
+       define('ARTICLE_BUTTON_PLUGINS', 'note,tweet,share,mail');
        // Comma-separated list of additional article action button plugins
        // to enable, like tweet button, etc.
-       // The following plugins are available: tweet, share, mail, readitlater
+       // The following plugins are available: note, tweet, share, mail, readitlater
 
-       define('CONFIG_VERSION', 24);
+       define('CONFIG_VERSION', 25);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).