Easy Quixote setup
A script which creates a Quixote site ready for serving from Apache, a la Rails. So you say makeQuixote /path/to/dir, where dir is in the web root somewhere, and it puts a skeletal Quixote site in there so that visiting http://server/dir (or whatever) works; the "connector" and all that shit is set up for you.
See http://www.rexx.com/~dkuhlman/quixote_appgen.html !