Wiki source code of Notifications

Version 16.1 by Sorin Burjan on 2010/11/22

Hide last authors
Vincent Massol 6.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}}
2
Silvia Macovei 6.2 3 In XWiki you can subscribe to receive notifications either by RSS (the feed is automatically updated each time one of the followed pages gets changed) or by email. By using the [[Watchlist application>>code:Applications.WatchlistApplication]] an user can add specific pages and spaces to a personal watchlist.
Silvia Macovei 5.1 4
5
6
7 = RSS Feeds =
8
9 RSS Feeds can be used to get notification from activity taking place on an XWiki instance.
10
11 == Available Feeds ==
12
13 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:
14
15 image:rssfeeds.png
16
17 You can also click on the RSS icon at the bottom of the homepage:
18
19 image:rsshomepage.PNG
20
Sorin Burjan 15.1 21 Note: this feature is not present in latest versions due to introduction of Activity Stream. It will be back very soon.
22
Silvia Macovei 5.1 23 Your wiki comes with the following already made RSS feeds:
24
25 * Feed for all modified pages.
26 * Feed for all Blog posts. This is available if your wiki has the [[Blog application>>code:Applications.BlogApplication]] installed.
27 * Feeds for Search results. This is available if your wiki has the [[Search application>>code:Applications.SearchApplication]] installed.
28 * Feeds on Tags. This is available if your wiki has the [[Tag application>>code:Applications.TagApplication]] installed.
29
30 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:
31
Sorin Burjan 13.1 32 image:rss.png
Silvia Macovei 5.1 33
34 == Customized RSS Feeds ==
35
36 Even more so, it's easy to create new RSS feeds to fit a specific need.
37
38 * The [[Watchlist Feature>>code:Applications.WatchlistApplication]] allows you to get a RSS feed of all the modifications to the pages in your watchlist.
39 * 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.

Get Connected