A bit more documentation
This commit is contained in:
parent
aa93a811f6
commit
e673f644d2
@ -9,6 +9,8 @@
|
|||||||
# Look in your cache to see what entries look like.
|
# Look in your cache to see what entries look like.
|
||||||
|
|
||||||
[Planet]
|
[Planet]
|
||||||
|
# we are only applying the filter to certain feeds, so we do not configure it in the
|
||||||
|
# [Planet] section
|
||||||
|
|
||||||
# We are only interested in entries in the category "two" from this blogger, but
|
# We are only interested in entries in the category "two" from this blogger, but
|
||||||
# he does not provide a per-category feed.
|
# he does not provide a per-category feed.
|
||||||
@ -26,3 +28,7 @@ filters = xpath_sifter.py?require=//atom:category[@term='two']
|
|||||||
[http://example.com/verbose.xml]
|
[http://example.com/verbose.xml]
|
||||||
name = Venus (from Verbose Site)
|
name = Venus (from Verbose Site)
|
||||||
filters = xpath_sifter.py?require=//atom:title[contains(.,'Venus')]
|
filters = xpath_sifter.py?require=//atom:title[contains(.,'Venus')]
|
||||||
|
|
||||||
|
# We can include other feeds that do not have the filter applied
|
||||||
|
[http://example.com/normal.xml]
|
||||||
|
name = No filter applied
|
||||||
|
Loading…
x
Reference in New Issue
Block a user