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
Hide line numbers
1: #if(!$request.space) 2: #set ($space = "All") 3: #else 4: #set ($space = $request.space) 5: #end 6: #if($request.getParameter("text")) 7: #set ($text = $request.getParameter("text")) 8: #else 9: #set ($text = "") 10: #end 11: #includeInContext("XWiki.WebSearchCode") 12: #set ($baseurl = "http://${request.serverName}") 13: #set ($description = "RSS feed for search on '$text'") 14: #includeInContext("XWiki.WebRssCode")