From d9d13c2dc463413a95a7106b4a7c447ff7867701 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Wed, 23 Nov 2011 00:17:42 -0600 Subject: [PATCH] revised README --- README | 29 +++++++++++++++-------------- VERSION | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/README b/README index 48d4708a..a7eed046 100644 --- a/README +++ b/README @@ -16,26 +16,24 @@ To start web2py there is NO NEED to install it. Just unzip and do: Thats is it!!! -## web2py file structure +## web2py directory structure project/ README LICENSE - 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 - site-packages/ ## additional optional modules - scripts/ ## utility and installation scripts - gluon/ ## the core libraries - contrib/ ## third party libraries - tests/ ## unittests - applications/ ## are the apps - admin/ ## web based IDE + 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 + applications/ > are the apps + admin/ > web based IDE ... - examples/ ## examples, docs, links + examples/ > examples, docs, links ... - welcome/ ## the scaffolding app + welcome/ > the scaffolding app (they all copy it) ABOUT LICENSE models/ @@ -49,3 +47,6 @@ Thats is it!!! modules/ cron/ tests/ + ... > your own apps + scripts/ > utility and installation scripts + site-packages/ > additional optional modules diff --git a/VERSION b/VERSION index 5dc7b1d7..c2aabc06 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-11-23 00:10:24) dev +Version 1.99.3 (2011-11-23 00:17:13) dev