Versions in this module Expand all Collapse all v0 v0.6.0 Mar 12, 2024 Changes in this version + func ActivityPubAttributedTo(document streams.Document) model.PersonLink v0.0.2 Mar 9, 2023 Changes in this version + func AnyToMicroformat(value any) *microformats.Microformat + func IteratorToJSonFeed(url string, title string, description string, iterator data.Iterator) jsonfeed.Feed + func JsonFeedToActivity(feed jsonfeed.Feed, item jsonfeed.Item) model.Message + func JsonFeedToAuthor(feed jsonfeed.Feed, item jsonfeed.Item) model.PersonLink + func JsonFeedToContentHTML(item jsonfeed.Item) string + func MicroformatPropertyToString(entry *microformats.Microformat, names ...string) string + func MicroformatToAuthor(entry *microformats.Microformat) model.PersonLink + func MicroformatToMessage(feed *microformats.Microformat, entry *microformats.Microformat) model.Message + func RSSToActivity(feed *gofeed.Feed, rssItem *gofeed.Item) model.Message + func SanitizeHTML(value string) string + func SanitizeText(value string) string + func StreamToGorillaFeed(stream model.Stream) *feeds.Item + func StreamToJsonFeed(stream model.Stream) jsonfeed.Item