feeds: add json support
This commit is contained in:
@@ -94,6 +94,28 @@ item_updated =
|
||||
atom:updated
|
||||
atom03:updated
|
||||
|
||||
[json]
|
||||
mode = json
|
||||
path =
|
||||
N/A
|
||||
|
||||
mimetype = application/json
|
||||
timeformat = YYYY-MM-DDTHH:MM:SS
|
||||
base = {}
|
||||
|
||||
title = title
|
||||
desc = desc
|
||||
items = items.[]
|
||||
|
||||
item_title = title
|
||||
item_link = url
|
||||
item_desc = desc
|
||||
item_content = content
|
||||
item_id = id
|
||||
item_is_permalink = is_permalink
|
||||
item_time = time
|
||||
item_updated = updated
|
||||
|
||||
[twitter]
|
||||
mode = xpath
|
||||
path =
|
||||
|
Reference in New Issue
Block a user