diff options
| author | Christine Dodrill <me@christine.website> | 2017-12-13 10:43:58 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2017-12-13 10:43:58 -0800 |
| commit | 91dd3b19f69bfbeefb22c66f75ea3321f2f97bb8 (patch) | |
| tree | 39b7911168d9ffc501894b79842975735bde6c81 /vendor/github.com/Xe/jsonfeed/testdata | |
| parent | 141a3320ff790cbaa52319371de530ae9fd09d89 (diff) | |
| download | xesite-91dd3b19f69bfbeefb22c66f75ea3321f2f97bb8.tar.xz xesite-91dd3b19f69bfbeefb22c66f75ea3321f2f97bb8.zip | |
convert to go buildpack
Diffstat (limited to 'vendor/github.com/Xe/jsonfeed/testdata')
| -rw-r--r-- | vendor/github.com/Xe/jsonfeed/testdata/feed.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/Xe/jsonfeed/testdata/feed.json b/vendor/github.com/Xe/jsonfeed/testdata/feed.json new file mode 100644 index 0000000..ad4bbe1 --- /dev/null +++ b/vendor/github.com/Xe/jsonfeed/testdata/feed.json @@ -0,0 +1,21 @@ +{ + "version": "https://jsonfeed.org/version/1", + "title": "JSON Feed", + "description": "JSON Feed is a ...", + "home_page_url": "https://jsonfeed.org/", + "feed_url": "https://jsonfeed.org/feed.json", + "user_comment": "This feed allows ...", + "favicon": "https://jsonfeed.org/graphics/icon.png", + "author": { + "name": "Brent Simmons and Manton Reece" + }, + "items": [ + { + "id": "https://jsonfeed.org/2017/05/17/announcing_json_feed", + "url": "https://jsonfeed.org/2017/05/17/announcing_json_feed", + "title": "Announcing JSON Feed", + "content_html": "<p>We ...", + "date_published": "2017-05-17T08:02:12-07:00" + } + ] +} |
