infrastructure for salmon

This commit is contained in:
Mike Macgirvin 2010-10-06 19:46:44 -07:00
parent 98ebcada61
commit a0ecdd025e
8 changed files with 63 additions and 2 deletions

View file

@ -157,6 +157,7 @@
'$feed_title' => xmlify($owner['name']),
'$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', $updated . '+00:00' , ATOM_TIME)) ,
'$hub' => $hubxml,
'$salmon' => '', // private feed, we don't use salmon here
'$name' => xmlify($owner['name']),
'$profile_page' => xmlify($owner['url']),
'$photo' => xmlify($owner['photo']),