aboutsummaryrefslogtreecommitdiff
path: root/about.cgi
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 /about.cgi
parent3f6a3832df3ce072ae3ef28b558f5ea881a461fa (diff)
adjust aboutpage to github url
Diffstat (limited to 'about.cgi')
-rwxr-xr-xabout.cgi10
1 files changed, 6 insertions, 4 deletions
diff --git a/about.cgi b/about.cgi
index f1994a4..38f2eef 100755
--- a/about.cgi
+++ b/about.cgi
@@ -26,13 +26,15 @@ require_relative "dudle"
$d = Dudle.new
$d << "<div>"
-$d << _('If you find a bug or have something else which disturbes you, please let me know: <a href="mailto:Benjamin_dot_Kellermann@gmx_in_germany?subject=Feedback%20to%20dudle">give feedback</a>')
+$d << _('This Application is powered by %{Dudle}.') % {:Dudle => "<a href='https://dudle.inf.tu-dresden.de' />dudle</a>"}
$d << "</div>"
-$d << "<div><h2>" + _("--verbose") + "</h2>"
+$d << "<div><h2>" + _("License") + "</h2>"
$d << _("The sourcecode of this application is available under the terms of <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html'>AGPL Version 3</a>")
+$d << _("The Sourcecode of this application can be found %{here}.") % { :here => "<a href=\"#{$conf.dudle_src}\">here</a>"}
+$d << '<a href="mailto:Benjamin_dot_Kellermann@gmx_in_germany?subject=Feedback%20to%20dudle">'
+$d << _('Write me an e-mail if you found a bug, have something which disturbes you or any other feedback.')
+$d << '</a>'
$d << "<br />"
-$d << _("You can get the sourcecode, using <a href='http://bazaar-vcs.org/'>bazaar</a>:")
-$d << "<pre>bzr branch #{$conf.siteurl} dudle</pre></div>"
$d << $conf.aboutnotice