aboutsummaryrefslogtreecommitdiff
path: root/config.rb.sample
diff options
context:
space:
mode:
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
+
+