Email or username:

Password:

Forgot your password?
Top-level
Darius Kazemi

@davew thank you -that's a good reference. ActivityPub supports a "contentMap" for sending out content translated in multiple languages ... I'm not sure it would work for formatting (I don't want to pollute localization space in the spec) but ideally I could do something where I provide two versions in a single message that a server can choose to render (with sensible default)

3 comments
Dave Winer ☕️

@darius

Happy to help. The closer these things are to each other the easier interop will be when the time comes.

Steve Bate

@darius @davew Does the "source" property in the #ActivityPub spec (Sec. 3.3) help at all? The spec says it's for including the raw source (like MarkDown) for formatted content.

Darius Kazemi

@steve @davew yes, that might be what I'm looking for! You have saved me some time, I was going to go digging later today

Go Up