Closed doubleface closed 12 years ago
I'm on
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
i think its good for the moment
I would like to know when new plugins/applications/modules are available. A rss feed would be great.