feeds: prepare feedify.ini for merger
parent
d1aab99b80
commit
d321550166
|
@ -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 =
|
||||||
|
<?xml version="1.0" encoding="utf-8"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/"></rdf:RDF>
|
||||||
|
<?xml version="1.0" encoding="utf-8"?><rss version="2.0"></rss>
|
||||||
|
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"></feed>
|
||||||
|
<?xml version="1.0" encoding="utf-8"?><feed version="0.3" xmlns="http://purl.org/atom/ns#"></feed>
|
||||||
|
|
||||||
|
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]
|
[twitter]
|
||||||
mode = xpath
|
mode = xpath
|
||||||
path =
|
path =
|
||||||
|
|
Loading…
Reference in New Issue