You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by kr...@pharma.novartis.com on 2003/01/31 17:49:18 UTC

supported rss / rdf versions?

Hi,

i am little confused about rss / rdf version and the support of the rss 
portlet.
There seems to be
rss 0.91
rss 0.94
rss 1.00 [=rdf]
rss 2.00

It seems to me, that >0.9x version do not work with the rss portlet. Is 
that correct or am I doing somethin wrong?
E.g.:
- http://www.jeckle.de/news.rss
 is not working
- http://p.moreover.com/cgi-local/page?index_java+rss
 works

Here are my portlet entries:

    <portlet-entry name="jeckle de" hidden="false" type="ref" parent="RSS" 
application="false">
            <meta-info>
                <title>jeckle</title>
            </meta-info>
            <url>http://www.jeckle.de/news.rss</url>
        <category>rss</category> 
        </portlet-entry>

    <portlet-entry name="java news test" hidden="false" type="ref" 
parent="RSS" application="false">
            <meta-info>
                <title>j news</title>
            </meta-info>
            <url>http://p.moreover.com/cgi-local/page?index_java+rss</url>
        <category>rss</category> 
        </portlet-entry>


BTW, how can I add a new portlet catogory?

Thanks,
Kris