RSS feed
doubleface opened this issue · 3 comments
doubleface commented
I would like to know when new plugins/applications/modules are available. A rss feed would be great.
FlorianLB commented
I'm on
foxmask commented
i've did git pull and have one comment to do :)
We should display in the feed ; the result of the wiki code in html.
I mean we should not do
$item->content = $data->short_desc;
but
$render = new jWiki();
$item->content = $render->render($data->short_desc);
I did it like this in HaveFnubb
https://github.com/foxmask/havefnubb/blob/master/havefnubb/modules/havefnubb/controllers/posts.classic.php#L1204
FlorianLB commented
i think its good for the moment