POT.py 1.3

POT.py 1.3. I still publish the rest of my site with this; it's a Python script I wrote (nigh on) a couple years ago. I'm also using it to run Stapler.py elsewhere then ftp the RSS feeds to markpasc.org, but I've been getting messages from cron since I installed it, because it prints a line for each file it sends and another when it's done. So I added a -q command that makes it not do that.

I did it with the logging module, though, so POT.py now needs Python 2.3 or Vinay Sajip's compatible logging module.