[Zope] Re: ZWiki RecentChanges as RSS feed
    Simon Michael 
    simon at joyful.com
       
    Wed Oct  5 13:20:29 EDT 2005
    
    
  
Peter Bengtsson wrote:
> The big problem with this is that it seems to be in reverse
> order with the first wiki page first. I'd like it the other way
> around.
>   
Have a look at the changes_rss method in RSS.py (in 0.46). It calls
pages(), which is essentially a catalog query restricted to this folder.
You could move this method back to a pythonscript and tweak that query,
or do it in dtml.
    
    
More information about the Zope
mailing list