1RSS.displayPage(3kaya) Kaya module reference RSS.displayPage(3kaya)
2
3
4
6 RSS::displayPage - Displays RSS Feed content from a webapp
7
9 Void displayPage( Feed feed )
10
12 feed The feed to output as the page content
13
15 Displays RSS Feed content of a webapp. The displayPage functions are
16 called automatically by a webapp based on the return value of webmain
17 and should only be called directly for debugging purposes and when con‐
18 structing custom displayPage functions.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 Webapp.displayPage (3kaya) (HTML documents)
32 Webapp.displayPage_1 (3kaya) (string data)
33
34
35
36Kaya December 2010 RSS.displayPage(3kaya)