URL encoding

This commit is contained in:
Mary Gardiner 2008-04-20 22:51:43 +10:00
parent bf47feeedb
commit 74639cb42a

View File

@ -29,6 +29,11 @@ name = Category 'two' (from Site Without a Categorised Feed)
# Here's a URL quoted version:
filters = xpath_sifter.py?require=//atom%3Acategory%5B%40term%3D%27two%27%5D
# Here's a way to get the URL quoted version on the command line:
# python -c "import urllib; print urllib.quote('STRING');"
# eg
# python -c "import urllib; print urllib.quote('atom:category[@term=\'two\']');"
### SECOND FEED: FILTER ON TITLE ###
# The verbose blogger whose feed is below blogs about many subjects but we are