aboutsummaryrefslogtreecommitdiff
path: root/jsonfeed/testdata/feed.json
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-01-11 18:32:56 +0000
committerChristine Dodrill <me@christine.website>2020-01-11 18:32:56 +0000
commitd8f2b6f4969989491ce60e3f4f263c4571245c34 (patch)
treec944d823caf3ed506cbb8efb450a7013f36d1ddd /jsonfeed/testdata/feed.json
parentb484f8e50e398753afc58477151892d261079761 (diff)
downloadxesite-d8f2b6f4969989491ce60e3f4f263c4571245c34.tar.xz
xesite-d8f2b6f4969989491ce60e3f4f263c4571245c34.zip
expose jsonfeedv1.3.1
Diffstat (limited to 'jsonfeed/testdata/feed.json')
-rw-r--r--jsonfeed/testdata/feed.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/jsonfeed/testdata/feed.json b/jsonfeed/testdata/feed.json
new file mode 100644
index 0000000..ad4bbe1
--- /dev/null
+++ b/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"
+ }
+ ]
+}