Common RSS Reader
The interface
By Denis Sureau
Scriptol.com/rss/
The Common_Display function
Interface
function Common_Display(url, size, chanopt, descopt, dateopt)
Arguments
- url
The URL of the feed.
- size
Maximum number of entries to display, plus the channel.
- chanopt
Channel option. True if the chanel is displayed, else false.
- descopt
Description option. True if descriptions are displayed, else false.
- dateopt
Date option. True if dates are displayed, else false.
With the last tree options set to false, only the links to articles are displayed.
Return
Nothing.
Properties
Common_Style
This is the type of tag used for items. For exemple, li (elements of lists),
p (paragraphs). Default is p.
Common_Date_Font
This is style associated to the police used for dates. The default is size='-1',
replace it according to your choice.
(c) 2007 Scriptet.com