]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commit
Created a Pylons 0.9.7 application to further administrate the Winterrodeln MediaWiki...
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sat, 7 Mar 2009 20:04:02 +0000 (20:04 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sat, 7 Mar 2009 20:04:02 +0000 (20:04 +0000)
commited4486d2ffff54488b619af986d71cc46d9a839a
tree64076c7fb0c03172e9bb36eb3f715089b807d7c4
Created a Pylons 0.9.7 application to further administrate the Winterrodeln MediaWiki site.

git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wradmin@411 7aebc617-e5e2-0310-91dc-80fb5f6d2477
54 files changed:
graphic/admin_graphic.blend [new file with mode: 0644]
graphic/admin_graphic.xcf [new file with mode: 0644]
graphic/button.blend [new file with mode: 0644]
graphic/small_logo3d.blend [new file with mode: 0644]
wradmin/MANIFEST.in [new file with mode: 0644]
wradmin/README.txt [new file with mode: 0644]
wradmin/development.ini [new file with mode: 0644]
wradmin/docs/index.txt [new file with mode: 0644]
wradmin/ez_setup.py [new file with mode: 0644]
wradmin/setup.cfg [new file with mode: 0644]
wradmin/setup.py [new file with mode: 0644]
wradmin/test.ini [new file with mode: 0644]
wradmin/wradmin.egg-info/PKG-INFO [new file with mode: 0644]
wradmin/wradmin.egg-info/SOURCES.txt [new file with mode: 0644]
wradmin/wradmin.egg-info/dependency_links.txt [new file with mode: 0644]
wradmin/wradmin.egg-info/entry_points.txt [new file with mode: 0644]
wradmin/wradmin.egg-info/not-zip-safe [new file with mode: 0644]
wradmin/wradmin.egg-info/paster_plugins.txt [new file with mode: 0644]
wradmin/wradmin.egg-info/requires.txt [new file with mode: 0644]
wradmin/wradmin.egg-info/top_level.txt [new file with mode: 0644]
wradmin/wradmin/__init__.py [new file with mode: 0644]
wradmin/wradmin/config/__init__.py [new file with mode: 0644]
wradmin/wradmin/config/deployment.ini_tmpl [new file with mode: 0644]
wradmin/wradmin/config/environment.py [new file with mode: 0644]
wradmin/wradmin/config/middleware.py [new file with mode: 0644]
wradmin/wradmin/config/routing.py [new file with mode: 0644]
wradmin/wradmin/controllers/__init__.py [new file with mode: 0644]
wradmin/wradmin/controllers/error.py [new file with mode: 0644]
wradmin/wradmin/controllers/rodelbahn.py [new file with mode: 0644]
wradmin/wradmin/lib/__init__.py [new file with mode: 0644]
wradmin/wradmin/lib/app_globals.py [new file with mode: 0644]
wradmin/wradmin/lib/base.py [new file with mode: 0644]
wradmin/wradmin/lib/helpers.py [new file with mode: 0644]
wradmin/wradmin/lib/wrdatabase.py [new file with mode: 0644]
wradmin/wradmin/model/__init__.py [new file with mode: 0644]
wradmin/wradmin/public/bg.png [new file with mode: 0644]
wradmin/wradmin/public/btn_bg_blue.png [new file with mode: 0644]
wradmin/wradmin/public/btn_bg_gray.png [new file with mode: 0644]
wradmin/wradmin/public/btn_bg_inv_orange.png [new file with mode: 0644]
wradmin/wradmin/public/btn_bg_orange.png [new file with mode: 0644]
wradmin/wradmin/public/btn_bg_white.png [new file with mode: 0644]
wradmin/wradmin/public/favicon.ico [new file with mode: 0644]
wradmin/wradmin/public/philipp_spitzer.png [new file with mode: 0644]
wradmin/wradmin/public/style.css [new file with mode: 0644]
wradmin/wradmin/public/titlebanner.png [new file with mode: 0644]
wradmin/wradmin/templates/__init__.py [new file with mode: 0644]
wradmin/wradmin/templates/index.html [new file with mode: 0644]
wradmin/wradmin/templates/master.html [new file with mode: 0644]
wradmin/wradmin/templates/rodelbahn.html [new file with mode: 0644]
wradmin/wradmin/tests/__init__.py [new file with mode: 0644]
wradmin/wradmin/tests/functional/__init__.py [new file with mode: 0644]
wradmin/wradmin/tests/functional/test_rodelbahn.py [new file with mode: 0644]
wradmin/wradmin/tests/test_models.py [new file with mode: 0644]
wradmin/wradmin/websetup.py [new file with mode: 0644]