1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-09-02 12:43:13 +02:00

format: Refactor JsonFormat to JSON Feed version 1 (#988)

JsonFormat now implements https://jsonfeed.org/version/1

Closes #618
This commit is contained in:
fulmeek
2019-01-05 13:20:11 +01:00
committed by LogMANOriginal
parent 288d4de218
commit 8801ac9e64
11 changed files with 385 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
{
"version": "https://jsonfeed.org/version/1",
"title": "Sample feed with minimum data",
"home_page_url": "https://github.com/RSS-Bridge/rss-bridge/",
"feed_url": "https://example.com/feed",
"items": []
}