Rich Bowen wrote: > http://wooga.drbacchus.com/atom/1 appears to be the entire history of my > site, going back to the day that I converted to Habari. What am I doing > wrong? Surely it shouldn't be that huge?
Trunk has a new setting that lets you specify the number of items on each "page" of your feed. (Atom feeds allow pagination.) If you did not have this set before, it's likely that the default setting was never applied. With no default setting, null is likely the parameter sent to Posts::get() as the limit, therefore it's returning all of your posts. Go to admin/options and set the value for "Entries to show in Atom feed". Owen --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
