intertwingly

It’s just data

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]))