aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-04-20 13:54:59 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-04-20 13:54:59 +0200
commit8246fe998112ab4ad0f080c8c8bbab889149e41a (patch)
treea05d14abd5ffe9ff0e7ece36297eef1ff29ac132 /config_sample.rb
parent3f6a3832df3ce072ae3ef28b558f5ea881a461fa (diff)
adjust aboutpage to github url
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb7
1 files changed, 6 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. #
############################################################################
+# 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