Tavis: This is a pretty crude way to rename things, but it catches most of the vestiges that will linger for a long time if you try to do it manually: $ cd Cheetah-0.9.4 $ find -type f |xargs perl -i.bak -pe 's/TemplateServer/Cheetah/g;s/TScompile/cheetah-compile/g;' $ vim Cheetah/__init__.py edit references where TemplateServer (TScompile) is appropriate (changed the name from...) I would send a patch, but I know you are probably furiously working on 0.9.5 instead of your thesis ;-) BTW: I like the name. I am using the code name "jaguar" for my project. _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/webware-devel
