aboutsummaryrefslogtreecommitdiff
path: root/config.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2008-11-17 19:00:30 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2008-11-17 19:00:30 +0100
commite75a34bc2c2454d582b44e71baf1cd9945a29d1b (patch)
tree312d4073a5a98cd04dcc602252975d13c669d868 /config.rb
parent911b56477925248808aab2e8cd075faeeaefaf48 (diff)
fixed some bugs coming from last commit
Diffstat (limited to '')
-rw-r--r--config.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.rb b/config.rb
index 3e2916b..f6cdc2e 100644
--- a/config.rb
+++ b/config.rb
@@ -4,4 +4,17 @@ 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 = <<CHARSET
+<fieldset><legend>--verbose</legend>
+<a href="#{SITEURL}src/">Get the sourcecode.</a>
+<br />
+Checkout using <a href="http://bazaar-vcs.org/">bazaar</a>:
+<br />
+bzr branch #{SITEURL}src/ dudle
+<br />
+<a href="mailto:Benjamin_dot_Kellermann@tu-dresden_in_germany?subject=Feedback to dudle">give feedback</a>
+</fieldset>
+CHARSET
+