On Tue, Nov 25, 2003 at 11:16:37AM -0500, Fraser Campbell wrote: > how to put an app together with quixote. > > Having the code of a reasonably complex site to look through and learn from > would be a huge boost for me and (I think) quixote in general. I've > refrained so far from begging for the code but now since you've offered again > ;-) Remeber archie? That ancient ftp scanner and search engine... Few months ago I wrote a thing like small archie - FTP scanner and Quixote-based web-interface to search engine... well, "search engine" is just an SQL SELECT...LIKE :). I hope to write full-text search engine for it sometimes... I want to polish its code and all libraries before publishing it Real Soon Now, but if anyone wants to take a brave trip over Quixote-related parts, or any other parts (including pure-python FTP scanner and LIST parser) now - just ask. Warning - most parts of the code are protected by GNU GPL. PTL files are mostly in Russian - I will make a CVS branch to translate them. In The Nearest Future, as usual ;) Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.