vibenews ~master (2021-08-11T13:20:39Z)
Home
Dub
Repo
Category
vibenews
web
Undocumented in source.
struct
Category {
string
title
;
int
index
;
GroupInfo
[]
groups
;
this
(GroupCategory cat, Group[] groups, Controller ctrl);
this
(string title, Group[] groups, Controller ctrl);
}
Constructors
this
this
(GroupCategory cat, Group[] groups, Controller ctrl)
Undocumented in source.
this
this
(string title, Group[] groups, Controller ctrl)
Undocumented in source.
Members
Variables
groups
GroupInfo
[]
groups
;
Undocumented in source.
index
int
index
;
Undocumented in source.
title
string
title
;
Undocumented in source.
Meta
Source
See Implementation
vibenews
web
classes
WebInterface
functions
listen
register
registerVibeNewsWebFrontend
startVibeNewsWebFrontend
structs
Category
GroupInfo
PostInfo
PosterInfo
ThreadInfo