On Wed, Mar 5, 2008 at 10:39 AM, David Bloom <[EMAIL PROTECTED]> wrote: > I have 3 questions related to entries,subscriptions in roller planet > > 1) Is there a method in roller you can call to get the entries out of > the planet aggregator as of a certain date. I know you can call a > method to get all entries in past x days up to y entries
No, there is no such method. And, the aggregator only stores the most recent entries fetched from each feed. I think Allen is working on Planet enhancements to include entry retention, but I haven't seen any commits yet. > 2) How in roller do you display todays date. I tried $Date and it > does not work I don't believe there is a way to do that. You could add it by adding your own PageModel to Roller, it would only be a couple lines of Java code max. > 3) Is there a method in roller you can call to get the entries out of > the planet aggregator that contains a certain search term rather than > doing a google search on your site? Unfortunately not. - Dave
