Wiki source code of RSS Feeds
Version 11.1 by Thomas Mortagne on 2017/03/24
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
7.2 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
![]() |
1.1 | 5 | RSS Feeds can be used to get notification from activity taking place on an XWiki instance. |
6 | |||
![]() |
7.3 | 7 | = Available Feeds = |
![]() |
1.1 | 8 | |
![]() |
8.1 | 9 | Several RSS feeds are provided by default and it is possible to create new ones easily when required. The default wiki (extensions might provide more) provides the following RSS feeds: |
![]() |
11.1 | 10 | * Feed for all modified pages. This is available from the [[Activity Stream>>extensions:Extension.Activity Macro]]. {{info}}This feature is [[not visible by default since XWiki 4.2>>https://jira.xwiki.org/browse/XWIKI-8243]]{{/info}}. |
![]() |
1.1 | 11 | * Feed for all Blog posts. This is available if your wiki has the [[Blog application>>extensions:Extension.Blog Application]] installed. |
12 | * Feeds for Search results. This is available if your wiki has the [[Search application>>extensions:Extension.Search Application]] installed. | ||
13 | * Feeds on Tags. This is available if your wiki has the [[Tag application>>extensions:Extension.Tag Application]] installed. | ||
![]() |
8.1 | 14 | * The [[Watchlist Feature>>extensions:Extension.Watchlist Application]] allows you to get a RSS feed of all the modifications to the pages in your Watchlist. |
![]() |
1.1 | 15 | |
![]() |
8.1 | 16 | Note that you can choose to start receiving information from the Blog and modified pages feeds by using your browser's RSS notification button. For example on Firefox: |
![]() |
1.1 | 17 | |
18 | {{image reference="rss.png"/}} | ||
19 | |||
![]() |
7.3 | 20 | = Customized RSS Feeds = |
![]() |
1.1 | 21 | |
![]() |
8.1 | 22 | Even more so, it's easy to create new RSS feeds to fit a specific need (or modify existing RSS feeds): |
![]() |
5.1 | 23 | * You can also easily create your own page that outputs RSS (Atom, RDF, etc). Edit the ##Main.WebRss## page in your wiki to see how it's implemented and do the same in your own page. |
![]() |
10.2 | 24 | * You can also modify the existing RSS pages (e.g. ##Main.WebRss##) if you wish to customize the default RSS content produced by the various applications. |
![]() |
8.1 | 25 |