On Fri, Sep 24, 2010 at 8:37 AM, Timmie <[email protected]> wrote: >> There is a cron job that fetches rss posts, and you could call > If I understand the crontab correctly the server should fetch new > posts every minute, correct? > This does not happen.
Mmm, maybe a cron configuration problem. I did have some issues with that too (using apache / external cron) A workaround is to add a "wget .../refresh" to the o.s. crontab to force updates. >> refresh() controller to force update. > manually calling refresh updates the planet feeds page without > problems. > I could see a redirect from the refresh page to the index page after > successful refresh... refresh is not meant to be called by end users, that's why it hasn't a nice view nor redirects. > Do you have a demo installed somewhere? Yes: http://www.web2py.com.ar/planet http://web2py.arpug.com.ar/planeta > How do you indeted to have new feeds added? > Via the appadmin or the /default/user page? By now, using appadmin. Although, a CRUD interface would be nice thing (and very easy to add) Best regards, Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com

