Metadata.Article
include INJECTABLE
val inject :
(module Key_value.DESCRIBABLE with type t = 'a) ->
t ->
(string * 'a) list
Produces a structured object, compliant to a template input from a t
.
val article_title : t -> string
val article_description : t -> string
val tags : t -> string list
val title : t -> string option
val description : t -> string option
val pp : Stdlib.Format.formatter -> t -> unit
val to_rss_item : string -> t -> Rss.Item.t