20 Commits

Author SHA1 Message Date
video-prize-ranch 1e8d77fd48 Remove archive mode stuff 2022-12-11 15:09:36 -05:00
Matt Silverlock b60f215f72 archive mode 2022-12-09 10:58:56 -05:00
Matt Silverlock 4eff0f5b76 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.
2019-06-26 21:13:59 -07:00
Kamil Kisiel ffafbe12f3 Add Travis CI badge to README.md 2018-05-25 05:21:31 -07:00
Gabriel Simmer 4b936b5221 [feature] Support feed item images (#41)
* Add support for podcast-centered tags
* Adding proper support for Enclosure and and Image tags, which didn't seem to generate properly (might have been a bug on my end but I'm not sure).
* Enclosure.Length from string to int
* Revert change from string to int for Enclosure length
* Accidently changed err == to != for enclosure & author
* Update README to reflect fork goals
* List of tags to implement
* fix RSS image when no Image is mentioned in the Feed
* do not assume that a Link with a field Type is an Enclosure
* expected tests
* better handling of enclosures
* fix package
* Fixes as requested
* Fix travis build error
2017-11-07 20:59:58 -08:00
Kevin Stock 42dd470379 Adds links to the specifications for each syndication feed format
Change requested by @elithrar to add a link to the JSON Feed as it is a new specifications and package users are less likely to be familiar with it. It seemed appropriate at that point to link to all three specifications currently supported.
2017-06-04 21:03:50 -07:00
Kevin Stock e9747d9577 Adds support for JSON Feed Version 1
JSON Feed Version 1 specification: https://jsonfeed.org/version/1
2017-06-04 14:48:21 -07:00
Volker e91436642a Make Author example and test vet compliant
Using the example from the documentation will result in a warning for
unkeyed composite literals during a 'go vet' run
2016-02-06 20:07:22 -05:00
Toru Fukui c9184d6f80 Update README.md 2015-10-18 00:49:38 +09:00
Matt Silverlock 4e66b61f39 docs: Fix README badge. 2015-09-10 20:22:45 +08:00
Matt Silverlock 8bdd92d80a docs: Provide a runnable example. 2015-09-10 19:11:45 +08:00
Sue Spence c2a7af7cd4 Make example program fully buildable 2015-08-22 12:29:37 +01:00
Jason Moiron 494e5f5fcf Update README.md 2013-12-03 20:13:06 -05:00
Jason Moiron c4af75b4d8 remove syndicate from readme.md 2013-01-18 16:31:37 -05:00
Jason Moiron 35a01ac849 rename syndicate -> feeds, paths jmoiron/syndicate -> gorilla/feeds 2013-01-18 16:30:37 -05:00
Jason Moiron 6788dd66c9 fix atom entry dates 2013-01-16 03:26:33 -05:00
Jason Moiron 2a10575c4a add namespace stuff to readme 2013-01-16 03:24:22 -05:00
Jason Moiron 711228e7a4 update readme with usage 2013-01-16 03:22:50 -05:00
Jason Moiron 7b639e9ad5 initial rss 2.0 support 2013-01-16 01:49:38 -05:00
Jason Moiron 4e6bcdd4bb initial commit, general organization and likely broken atom implementation 2013-01-15 17:27:35 -05:00