Previously I used WebHelpers to generate news feeds ( http://webhelpers.readthedocs.org/en/latest/modules/feedgenerator.html ) , the really interesting part is that as WebHelpers2 documentation points out ( http://webhelpers2.readthedocs.org/en/latest/newsfeeds/newsfeeds.html ) it's far easier to generate it using a template engine.
TurboGears1 did exactly that and actually used a kid template ( https://sourceforge.net/p/turbogears1/code/HEAD/tree/branches/1.1/turbogears/feed/atom0_3.kid ) so it should be fairly easy to port it to Genshi or Kajiki and use it nowadays. On Tue, Jan 26, 2016 at 1:49 PM, Bastien Sevajol <[email protected]> wrote: > Hi, > > I want to produce a RSS/Atom feed with TurnboGears 2.3.7. I found old 1.0 > documentation here <http://turbogears.org/1.0/docs/FeedController.html>. > Does exist 2.3.7 equivalent ? > > Thank's, > Bastien. > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

