Re: [xwiki-users] RSS feeds for Space-specific blogs

2015-02-05 Thread Jamal
OK, I see now. That' a nice, concise explanation. Thanks for taking the time
to walk me through that, Clemens. I'll give it a try shortly.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/RSS-feeds-for-Space-specific-blogs-tp7593861p7593878.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] RSS feeds for Space-specific blogs

2015-02-05 Thread Clemens Klein-Robbenhaar
On 02/03/2015 06:07 PM, Jamal wrote:
> Hi,
> 
> I've set up a blog for a single space using the "blog inside an existing
> space" option, so the blog URL is ".../xwiki/bin/view/MySpace/Blog"
> 
> As per the documentation, I added the following line to the HTTP Meta Info
> section in the space's admin options:
> 
>  href="$xwiki.getURL('Blog.BlogRss', 'view', 'xpage=plain')" />
> 
> Now how do I generate an RSS feed for only the space blog?
> 
> When I try ".../xwiki/bin/view/MySpace/Blog/BlogRss?xpage=plain" I get an
> unformatted HTML page.
> 
> What am I doing wrong?
> 

 You are trying to "glue" things together in a way that does not work.
The URL for viewing pages always has a form like xwiki/bin/view//
you cannot use it to resolve to xwiki/bin/view/// or the 
like.

Instead you will have the call the 'Blog.BlogRSS' page and try to see
if you can somehow cause it to display entries from a different blog but the 
main one.

So if you look at the code in the page Blog.BlogRss at
 http://localhost:8080/xwiki/bin/view/Blog/BlogRss?viewer=code

You can see it includes macros from a page Blog.RssCode
and the first macro to be executed is '#getTargetBlog' ... this sounds 
promising :)

If you check the actual velocity macro code in 
http://localhost:8080/xwiki/bin/view/Blog/RssCode?viewer=code, you can see the 
Blog to be listed is fetched from the 'blog' request parameter.

So in your case you should be able to say:

 

I have to admit I have not tried if it really works, but I think it should ;)

Cheers
Clemens

> Thanks,
> 
> J
> 
> 
> 
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/RSS-feeds-for-Space-specific-blogs-tp7593861.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] RSS feeds for Space-specific blogs

2015-02-03 Thread Jamal
Hi,

I've set up a blog for a single space using the "blog inside an existing
space" option, so the blog URL is ".../xwiki/bin/view/MySpace/Blog"

As per the documentation, I added the following line to the HTTP Meta Info
section in the space's admin options:



Now how do I generate an RSS feed for only the space blog?

When I try ".../xwiki/bin/view/MySpace/Blog/BlogRss?xpage=plain" I get an
unformatted HTML page.

What am I doing wrong?

Thanks,

J



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/RSS-feeds-for-Space-specific-blogs-tp7593861.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] RSS Feeds of tags ?

2011-11-18 Thread Vincent Massol

On Nov 18, 2011, at 10:04 AM, jerem wrote:

> Hi,
> 
> It seems there is no RSS feed icon anymore available in tag specific pages,
> contrarily to what is said here :
> http://www.xwiki.org/xwiki/bin/view/Main/RssFeeds
> 
> Is it something that was lost, is there a possibility to generate such a
> feed on specific tag with a particular url ?
> 
> xwiki 3.2

Indeed it seems to have disappeared.

It seems this happened in XTAG-3: http://jira.xwiki.org/browse/XATAG-3

Committed by jvdrean:
https://github.com/xwiki/xwiki-platform/commit/aa7a442d8959becb2cd935714997dce7adc7727c#diff-0

JV, do you know if you moved the Tag RSS somewhere?

Thanks
-Vincent

> Thanks,
> Jeremie

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] RSS Feeds of tags ?

2011-11-18 Thread jerem
Hi,

It seems there is no RSS feed icon anymore available in tag specific pages,
contrarily to what is said here :
http://www.xwiki.org/xwiki/bin/view/Main/RssFeeds

Is it something that was lost, is there a possibility to generate such a
feed on specific tag with a particular url ?

xwiki 3.2

Thanks,
Jeremie

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/RSS-Feeds-of-tags-tp7007578p7007578.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] RSS feeds

2011-06-10 Thread Gerritjan Koekkoek
Hi,

In our XWiki setup we are very much using RSS feeds generated by XWiki
When you capture such a feed in a news reader it shows :

by 
version  edited by  in  

Now is the Title informative for outsiders, the other (metadata) not...
The BLOG RSS feeds are much more informative

Where can I find information on how to setup the content presented in de RSS 
feed, Pictures would also be very nice
Which XWikI page is holding the code used for feeds about page-changes, which 
page is holding the code for the BLOG feeds?

Gerritjan
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users