Versions in this module Expand all Collapse all v3 v3.0.1 Feb 23, 2023 Changes in this version + const FirstWeek + var FeedMappers []FeedMapper + var PostMappers []PostMapper + var WeeksContentDir = "weeks" + func BulletinExport(exp Map, feed feeds.Feed, post posts.Post) error + func ExportBTCAddresses() error + func ExportWeeks() error + func NewsletterPostLayout(exp Map, feed feeds.Feed, post posts.Post) error + func RFCExport(exp Map, feed feeds.Feed, post posts.Post) error + func RegisterFeedMapper(mapper FeedMapper) + func RegisterPostMapper(mapper PostMapper) + func ReleaseExport(exp Map, feed feeds.Feed, post posts.Post) error + type FeedExport struct + Categories types.StringList + Name string + Posts PostMap + Section string + type FeedMapper func(Map, feeds.Feed) error + type HugoExporter struct + func NewHugoExporter() HugoExporter + func (he HugoExporter) Export(feed feeds.Feed) + func (he HugoExporter) Handle(feed feeds.Feed) error + type Map map[string]interface + type PostExport struct + Content string + ID int64 + Link string + Published time.Time + Title string + type PostMap map[int64]Map + type PostMapper func(Map, feeds.Feed, posts.Post) error + type WeekData struct + Date time.Time + Title string