aboutsummaryrefslogtreecommitdiff
path: root/gb_config.template
blob: 58b899b94ea3e69d2b2c9501e69a3ee3855b5f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# (C) 2012 by Eugeniy Mikhailov, <evgmik@gmail.com>
# vim:set ft=tcl: \
exec tclsh "$0" "$@"

set	VERSION __VERSION__ 

array set GradebookServerConfig [list \
	icon_dir "/~evmik/icons" \
	use_icons true \
	grades_db_dir "./courses" \
	passwords_db_file "./passwd.db" \
	]

# vim: ts=2 sw=2 foldmethod=indent: