X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fpublic.php;h=000f82cb93d5e96b49609cf01676326e9aec6ae3;hb=df46f123dd656545c80821931f0a384f7dc5d608;hp=7cae3cfd1513afdad9ccd0973d05de2ffbd15f41;hpb=551c69ed56c4ea36e325df9b7f6204dadbee8d39;p=quix0rs-gnu-social.git diff --git a/actions/public.php b/actions/public.php index 7cae3cfd15..000f82cb93 100644 --- a/actions/public.php +++ b/actions/public.php @@ -39,7 +39,6 @@ if (!defined('GNUSOCIAL')) { exit(1); } * @link http://status.net/ * * @see PublicrssAction - * @see PublicxrdsAction */ class PublicAction extends SitestreamAction { @@ -69,26 +68,6 @@ class PublicAction extends SitestreamAction } } - function extraHead() - { - parent::extraHead(); - $this->element('meta', array('http-equiv' => 'X-XRDS-Location', - 'content' => common_local_url('publicxrds'))); - - $rsd = common_local_url('rsd'); - - // RSD, http://tales.phrasewise.com/rfc/rsd - - $this->element('link', array('rel' => 'EditURI', - 'type' => 'application/rsd+xml', - 'href' => $rsd)); - - if ($this->page != 1) { - $this->element('link', array('rel' => 'canonical', - 'href' => common_local_url('public'))); - } - } - function showSections() { // Show invite button, as long as site isn't closed, and