1RSS.new(3kaya) Kaya module reference RSS.new(3kaya)
2
3
4
6 RSS::new - Create a new RSS feed
7
9 Feed new( String title, String website, String description )
10
12 title The title of the feed
13
14 website The URL of the website the feed is associated with
15
16 description A description of the feed
17
19 Creates a new RSS feed with the specified parameters.
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
32 RSS.Feed (3kaya)
33 RSS.addItem (3kaya)
34 RSS.setCopyright (3kaya)
35 RSS.setEditor (3kaya)
36 RSS.setImage (3kaya)
37 RSS.setLanguage (3kaya)
38 RSS.setWebmaster (3kaya)
39
40
41
42Kaya December 2010 RSS.new(3kaya)