foxmask / Booster

Booster of Jelix.Org : The Jelix repository of apps, modules, plugins, and language packs - roadmap
http://booster.jelix.org
4 stars 3 forks source link

RSS feed #42

Closed doubleface closed 12 years ago

doubleface commented 12 years ago

I would like to know when new plugins/applications/modules are available. A rss feed would be great.

FlorianLB commented 12 years ago

I'm on

foxmask commented 12 years ago

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 12 years ago

i think its good for the moment