Author: emuckenhuber
Date: 2007-12-11 10:13:42 -0500 (Tue, 11 Dec 2007)
New Revision: 9335
Modified:
branches/JBoss_Portal_Branch_2_6/widget/src/main/org/jboss/portal/widget/netvibes/provider/NetvibesQuery.java
Log:
use partner rss to get the correct information
Modified:
branches/JBoss_Portal_Branch_2_6/widget/src/main/org/jboss/portal/widget/netvibes/provider/NetvibesQuery.java
===================================================================
---
branches/JBoss_Portal_Branch_2_6/widget/src/main/org/jboss/portal/widget/netvibes/provider/NetvibesQuery.java 2007-12-11
07:42:08 UTC (rev 9334)
+++
branches/JBoss_Portal_Branch_2_6/widget/src/main/org/jboss/portal/widget/netvibes/provider/NetvibesQuery.java 2007-12-11
15:13:42 UTC (rev 9335)
@@ -133,7 +133,7 @@
public URL buildQueryURL() throws MalformedURLException
{
// Building url - and only allow UWA compatible widgets (type=uwa)
- StringBuffer buffer = new
StringBuffer("http://eco.netvibes.com/rss.php?synd=jboss&type=&q... + type);
+ StringBuffer buffer = new
StringBuffer("http://eco.netvibes.com/rss-partner.php?synd=jboss&... +
type);
if( start > 0 )
{
buffer.append("&start=").append(start);