@reiver I’m still struggling to fully understand how retejo implements ActivityStreams and whether I could, in theory, hand code a static HTML page to be an ActivityPub object.
-
@reiver I’m still struggling to fully understand how retejo implements ActivityStreams and whether I could, in theory, hand code a static HTML page to be an ActivityPub object. I see you reference ActivityHTML in your go-activityhtml library, but I’m not finding any documentation on this.
If possible, how might I go about turning this post which is part off this page into an ActivityStream?
-
@reiver I’m still struggling to fully understand how retejo implements ActivityStreams and whether I could, in theory, hand code a static HTML page to be an ActivityPub object. I see you reference ActivityHTML in your go-activityhtml library, but I’m not finding any documentation on this.
If possible, how might I go about turning this post which is part off this page into an ActivityStream?
I am in the middle of refactoring the Retejo and related code.
go-activityhtml will deal with converting HTML to application/activity+json
(I am still in the middle of the refactor though.)