X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Frssaction.php;h=e8a3aca70bd3ea500ce9ba1b76feded45dfce064;hb=00a6f3d01510e01a5dcc0999a50fba7bafbcd5e1;hp=4d696de03e5398a9f0d69802d5776460fa532233;hpb=68cf99a53f7271fc54f8d5dde11cef2fe0df0010;p=quix0rs-gnu-social.git diff --git a/lib/rssaction.php b/lib/rssaction.php index 4d696de03e..e8a3aca70b 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -125,7 +125,8 @@ class Rss10Action extends Action { common_element('description', NULL, $profile->nickname."'s status on ".common_exact_date($notice->created)); common_element('dc:date', NULL, common_date_w3dtf($notice->created)); common_element('dc:creator', NULL, ($profile->fullname) ? $profile->fullname : $profile->nickname); - common_element('sioc:has_creator', array('rdf:resource' => $creator_url)); + common_element('sioc:has_creator', array('rdf:resource' => $creator_uri)); + common_element('laconica:postIcon', array('rdf:resource' => common_profile_avatar_url($profile))); common_element('cc:licence', array('rdf:resource' => common_config('license', 'url'))); common_element_end('item'); $this->creators[$creator_uri] = $profile; @@ -166,6 +167,8 @@ class Rss10Action extends Action { 'http://rdfs.org/sioc/ns#', 'xmlns:sioct' => 'http://rdfs.org/sioc/types#', + 'xmlns:laconica' => + 'http://laconi.ca/ont/', 'xmlns' => 'http://purl.org/rss/1.0/')); common_element_start('sioc:Site', array('rdf:about' => common_root_url()));