Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15420 > unrolled thread

Re: RSS feed creation?

Started byAdam Tauno Williams <awilliam@whitemice.org>
First post2011-11-07 11:54 -0500
Last post2011-11-07 11:54 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: RSS feed creation? Adam Tauno Williams <awilliam@whitemice.org> - 2011-11-07 11:54 -0500

#15420 — Re: RSS feed creation?

FromAdam Tauno Williams <awilliam@whitemice.org>
Date2011-11-07 11:54 -0500
SubjectRe: RSS feed creation?
Message-ID<mailman.2504.1320686843.27778.python-list@python.org>
On Mon, 2011-11-07 at 08:22 +0100, Stefan Behnel wrote:
> Dan Stromberg, 06.11.2011 21:00:
> > Is there an opensource Python tool for creating RSS feeds, that doesn't
> > require large dependencies?
> > I found feedformatter.py on pypi, but it seems a little old, and its sole
> > automated test gives a traceback.
> > Is there a better starting point?
> > (I'd of course prefer something that'll run on 3.x and 2.x, but will settle
> > for either)
> I'd just go with ElementTree and builder.py.
> http://effbot.org/zone/element-builder.htm

+1
<http://docs.python.org/library/xml.etree.elementtree.html>

RSS is just XML, just use the XML toolchain.

And use <http://validator.w3.org/feed/#validate_by_input> to check what
you create.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web