Enabling site-wide RSS in Plone -
i plone newbie , i'm trying set site-wide rss feed of site's content in plone 4.0.7
i have followed instructions here: http://plone.org/documentation/manual/plone-community-developer-documentation/functionality/rss i've partially succeeded - created content collection, , rss feed working: http://nitric.co.za/site-feed/rss
the problem <link type="alternate"... /> not appearing on every page of site.
the instructions suggest in zmi -> portal_actions -> site_actions there should record rss. there no such record in installation. under portal_actions -> document_actions there cut , paste site_actions had no effect.
what best way rss link tag appear in html header of every page on site?
site_actions links @ bottom of page (eg site map, accessibility, contact) won't in getting elements header.
to have feeds available on pages throughout portal need create custom theme package , either
register custom viewlet or
customize main_template
i checked collective repository (http://dev.plone.org/collective/browser) packages named rss , found http://pypi.python.org/pypi/collective.siterss pretty sounds solve problem.
Comments
Post a Comment