Issue Details (XML | Word | Printable)

Key: XWIKI-226
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Sergiu Dumitriu
Reporter: Xavier MOGHRABI
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XWiki Core

The title and the description of the Wiki RSS feed should be in the preferences.

Created: 13/Mar/06 18:05   Updated: 02/Jan/07 11:54
Component/s: Templates & User Interface
Affects Version/s: 1.0 B1
Fix Version/s: 1.0 B2

Environment: JRockit 1.5.0_4

Date of First Response: 22/Dec/06 14:37
Resolution Date: 01/Jan/07 16:06


 Description  « Hide
The title and the description of the RSS feed is actually in the XWiki page in charge of the creation of the RSS feed. When a user would like to change the name of the RSS feed he must edit the page : Main.BlogRss to set the title and the description :
Like this :
$response.setContentType("text/xml")
#set ($baseurl = "http://${request.serverName}")
#set($title = "My RSS Feed")
#set($description = "My RSS Feed")
#includeForm("XWiki.BlogRssCode")

This should be great if we could have some parameters in the preferences to set the title and the description of the main RSS feed.



 All   Comments   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Ludovic Dubost added a comment - 22/Dec/06 14:37
Moving to 1.0
Moving to unassigned
They should be in 1.0

Vincent Massol added a comment - 25/Dec/06 17:31
Hi Xavier,

I'm not sure about this. The fact is that the RSS feed is an application built with XWiki. There's nothing coded in the core about it. It's a xwiki application. I'd much rather have a RSS Feed wizard page in charge of the creation of RSS feed page and allowing to change the title and description.


Sergiu Dumitriu added a comment - 01/Jan/07 16:06
Vincent, I agree. XWikiPreferences is overcrowded as it is, and RSS feeds are an optional component, not a core feature, and in my oppinion XWikiPreferences should have preferences only for core features.

Vincent Massol added a comment - 02/Jan/07 11:54
Sergiu, you handled the issue so I'm assigning it to you (we shouldn't close issues without an assignee)