add LICENSE file
[phinde.git] / data / config.php.dist
index 4c6a14fe8962151708a7929e7740e8bf209501c7..7eb8ccfe71a2c070c1cf5acc51ad11bd395b3413 100644 (file)
@@ -4,6 +4,14 @@ $GLOBALS['phinde'] = array(
     'domains' => array(
         'www.example.org',
         'test.example.org'
-    )
+    ),
+    //list of URL beginnings that should be ignored
+    'blacklist' => array(
+        'http://bad.example.org/'
+    ),
+    //list of URLs that should be subscribed to with PubSubHubbub
+    'subscriptions' => array(
+        'http://www.example.org/feed',
+    ),
 );
 ?>
\ No newline at end of file