help text in sidebar
[phinde.git] / data / config.php.dist
index 19a322156d89648fc19f16912f8c0fe4f0847a3e..9bd10e4a6d3eb3ff423cef61811aafcb6822c10c 100644 (file)
@@ -15,10 +15,6 @@ $GLOBALS['phinde'] = array(
     //list of regexes for URLs that should not be crawled
     'crawlBlacklist' => array(
     ),
-    //list of URLs that should be subscribed to with PubSubHubbub
-    'subscriptions' => array(
-        'http://www.example.org/feed',
-    ),
     //verbose output
     'debug' => true,
     //time in seconds after which URLs may be re-indexed
@@ -34,7 +30,13 @@ $GLOBALS['phinde'] = array(
     'showFullContent' => false,
     //search result "hit" template file
     'hitTemplate' => 'hit.htm',
+    //sidebar help text. empty to disable
+    'sidebarinclude' => 'search/sidebar-searchtips.htm',
     //default sort order: "score" or "date"
     'defaultSort' => 'score',
+    //database for PuSH subscriptions
+    'db_dsn' => 'mysql:host=localhost;dbname=phinde',
+    'db_user' => 'FIXME',
+    'db_pass' => 'FIXME',
 );
-?>
\ No newline at end of file
+?>