From d3215501665f4b7289d0177f7b431329cf64e1d3 Mon Sep 17 00:00:00 2001 From: pictuga Date: Fri, 9 Nov 2018 21:53:19 +0100 Subject: [PATCH] feeds: prepare feedify.ini for merger --- morss/feedify.ini | 94 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) diff --git a/morss/feedify.ini b/morss/feedify.ini index de8a1d0..67faaee 100644 --- a/morss/feedify.ini +++ b/morss/feedify.ini @@ -1,3 +1,97 @@ +[rss] +mode = xpath + +mimetype = + text/xml + application/xml + application/rss+xml + application/rdf+xml + application/atom+xml + application/xhtml+xml + +;RSS, rdf:rdf +;RSS, channel +;Atom +;Atom 03 + +timeformat = + %a, %d %b %Y %H:%M:%S %Z + %a, %d %b %Y %H:%M:%S %Z + %Y-%m-%dT%H:%M:%SZ + %Y-%m-%dT%H:%M:%SZ + +base = + + + + + +title = + /rdf:RDF/rssfake:channel/rssfake:title + /rss/channel/title + /atom:feed/atom:title + /atom03:feed/atom03:title + +desc = + /rdf:RDF/rssfake:channel/rssfake:description + /rss/channel/description + /atom:feed/atom:subtitle + /atom03:feed/atom03:subtitle + +items = + /rdf:RDF/rssfake:channel/rssfake:item + /rss/channel/item + /atom:feed/atom:entry + /atom03:feed/atom03:entry + +item_title = + rssfake:title + title + atom:title + atom03:title + +item_link = + rssfake:link + link + ; FIXME + ; FIXME + +item_desc = + rssfake:description + description + atom:summary + atom03:summary + +item_content = + content:encoded + content:encoded + atom:content + atom03:content + +item_id = + rssfake:guid + guid + atom:id + atom03:id + +item_is_permalink = + rssfake:guid/@isPermaLink + guid/@isPermaLink + ; N/A + ; N/A + +item_time = + rssfake:pubDate + pubDate + atom:published + atom03:published + +item_updated = + ; N/A + ; N/A + atom:updated + atom03:updated + [twitter] mode = xpath path =