From 8246fe998112ab4ad0f080c8c8bbab889149e41a Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 20 Apr 2016 13:54:59 +0200 Subject: adjust aboutpage to github url --- config_sample.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config_sample.rb') diff --git a/config_sample.rb b/config_sample.rb index 79a0915..4e01a94 100644 --- a/config_sample.rb +++ b/config_sample.rb @@ -18,6 +18,11 @@ # along with dudle. If not, see . # ############################################################################ +# The license terms (AGPL) demands you to publish your sourcecode if you made +# any modifications to the server side code. The following URL will be visible +# at the about page. +# $conf.dudle_src = "https://github.com/kellerben/dudle/" + # Choose your favorite version control system # bzr and git are implemented # Warning: bzr is slow! @@ -55,7 +60,7 @@ # If you do not know what to do what I am speaking about, just do not uncomment # the next line #$conf.errorlog = "/var/log/dudle_error.log" -#$conf.bugreportmail = "Benjamin.Kellermann@gmx.de" +#$conf.bugreportmail = "webmaster@yoursite.example.org" # Send bug reports automatically with the programm “mail” #$conf.auto_send_report = false -- cgit v1.2.3