Author: mramm Date: Sun Feb 3 09:41:34 2008 New Revision: 4087 URL:
http://trac.turbogears.org/changeset/4087 Log: Wiki20 Tutorial project. This belongs in SVN somewhere, just not sure where yet.... Added: sandbox/wiki/ sandbox/wiki/README.txt sandbox/wiki/Wiki_20.egg-info/ sandbox/wiki/Wiki_20.egg-info/PKG-INFO sandbox/wiki/Wiki_20.egg-info/SOURCES.txt sandbox/wiki/Wiki_20.egg-info/dependency__link_s.txt sandbox/wiki/Wiki_20.egg-info/entry_points.txt sandbox/wiki/Wiki_20.egg-info/paste_deploy_config.ini_tmpl sandbox/wiki/Wiki_20.egg-info/paster_plugins.txt sandbox/wiki/Wiki_20.egg-info/requires.txt sandbox/wiki/Wiki_20.egg-info/top_level.txt sandbox/wiki/devdata.db (contents, props changed) sandbox/wiki/development.ini sandbox/wiki/ez_setup/ sandbox/wiki/ez_setup/README.txt sandbox/wiki/ez_setup/__init__.py sandbox/wiki/initializeDB.py sandbox/wiki/setup.cfg sandbox/wiki/setup.py sandbox/wiki/test.ini sandbox/wiki/wiki20/ sandbox/wiki/wiki20/__init__.py sandbox/wiki/wiki20/config/ sandbox/wiki/wiki20/config/__init__.py sandbox/wiki/wiki20/config/environment.py sandbox/wiki/wiki20/config/middleware.py sandbox/wiki/wiki20/controllers/ sandbox/wiki/wiki20/controllers/__init__.py sandbox/wiki/wiki20/controllers/error.py sandbox/wiki/wiki20/controllers/root.py sandbox/wiki/wiki20/controllers/template.py sandbox/wiki/wiki20/lib/ sandbox/wiki/wiki20/lib/__init__.py sandbox/wiki/wiki20/lib/app_globals.py sandbox/wiki/wiki20/lib/_base_.py sandbox/wiki/wiki20/lib/helpers.py sandbox/wiki/wiki20/model/ sandbox/wiki/wiki20/model/__init__.py sandbox/wiki/wiki20/model/page.py sandbox/wiki/wiki20/public/ sandbox/wiki/wiki20/public/css/ sandbox/wiki/wiki20/public/css/_style_.css sandbox/wiki/wiki20/public/favicon.ico (contents, props changed) sandbox/wiki/wiki20/public/images/ sandbox/wiki/wiki20/public/images/header_inner.png (contents, props changed) sandbox/wiki/wiki20/public/images/info.png (contents, props changed) sandbox/wiki/wiki20/public/images/ok.png (contents, props changed) sandbox/wiki/wiki20/public/images/tg_under_the_hood.png (contents, props changed) sandbox/wiki/wiki20/public/images/under_the_hood_blue.png (contents, props changed) sandbox/wiki/wiki20/public/_java_script__/ sandbox/wiki/wiki20/templates/ sandbox/wiki/wiki20/templates/__init__.py sandbox/wiki/wiki20/templates/index.html sandbox/wiki/wiki20/templates/master.html sandbox/wiki/wiki20/templates/page.html sandbox/wiki/wiki20/templates/tw_resources.html sandbox/wiki/wiki20/tests/ sandbox/wiki/wiki20/tests/__init__.py sandbox/wiki/wiki20/tests/functional/ sandbox/wiki/wiki20/tests/functional/__init__.py sandbox/wiki/wiki20/tests/test_models.py sandbox/wiki/wiki20/websetup.py Added: sandbox/wiki/README.txt =========================================================================== ===