Wiki source code of Notifications

Version 25.3 by Manuel Smeria on 2012/11/27

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 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>>extensions:Extension.Watchlist Application]] an user can add specific pages and spaces to a personal watchlist.
6
7 = Watchlist Application =
8
9 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>>extensions:Extension.Watchlist Application]] an user can add specific pages and spaces to a personal watchlist.
10
11 The watchlist application enables you to watch a page, a space, the entire Wiki and manage your Watchlist. Its features can be accessed easily by clicking on their corresponding button. The 4 available entries are:
12
13 * Watch this page: you follow modifications affecting the page you are currently viewing(((
14 {{image reference="WatchPage.png"/}}
15 )))
16 * Watch the current space: you follow the modifications taking place on the whole space you are currently looking at
17 * Watch the current wiki: you follow modifications taking place on the whole wiki
18 * Manage your watchlist: change your notification preferences
19
20 = RSS Feeds =
21
22 RSS Feeds can be used to get notification from activity taking place on an XWiki instance.
23
24 == Available Feeds ==
25
26 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:
27
28 {{image reference="rssfeeds.png"/}}
29
30 You can also click on the RSS icon at the bottom of the homepage:
31
32 {{image reference="rsshomepage.PNG"/}}
33
34 Note: this feature is not present in latest versions due to introduction of Activity Stream. It will be back very soon.
35
36 Your wiki comes with the following already made RSS feeds:
37
38 * Feed for all modified pages.
39 * Feed for all Blog posts. This is available if your wiki has the [[Blog application>>extensions:Extension.Blog Application]] installed.
40 * Feeds for Search results. This is available if your wiki has the [[Search application>>extensions:Extension.Search Application]] installed.
41 * Feeds on Tags. This is available if your wiki has the [[Tag application>>extensions:Extension.Tag Application]] installed.
42
43 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:
44
45 {{image reference="rss.png"/}}
46
47 == Customized RSS Feeds ==
48
49 Even more so, it's easy to create new RSS feeds to fit a specific need.
50
51 * The [[Watchlist Feature>>extensions:Extension.Watchlist Application]] allows you to get a RSS feed of all the modifications to the pages in your watchlist.
52 * 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