From 19c7350770788edf3ae0bb1fd6d95876667adbf6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 23 Dec 2012 14:52:18 +0400 Subject: experimental new plugin system --- config.php-dist | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 53f5dc87b..2975d680a 100644 --- a/config.php-dist +++ b/config.php-dist @@ -176,16 +176,13 @@ // if you experience weird errors and tt-rss failing to start, blank pages // after login, or content encoding errors, disable it. + define('PLUGINS', ''); + // Plugins to load. Check plugins/ directory for additional information. + define('FEEDBACK_URL', ''); // 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', 'note,tweet,share,mail'); - // Comma-separated list of additional article action button plugins - // to enable, like tweet button, etc. - // The following plugins are available: note, tweet, share, mail - // More plugins: http://tt-rss.org/wiki/Plugins - define('CONFIG_VERSION', 26); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). -- cgit v1.2.3-54-g00ecf