btrem, cambridgeport90, lahacker and [tantek] joined the channel
#[tantek]lol [KevinMarks] have to ask have you posted your resume in h-resume? (full disclosure I haven't yet myself, and it's been a backburner project for quite some time)
[tw2113_Slack_] and [KevinMarks] joined the channel
#Loqi[[tantek]] lol [KevinMarks] have to ask have you posted your resume in h-resume? (full disclosure I haven't yet myself, and it's been a backburner project for quite some time)
#btremI know you weren't asking me, but I actually have posted my resume with h-resume markup.
KartikPrabhu, cambridgeport90_ and Seirdy joined the channel
#Seirdyanybody know if there's a good microformat to mark up links to other websites that offer a translated version of an article?
#Seirdycontext: i made a blog post. one reader translated it on his blog and sent a webmention (yay!), and framasoft might make a translation on its own blog. i want to link to these translations.
#Seirdysemi-ot, related to translations: like, where would you normally link them? inside .h-entry, inside .e-content, etc? do most people have a personal pref to linking external translations at the top or bottom of an article?
#btremNormally, it would be in the `<head>` of the page, in a `<link>` element.
#btremBut I suppose there's no reason not to put it in the visible markup, inside h-entry as you said.
#Seirdyi'd personally prefer putting it in visible markup, unless there's a good reason to put it in <head>
#btrem`<a rel="alternate" hreflang="fr" href="//fr.example.com/le-foo">disponible en français</a>`
#btremSince you asked about microformats, maybe rel="syndication". Not sure though. Maybe syndication is only for identical or nearly identical copies.
#Seirdyi'm currently using syndication for my own gemini mirror, and possibly a gopher mirror.
#btremYou can have more than syndication link, I think.
#Seirdydon't have the latter set up currently, but i just might. also might set up a rel=syndication for a plaintext mirror (probably a markdown file).
#Seirdyso basically im using it for alternate formats
#btremThat could also be rel=alternate type="text/plain"
#btremI looked at the u-syndication property of h-entry. It is not clear if it's appropriate for translations. Maybe someone more important will be by to clarify.
#btremI'm not sure if it's really necessary, though. It seems like rel=alternate hreflang="" covers it.
#btremYou as the author of the original article, adds rel="canonical" to the `head`. And inside h-entry, a link rel=alternate hreflang="ru" to the translation.
#btremThe author of the translation adds a link back to you with `<a rel=canonical hreflang="en">`
#aaronpkit could be worth exploring a microformats property for it, but yeah right now the rel=alternate thing is the established practice