summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-10-29 16:01:25 -0400
committerCraig Andrews <candrews@integralblue.com>2009-10-29 16:27:22 -0400
commit54696f7c46684234bbeb48747b37f934ffd0d393 (patch)
treed80c6e55b3f1ea606b3b080ebbb9ad31bfe4bbed /actions/public.php
parent24c3a15124ab866bf7e9401f638156e102074608 (diff)
Moved the public XRDS from the OpenID plugin to core
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet])
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/actions/public.php b/actions/public.php
index 73fad182a..4b71e5853 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -131,6 +131,13 @@ class PublicAction extends Action
return _('Public timeline');
}
}
+
+ function extraHead()
+ {
+ parent::extraHead();
+ $this->element('meta', array('http-equiv' => 'X-XRDS-Location',
+ 'content' => common_local_url('publicxrds')));
+ }
/**
* Output <head> elements for RSS and Atom feeds