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 --- about.cgi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'about.cgi') 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 << "
" -$d << _('If you find a bug or have something else which disturbes you, please let me know: give feedback') +$d << _('This Application is powered by %{Dudle}.') % {:Dudle => "dudle"} $d << "
" -$d << "

" + _("--verbose") + "

" +$d << "

" + _("License") + "

" $d << _("The sourcecode of this application is available under the terms of AGPL Version 3") +$d << _("The Sourcecode of this application can be found %{here}.") % { :here => "here"} +$d << '' +$d << _('Write me an e-mail if you found a bug, have something which disturbes you or any other feedback.') +$d << '' $d << "
" -$d << _("You can get the sourcecode, using bazaar:") -$d << "
bzr branch #{$conf.siteurl} dudle
" $d << $conf.aboutnotice -- cgit v1.2.3