Validation using Firefox
Subscribe to this feed using validate:
#!/usr/bin/python import os, sys, urllib os.system('firefox http://feedvalidator.org/check.cgi?url=' + urllib.quote_plus(sys.argv[1]))
It’s just data
Subscribe to this feed using validate:
#!/usr/bin/python import os, sys, urllib os.system('firefox http://feedvalidator.org/check.cgi?url=' + urllib.quote_plus(sys.argv[1]))