From 5c8670510b16ebf1db221cadf6d266828767a6f3 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 29 Oct 2009 09:26:22 +0100 Subject: better wording --- config_sample.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config_sample.rb (limited to 'config_sample.rb') 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 = <Examples + If you want to play around with the Tool, you may want to take a look at these two Example Polls:
+ Event Schedule Poll
+ Normal Poll + +NOTICE + + -- cgit v1.2.3