diff --git a/VERSION b/VERSION index b393f988..9622b8c0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.1-alpha.2+timestamp.2012.12.25.09.44.01 +Version 2.4.1-alpha.2+timestamp.2012.12.25.12.20.28 diff --git a/__init__.py b/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/app.yaml b/app.yaml deleted file mode 100644 index 96e25b3c..00000000 --- a/app.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# For Google App Engine deployment, copy this file to app.yaml -# and edit as required -# See http://code.google.com/appengine/docs/python/config/appconfig.html -# and http://web2py.com/book/default/chapter/11?search=app.yaml - -application: web2py -version: 1 -api_version: 1 - -# use this line for Python 2.5 -# -runtime: python - -# use these lines for Python 2.7 -# upload app with: appcfg.py update web2py (where 'web2py' is web2py's root directory) -# -# runtime: python27 -# threadsafe: true # true for WSGI & concurrent requests (Python 2.7 only) - -default_expiration: "24h" # for static files - -handlers: - -- url: /(?P.+?)/static/(?P.+) - static_files: applications/\1/static/\2 - upload: applications/(.+?)/static/(.+) - secure: optional - -- url: /favicon.ico - static_files: applications/welcome/static/favicon.ico - upload: applications/welcome/static/favicon.ico - -- url: /robots.txt - static_files: applications/welcome/static/robots.txt - upload: applications/welcome/static/robots.txt - -- url: .* - script: gaehandler.py # CGI -# script: gaehandler.wsgiapp # WSGI (Python 2.7 only) - secure: optional - -admin_console: - pages: - - name: Appstats - url: /_ah/stats - -skip_files: | - ^(.*/)?( - (app\.yaml)| - (app\.yml)| - (index\.yaml)| - (index\.yml)| - (#.*#)| - (.*~)| - (.*\.py[co])| - (.*/RCS/.*)| - (\..*)| - (applications/(admin|examples)/.*)| - ((admin|examples|welcome)\.(w2p|tar))| - (applications/.*?/(cron|databases|errors|cache|sessions)/.*)| - ((logs|scripts)/.*)| - (anyserver\.py)| - (web2py\.py)| - ((cgi|fcgi|modpython|wsgi)handler\.py)| - (epydoc\.(conf|css))| - (httpserver\.log)| - (logging\.example\.conf)| - (route[rs]\.example\.py)| - (setup_(app|exe)\.py)| - (splashlogo\.gif)| - (parameters_\d+\.py)| - (options_std.py)| - (gluon/tests/.*)| - (gluon/(rocket|winservice)\.py)| - (contrib/(gateways|markdown|memcache|pymysql)/.*)| - (contrib/(populate|taskbar_widget)\.py)| - (google_appengine/.*)| - (.*\.(bak|orig))| - )$ - -builtins: -- remote_api: on -- appstats: on -- admin_redirect: on -- deferred: on diff --git a/web2py_src.zip b/web2py_src.zip deleted file mode 100644 index acd9aa1a..00000000 Binary files a/web2py_src.zip and /dev/null differ diff --git a/web2py_src_old.zip b/web2py_src_old.zip deleted file mode 100644 index 2abab609..00000000 Binary files a/web2py_src_old.zip and /dev/null differ