aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/st3fan/jsonfeed/testdata
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-07-01 20:38:18 +0000
committerChristine Dodrill <me@christine.website>2018-07-01 20:38:18 +0000
commit6197f455f695eb959a932e15dc417c1b50a2255b (patch)
treeeb90c08ea8e688894b033668587635c6e350f13d /vendor/github.com/st3fan/jsonfeed/testdata
parentb0e0b108231f9b71eebe68d8e9b99ca2846b4534 (diff)
downloadxesite-6197f455f695eb959a932e15dc417c1b50a2255b.tar.xz
xesite-6197f455f695eb959a932e15dc417c1b50a2255b.zip
vgo
Diffstat (limited to 'vendor/github.com/st3fan/jsonfeed/testdata')
-rw-r--r--vendor/github.com/st3fan/jsonfeed/testdata/feed.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/st3fan/jsonfeed/testdata/feed.json b/vendor/github.com/st3fan/jsonfeed/testdata/feed.json
new file mode 100644
index 0000000..ad4bbe1
--- /dev/null
+++ b/vendor/github.com/st3fan/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"
+ }
+ ]
+}