Wiki source code of RSS Feeds
Version 7.3 by Vincent Massol on 2014/06/04
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 | |
9 | Several RSS feeds are provided by default and it is possible to create new ones easily when required. The default wiki provides a page that lists all the feeds available in your wiki. To navigate to it go directly to the Main.RssFeeds page: | ||
10 | |||
11 | {{image reference="rssfeeds.png"/}} | ||
12 | |||
13 | You can also click on the RSS icon at the bottom of the homepage: | ||
14 | |||
15 | {{image reference="rsshomepage.PNG"/}} | ||
16 | |||
17 | Note: this feature is not present in latest versions due to introduction of Activity Stream. It will be back very soon. | ||
18 | |||
19 | Your wiki comes with the following already made RSS feeds: | ||
20 | |||
21 | * Feed for all modified pages. | ||
22 | * Feed for all Blog posts. This is available if your wiki has the [[Blog application>>extensions:Extension.Blog Application]] installed. | ||
23 | * Feeds for Search results. This is available if your wiki has the [[Search application>>extensions:Extension.Search Application]] installed. | ||
24 | * Feeds on Tags. This is available if your wiki has the [[Tag application>>extensions:Extension.Tag Application]] installed. | ||
25 | |||
26 | You can easily choose to start receiving information from the Blog and modified pages feeds by using your browser's RSS notification button. For example on Firefox: | ||
27 | |||
28 | {{image reference="rss.png"/}} | ||
29 | |||
![]() |
7.3 | 30 | = Customized RSS Feeds = |
![]() |
1.1 | 31 | |
32 | Even more so, it's easy to create new RSS feeds to fit a specific need. | ||
33 | |||
![]() |
5.1 | 34 | * The [[Watchlist Feature>>extensions:Extension.Watchlist Application]] allows you to get a RSS feed of all the modifications to the pages in your Watchlist. |
35 | * 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. | ||
36 | * You can also modify the existing ##Main.WebRss## page if you wish to customize the default RSS content produced. |