On Fri, Oct 22, 1999 at 10:48:34PM -0500, Tim Wilson wrote:
Hi everyone,
Has anyone developed a product that allows you to display current headlines from AP, CNN, or some other source on a Zope site? If not, does anyone know of a news source that makes its headlines available in some easily parsable form so that I can do it myself? One of our two local papers (Minneapolis Star Tribune) gave me permission to do it, but I would have to dig them out of their homepage. I'd appreciate any ideas anyone would like to share.
-Tim there was an ext method for slashdot. try zope.org:8080
i am also interested in doing this but sadly i am no master in python. i think we can grab data using ZClient. the only thing is parsing the data. how can we parse the fetched data thru dtml? is it even possible?