]> git.wh0rd.org - tt-rss.git/commitdiff
mention config.php settings in search_sphinx plugin description
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 23 Apr 2014 04:53:09 +0000 (04:53 +0000)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 23 Apr 2014 04:53:09 +0000 (04:53 +0000)
config.php-dist
plugins/search_sphinx/init.php

index 2d7a6d1956e84a3af6289de5ebda42cb0e147a18..0c3e92b74483b2b97b7ae9612e6e61315c0b4e48 100644 (file)
        // Enable client PubSubHubbub support in tt-rss. When disabled, tt-rss
        // won't try to subscribe to PUSH feed updates.
 
-       // *********************
-       // *** Sphinx search ***
-       // *********************
+       // ****************************
+       // *** Sphinx search plugin ***
+       // ****************************
 
        define('SPHINX_SERVER', 'localhost:9312');
        // Hostname:port combination for the Sphinx server.
index f2877e44d248e89fccf8bd80408c250195fb03ba..a6511034d6a94432fd94510e3303ef5afcf83b4d 100644 (file)
@@ -3,7 +3,7 @@
 class Search_Sphinx extends Plugin {
        function about() {
                return array(1.0,
-                       "Delegate searching for articles to Sphinx",
+                       "Delegate searching for articles to Sphinx (don't forget to set options in config.php)",
                        "hoelzro",
                        true);
        }