【d3Blog】RSS、RDF、ATOM配信を修正

http://www.xugj.org/modules/d3forum/index.php?post_id=2619

 

これを参考に各プログラムを修正しました。

 

各プログラムは xoops_trust_path/modules/d3blog/main の下にある rss.php rdf.pho atom.php rss.phpを例にすると

 

 foreach($entries as $entry) { $item['title'] = htmlspecialchars(xoops_convert_encoding($entry->getVar('title')),ENT_QUOTES); $item['link'] = sprintf('%s/modules/%s/details.php?bid=%d', XOOPS_URL, $mydirname4show, $entry->bid()); $item['guid'] = sprintf('%s/modules/%s/details.php?bid=%d', XOOPS_URL, $mydirname4show, $entry->bid()); $item['pubdate'] = d3blog_rfc2822_date($entry->published()); $item['description'] = htmlspecialchars(xoops_convert_encoding($entry->pingExcerpt()),ENT_QUOTES); $items[] = $item; } 

 

こんな感じ ホダ塾とかにも報告しておくべきだろうか

コメントを残す

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください