Hello! I would like to be able to list news from different sources like CNN and alikes on my intranet. Is that possible by using the RSS/RDF format, and how? Is there a product for Zope for doing this? Regards Anders Holst, Denmark
this is what u need. jdfetch is a set of tools to display 'news boxes' on your site. A backend fetches data from other sites and formats it as XML (using Netscape's RDF 0.91 format, used in My Netscape and others). A parser for Zope (as an External Method) is included (and also DTML code to format the boxes), others (Perl, C, C++) are planned. It currently handles AppWatch, LinuxApps, Solaris Central, Kernel (version), Freshmeat and Slashdot. http://www.freshmeat.net/appindex/1999/08/11/934358599.html Maarten Slaets. Anders Gaarsdal Holst wrote:
Hello!
I would like to be able to list news from different sources like CNN and alikes on my intranet. Is that possible by using the RSS/RDF format, and how?
Is there a product for Zope for doing this?
Regards
Anders Holst, Denmark
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(Related lists - please, no cross posts or HTML encoding!
To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
-- Maarten Slaets Web Developer KPNQwest Belgium http://www.fonky.com/vcard/MaartenSlaets/
On Fri, Oct 29, 1999 at 03:16:31PM +0200, Anders Gaarsdal Holst wrote:
I would like to be able to list news from different sources like CNN and alikes on my intranet. Is that possible by using the RSS/RDF format, and how?
Is there a product for Zope for doing this?
Check out http://www.zope.org/Members/edmundd/SiteSummary I've just added functionality to enable what you ask for. I've added an import method, so you just have to call this method (by fetching a URL) periodically to update from an external RSS file. -- Edd
participants (3)
-
Anders Gaarsdal Holst -
Edd Dumbill -
Maarten Slaets