Assume content is text instead of html
Not happy with how I'm using this library atm, would rather use lower
level primitives, but this is a quick fix
fix JSONFeed Hubs (#74)
* fix JSONFeed Hubs
* Add JSONHub test
* fixed test output
Create config.yml (#73)
* Create config.yml
* Update config.yml
* Delete .travis.yml
* Update README.md
* Remove Go 1.7 due to slice.SortStable usage.
Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
Add stalebot config (#60)
* Add stalebot config
* Update and rename stale to stale.yml
adding a test for atom feeds as well
adding a test for rss consumption
enabling xml unmarshaling rss and atom feeds
Fix bug where date_modified empty if no created timestamp
Use item content as JSON content_html
Add Sort function to Feed.
Fixes #54 and #55
Add AUTHORS file; update LICENSE attr.
[docs] Fix missing quote on the 'feeds' import for the example (#49)
Closes gorilla/site#9
Update .travis.yml with 1.8 as the minimum
Add Travis CI badge to README.md