Minoru / hakyll-convert

Import from other blog engines to Hakyll
Other
7 stars 0 forks source link

Check if Blogger comments can somehow have multiple authors #23

Open Minoru opened 4 years ago

Minoru commented 4 years ago

Blogger.distill reduces a list of comment authors into a single string, separating names with spaces. We need to do some research and find out if it's actually possible for a comment to have multiple authors. If it is, then we probably need a nicer format, e.g. separate names with commas, and maybe put an "and" before the final author's name.

Minoru commented 4 years ago

WordPress assumes that there is only one author:

https://github.com/Minoru/hakyll-convert/blob/202bacb8896019ce9b9b20f8271390c0950b7674/src/Hakyll/Convert/Wordpress.hs#L95

It ignores any further wp:comment_author tags.