]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
better calculation for end date in notice sitemaps
[quix0rs-gnu-social.git] / lib / default.php
index bdd78d4d8618cdc01edc7ab28d8692372c6db4c3..ffeab70b3a6626eda08b1c2051a9ded122ad43da 100644 (file)
@@ -282,6 +282,7 @@ $default =
                                  'Mapstraction' => null,
                                  'OStatus' => null,
                                  'WikiHashtags' => null,
+                                 'RSSCloud' => null,
                                  'OpenID' => null),
               ),
         'admin' =>
@@ -293,4 +294,10 @@ $default =
         array('crawldelay' => 0,
               'disallow' => array('main', 'settings', 'admin', 'search', 'message')
               ),
+        'api' =>
+        array('realm' => null),
+        'nofollow' =>
+        array('subscribers' => true,
+              'members' => true,
+              'peopletag' => true),
         );