General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
Main
▼
:
Document Index
»
Page:
WebSearchRss
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
WebSearchRss
Wiki source code of
WebSearchRss
Last modified by
Administrator
on 2010/09/23 14:50
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
#if(!$request.space) #set ($space = "All") #else #set ($space = $request.space) #end #if($request.getParameter("text")) #set ($text = $request.getParameter("text")) #else #set ($text = "") #end #includeInContext("XWiki.WebSearchCode") #set ($baseurl = "http://${request.serverName}") #set ($description = "RSS feed for search on '$text'") #includeInContext("XWiki.WebRssCode")