google-app-engine-oil (gaeo) - A MVC web framework on Google AppEngine. Authors: Lin-Chieh Shangkuan (Eric) <ericsk@gaeo.org>, Liang-Heng Chen (Gary) <xeon@gaeo.org> == About We want to create a simple framework that normalize the code layout and coding style, so we developed this GAEO. == License GAEO is under Apache License 2.0. http://www.apache.org/licenses/LICENSE-2.0 == Install & Usage 1. Put the unzipped gaeo package in your favorite directory ($GAEO_HOME), and add $GAEO_HOME/bin to your $PATH environment variable. 2. Create new project by using (you may have to make gaeo.py excutable first) gaeo.py <project_name> e.g., gaeo.py foo it will create a foo/ directory and a project with the same name. 3. For more tutorial, please view our documentation site: http://doc.gaeo.org/ == More Information Project home http://code.google.com/p/google-app-engine-oil/ Discussion Group http://groups.google.com/group/google-app-engine-oil