- Description:
- Personal fork of github.com/StreatCodes/rss
- Owner:
- Last Change:
- Clone URL:
Commit Briefs
Merge pull request #9 from ollytom/main (main)
rss: handle more timestamp variants
internal/db: return error on channel not found
Defining a new error as I imagine we'll be wanting to handle this explicitly e.g. by trying to look up a feed on the web.
Rename some templates
Make the channel template re-usable Add handler for channel page List episode titles
internal/service: add a primitive error page
Onwards and upwards from a panic
rss: add MIME type
Helps in feed type detection, autodiscovery
Wrap channel results so we can add extra data
Link to channel
Rename "Feeds" to Channels as that's what they are
Make button link styles reuseable Add button that will link to the channel
rss: handle more timestamp variants
I parsed every feed listed in opml/otl.opml and found a bunch of variants of RFC 822 and RFC 1123 timestamps used.
Branches
Tree
.gitignore | commits | blame |
README.md | commits | blame |
atom/ | |
cmd/ | |
go.mod | commits | blame |
go.sum | commits | blame |
internal/ | |
opml/ | |
rss/ | |
web/ |
README.md
[](https://pkg.go.dev/github.com/StreatCodes/rss) ## RSS Search RSS feeds and collate a feed. ### Build Run `go run cmd/rss/rss.go` or build `go build cmd/rss/rss.go`