Map note topics to Atom feed categories

This commit is contained in:
Stavros Polymenis 2017-08-23 23:27:54 +01:00
parent d72a09f66d
commit b6c7388e23

View File

@ -31,6 +31,7 @@ let entry config url node_fn note =
|> opt_element "email" @@ esc meta.author.email
|> opt_element "summary" @@ esc meta.abstract)
^ "</author>"
^ Meta.StringSet.fold (fun elt a -> a ^ "<category term=\"" ^ elt ^ "\"/>") meta.topics ""
^ "<content type=\"xhtml\"><div xmlns=\"http://www.w3.org/1999/xhtml\">"
^ (Omd.to_html @@ Omd.of_string @@ esc note.Note.body)
^ "</div></content>"