vibelog ~master (2021-10-13T13:47:08Z)
Home
Dub
Repo
RssChannel
vibelog
rss
Undocumented in source.
final
class
RssChannel {
string
title
;
string
link
;
string
webLink
;
string
description
;
string
language
;
string
copyright
;
SysTime
pubDate
;
string
imageTitle
;
string
imageUrl
;
string
imageLink
;
RssEntry
[]
entries
;
void
render
(OutputStream dst);
}
Members
Functions
render
void
render
(OutputStream dst)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
copyright
string
copyright
;
Undocumented in source.
description
string
description
;
Undocumented in source.
entries
RssEntry
[]
entries
;
Undocumented in source.
imageLink
string
imageLink
;
Undocumented in source.
imageTitle
string
imageTitle
;
Undocumented in source.
imageUrl
string
imageUrl
;
Undocumented in source.
language
string
language
;
Undocumented in source.
link
string
link
;
Undocumented in source.
pubDate
SysTime
pubDate
;
Undocumented in source.
title
string
title
;
Undocumented in source.
webLink
string
webLink
;
Undocumented in source.
Meta
Source
See Implementation
vibelog
rss
classes
RssChannel
RssEntry
RssFeed