]> andersk Git - sql.git/commit
implemented base interface
authorJoe Presbrey <presbrey@mit.edu>
Fri, 13 Mar 2009 11:50:51 +0000 (11:50 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Fri, 13 Mar 2009 11:50:51 +0000 (11:50 +0000)
commite4fd5e1b03c4d9aa73a7be54558fcc61de619531
treeb270ec366a37f645da06182165e3feded93544d2
parent5cb62ba942e735545295a8cce19be93688557719
implemented base interface

git-svn-id: svn://presbrey.mit.edu/sql@171 a142d4bd-2cfb-0310-9673-cb33a7e74f58
22 files changed:
etc/mitsql.ini [new file with mode: 0644]
lib/python/mitsql/__init__.py
lib/python/mitsql/config.py [new file with mode: 0644]
lib/python/mitsql/interface/__init__.py
lib/python/mitsql/interface/cheetah.py [moved from lib/python/mitsql/templates.py with 61% similarity]
lib/python/mitsql/interface/display.py [new file with mode: 0644]
lib/python/mitsql/interface/handler.py [new file with mode: 0644]
lib/python/mitsql/interface/main.py [deleted file]
libexec/daily_afs_backups
sbin/start [new file with mode: 0755]
www/etc/devel.conf [new file with mode: 0644]
www/etc/live.conf [new file with mode: 0644]
www/root/assets/css/style.css [new file with mode: 0644]
www/templates/common/_404.tmpl [new file with mode: 0644]
www/templates/common/_500.tmpl [new file with mode: 0644]
www/templates/common/shell.tmpl [new file with mode: 0644]
www/templates/common/skeleton.tmpl [new file with mode: 0644]
www/templates/main/contact.tmpl [new file with mode: 0644]
www/templates/main/db_list.tmpl [new file with mode: 0644]
www/templates/main/index.tmpl [new file with mode: 0644]
www/templates/main/passwd.tmpl [new file with mode: 0644]
www/templates/main/signup.tmpl [new file with mode: 0644]
This page took 0.065783 seconds and 5 git commands to generate.