|
|
@ -1,8 +1,5 @@ |
|
|
|
define('DETECT_ARTICLE_LANGUAGE', true); |
|
|
|
define('CHECK_FOR_UPDATES', false); |
|
|
|
// Detect article language when updating feeds, presently this is only |
|
|
|
// Check for updates automatically if running Git version |
|
|
|
// used for hyphenation. This may increase amount of CPU time used by |
|
|
|
|
|
|
|
// update processes, disable if necessary (i.e. you are being billed |
|
|
|
|
|
|
|
// for CPU time). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define('ENABLE_GZIP_OUTPUT', true); |
|
|
|
define('ENABLE_GZIP_OUTPUT', true); |
|
|
|
// Selectively gzip output to improve wire performance. This requires |
|
|
|
// Selectively gzip output to improve wire performance. This requires |
|
|
@ -12,9 +9,6 @@ |
|
|
|
// Displays an URL for users to provide feedback or comments regarding |
|
|
|
// Displays an URL for users to provide feedback or comments regarding |
|
|
|
// this instance of tt-rss. Can lead to a forum, contact email, etc. |
|
|
|
// this instance of tt-rss. Can lead to a forum, contact email, etc. |
|
|
|
|
|
|
|
|
|
|
|
define('CHECK_FOR_NEW_VERSION', false); |
|
|
|
|
|
|
|
// Check for new versions of tt-rss automatically. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define('ARTICLE_BUTTON_PLUGINS', 'note,tweet,share,mail'); |
|
|
|
define('ARTICLE_BUTTON_PLUGINS', 'note,tweet,share,mail'); |
|
|
|
// Comma-separated list of additional article action button plugins |
|
|
|
// Comma-separated list of additional article action button plugins |
|
|
|
// to enable, like tweet button, etc. |
|
|
|
// to enable, like tweet button, etc. |
|
|
|