Re: [SMW-devel] Building an RSS query URL

2008-10-08 Thread CNIT
> Hi Markus! > Can you please point me out, what's part of my RSS special:ask URL is wrong? > I am building a link with $skintpl->makeI18nUrl( $link, $urlaction ); > where the > $link="Special:Ask"; > > $urlaction="q=[[Concept:News]]&po=%3FDate&sort0=Date&order0=DESC&sc=1&eq=yes&limit=20&form

[SMW-devel] Building an RSS query URL

2008-10-08 Thread CNIT
Hi Markus! Can you please point me out, what's part of my RSS special:ask URL is wrong? I am building a link with $skintpl->makeI18nUrl( $link, $urlaction ); where the $link="Special:Ask"; $urlaction="q=[[Concept:News]]&po=%3FDate&sort0=Date&order0=DESC&sc=1&eq=yes&limit=20&format=rss"; The qu