diff --git a/examples/filters/xpath-sifter/xpath-sifter.ini b/examples/filters/xpath-sifter/xpath-sifter.ini index f2cd5bf..fedad56 100644 --- a/examples/filters/xpath-sifter/xpath-sifter.ini +++ b/examples/filters/xpath-sifter/xpath-sifter.ini @@ -9,6 +9,8 @@ # Look in your cache to see what entries look like. [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 # 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] name = Venus (from Verbose Site) 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