Redesign according to new specifications
Do no longer keep track of feeds and their contents, rather provide a simple, aggregated view of the feed items currently available in all feeds in strict chronological order. Use a file-based cache with a configurable expiry interval as a fallback in case a feed is temporarily offline. Read configuration from a separate file which uses the TOML file format. Expand documentation.
Showing
- cache.go 122 additions, 0 deletionscache.go
- cmd/hugofeed-aggregator/config.go 73 additions, 0 deletionscmd/hugofeed-aggregator/config.go
- cmd/hugofeed-aggregator/doc.go 85 additions, 10 deletionscmd/hugofeed-aggregator/doc.go
- cmd/hugofeed-aggregator/main.go 77 additions, 93 deletionscmd/hugofeed-aggregator/main.go
- feedaggregator.go 128 additions, 133 deletionsfeedaggregator.go
- go.mod 13 additions, 1 deletiongo.mod
- go.sum 28 additions, 0 deletionsgo.sum
Please register or sign in to comment