aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb16
1 files changed, 16 insertions, 0 deletions
diff --git a/config_sample.rb b/config_sample.rb
new file mode 100644
index 0000000..109245a
--- /dev/null
+++ b/config_sample.rb
@@ -0,0 +1,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
+
+