Html description in Dokuwiki feeds

yann.hodique@gmail.com

A quick hack for displaying complete posts (in html) in rss feeds. I'm using the blogging suite from Esther Brunner (http://wikidesign.ch/). The plugins are written in such a way that they don't allow html in feeds. I had to modify it that way :

In helper.php (from blog plugin)

...
// dump complete content
$desc = p_cached_output(wikiFN($id,$rev),'simplehtml',$id);
 
$result[$key] = array(
  'id'       => $id,
  'date'     => $cdate,
  'exists'   => true,
  'perm'     => $perm,
  'html'     => $desc,
);

In feed.php (from feed plugin)

// description
if ($page['desc']) $item->description = htmlspecialchars($page['desc']);
elseif ($page['html']) $item->description = $page['html'];
else $item->description = htmlspecialchars($meta['description']['abstract']);

Also, I introduced a “simplehtml” parser, which is a clone of “xhtml” except that it wipes out the css styling.

Discussion

SpaplysahSpaplysah, 2008/12/07 00:23

Hi! Wonderful site! Great job! I want to share some cool info with you where you can get <a href=http://jefecorazon.myblog.es>cheap levitra</a>,<a href=http://jefecorazon.myblog.es>buying viagra</a>,<a href=http://jefecorazon.myblog.es>buying viagra online</a>,<a href=http://jefecorazon.myblog.es> buy cialis doctor online</a>, <a href=http://jefecorazon.myblog.es>purchase viagra online</a>, <a href=http://jefecorazon.myblog.es>viagra for sale without a prescription</a>, <a href=http://jefecorazon.myblog.es>buy viagra online</a><a href=http://jefecorazon.myblog.es>,cheapest cialis</a>. Hope this helps. Happy holidays!

guisleseeguislesee, 2008/12/13 17:40

Hi! Wonderful site! Great job! I want to share some cool info with you where you can get <a href=http://jefecorazon.myblog.es>cheap levitra</a>,<a href=http://jefecorazon.myblog.es>buying viagra</a>,<a href=http://jefecorazon.myblog.es>buying viagra online</a>,<a href=http://jefecorazon.myblog.es> buy cialis doctor online</a>, <a href=http://jefecorazon.myblog.es>purchase viagra online</a>, <a href=http://jefecorazon.myblog.es>viagra for sale without a prescription</a>, <a href=http://jefecorazon.myblog.es>buy viagra online</a><a href=http://jefecorazon.myblog.es>,cheapest cialis</a>. Hope this helps. Happy holidays!

Enter your comment (wiki syntax is allowed):
blog/2007/20070205_html_description_in_dokuwiki_feeds.txt · Last modified: 2008/03/20 10:11 by yann
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0