aboutsummaryrefslogtreecommitdiff
path: root/config.rb.sample
blob: 06e04207acfa33ffb4dde2d71f9f1ecdd91e77f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Choose your favorite version control system
load "bzr.rb"

# Change this if the url is not determined correctly
SITEURL = "http://#{$cgi.server_name}#{$cgi.script_name.gsub(/[^\/]*$/,"")}"

# add this htmlcode to the startpage
NOTICE = <<NOTICE
<fieldset><legend>Sandbox</legend>
	If you want to play around with the Tool, you may want to take a look at these two Example Polls:<br />
	<a href='EventScheduleExample'>Event Schedule Poll</a><br />
	<a href='NormalExample'>Normal Poll</a>	
</fieldset>
NOTICE