aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-29 09:26:22 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-29 09:26:22 +0100
commit5c8670510b16ebf1db221cadf6d266828767a6f3 (patch)
tree3e7c486e23596e0516102a7a4734881ee95a288b /config_sample.rb
parent70eda2c21900f5c487f3ab6e0d3d99abc04d6900 (diff)
better wording
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
+
+