]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
change default timeout setting for HTTPClient
[quix0rs-gnu-social.git] / actions / public.php
index 175e0f1e70c416bb12fe4c00a47b631afc07cb66..a2958e8806aa9a74c3991d919eb6179d034ce290 100644 (file)
@@ -39,7 +39,6 @@ if (!defined('GNUSOCIAL')) { exit(1); }
  * @link     http://status.net/
  *
  * @see      PublicrssAction
- * @see      PublicxrdsAction
  */
 class PublicAction extends SitestreamAction
 {
@@ -69,13 +68,6 @@ class PublicAction extends SitestreamAction
         }
     }
 
-    function extraHead()
-    {
-        parent::extraHead();
-        $this->element('meta', array('http-equiv' => 'X-XRDS-Location',
-                                           'content' => common_local_url('publicxrds')));
-    }
-
     function showSections()
     {
         // Show invite button, as long as site isn't closed, and
@@ -94,12 +86,6 @@ class PublicAction extends SitestreamAction
             $ibs->show();
         }
 
-        $p = Profile::current();
-
-        if (!common_config('performance', 'high')) {
-            $cloud = new PublicTagCloudSection($this);
-            $cloud->show();
-        }
         $feat = new FeaturedUsersSection($this);
         $feat->show();
     }