diff --git a/README.markdown b/README.markdown index 15a2f6ae..e18a1361 100644 --- a/README.markdown +++ b/README.markdown @@ -39,11 +39,10 @@ That's it!!! VERSION > this web2py version web2py.py > the startup script anyserver.py > to run with third party servers - wsgihandler.py > handler to connect to WSGI ... > other handlers and example files gluon/ > the core libraries contrib/ > third party libraries - tests/ > unittests + tests/ > unittests applications/ > are the apps admin/ > web based IDE ... @@ -67,6 +66,9 @@ That's it!!! examples/ > example config files, mv .. and customize extras/ > other files which are required for building web2py scripts/ > utility and installation scripts + handlers/ + wsgihandler.py > handler to connect to WSGI + ... > handlers for Fast-CGI, SCGI, Gevent, etc site-packages/ > additional optional modules logs/ > log files will go in there deposit/ > a place where web2py stores apps temporarily