Also, is there a way to avoid escaping XML in the entry['summary'] ? I tried going over the documentation but found nothing (@TurboFeeds&FeedController). Looking at the code it seems like it's hard-coded in the template... is it really?
Thanks again. Yo'av On Dec 15, 11:39 pm, "Yo'av Moshe" <[email protected]> wrote: > Thank you, it's working! > > Waiting to see it as an official release :) > > Yo'av > > On Dec 9, 11:57 am, Christopher Arndt <[email protected]> wrote: > > > > > Diez B. Roggisch schrieb: > > > > Yo'av Moshe schrieb: > > >> Thing is that I'm trying to create a pip bundle of all the > > >> requirements my TG application has, and it fails because > > >> TurboFeeds.... > > >> Is there any way around it? > > > I just committed revision 6975 into SVN which copies finddata.py into > > the TurboFeeds distribution and fixes this issue. > > > Get it with: > > > svn cohttp://svn.turbogears.org/projects/TurboFeeds/trunkTurboFeeds > > > Or just do: > > > mkdir eggcache > > easy_install -zmaxd eggcache \ > > http://svn.turbogears.org/projects/TurboFeeds/trunkTurboKid > > > to download TF and all it's dependencies and build eggs and place them > > in the 'eggcache' directory. > > > Chris -- You received this message because you are subscribed to the Google Groups "TurboGears" group. 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/turbogears?hl=en.

