aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
blob: 109245abd3afaa8315281367d627259514e72715 (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>Examples</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