vibelog v0.6.5 (2020-07-17T20:49:50Z)
Home
Dub
Repo
RssEntry
vibelog
rss
Undocumented in source.
final
class
RssEntry {
string
title
;
string
description
;
string
link
;
string
language
;
string
author
;
string
guid
;
SysTime
pubDate
;
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
author
string
author
;
Undocumented in source.
description
string
description
;
Undocumented in source.
guid
string
guid
;
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.
Meta
Source
See Implementation
vibelog
rss
classes
RssChannel
RssEntry
RssFeed