On Mon, 2002-10-28 at 09:44, Michael Engelhart wrote: > Then your directory structure when you download a webware release could > be more like: > > WebWare-> > README > Docs/ > documentation here > org/ > webware/ > WebKit/ > MiscKit/ > UserKit/ > MiddleKit/ > etc., etc.
Someone has already noted that MakeAppWorkDir will help you (everyone should use it really). Webware does already have packages under Webware/ -- Python packages are more casual than in Java (and a package like org.webware is a serious faux pas in Python :) > Another thing I would find compelling would be to compile .pyc classes > into a separate directory that's outside of the web application > directory. To me having them there is scary even though the > configuration file is configured to not serve them. That's a Python thing. Python makes sure that .pyc files are kept up to date, and Webware makes sure .pyc files aren't served. Ian ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
