aboutsummaryrefslogtreecommitdiff
path: root/config.rb.sample
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-25 21:31:35 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-25 21:31:35 +0100
commit1777f35c3b48cb445d4ff12708b9a4ba1caa50f9 (patch)
tree1a4fb43bf2007f29c6779f653e5b2cae341a8be2 /config.rb.sample
parentacd5500fbff9a6a85ab78c9a5ac6831b07f255db (diff)
cleanup in config.rb.sample
Diffstat (limited to '')
-rw-r--r--config.rb.sample15
1 files changed, 4 insertions, 11 deletions
diff --git a/config.rb.sample b/config.rb.sample
index e050a28..06e0420 100644
--- a/config.rb.sample
+++ b/config.rb.sample
@@ -5,19 +5,12 @@ load "bzr.rb"
SITEURL = "http://#{$cgi.server_name}#{$cgi.script_name.gsub(/[^\/]*$/,"")}"
# add this htmlcode to the startpage
-NOTICE = <<CHARSET
+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='#{SITEURL}EventScheduleExample'>Event Schedule Poll</a><br />
- <a href='#{SITEURL}NormalExample'>Normal Poll</a>
+ <a href='EventScheduleExample'>Event Schedule Poll</a><br />
+ <a href='NormalExample'>Normal Poll</a>
</fieldset>
-<fieldset><legend>--verbose</legend>
-Get the sourcecode with <a href="http://bazaar-vcs.org/">bazaar</a>:
-<br />
-bzr branch #{SITEURL} dudle
-<br />
-<a href="mailto:Benjamin_dot_Kellermann@tu-dresden_in_germany?subject=Feedback to dudle">give feedback</a>
-</fieldset>
-CHARSET
+NOTICE