aboutsummaryrefslogtreecommitdiff
path: root/config.rb.sample
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-07-08 13:34:50 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-07-08 13:34:50 +0200
commitbbad242bf6031d923c3c18992497f87066eecdd6 (patch)
tree9fa9146dcf9df4a3cdaad548f40a372647e05520 /config.rb.sample
parent946fea75069e70653e7a1cc26e3261cf34663e6e (diff)
config.rb in config.rb.sample umbenannt
Diffstat (limited to 'config.rb.sample')
-rw-r--r--config.rb.sample18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.rb.sample b/config.rb.sample
new file mode 100644
index 0000000..7cfdcca
--- /dev/null
+++ b/config.rb.sample
@@ -0,0 +1,18 @@
+# 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 = <<CHARSET
+<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
+
+