diff --git a/ddportfolioservice/templates/base.mako b/ddportfolioservice/templates/base.mako index 648c8f4..3b23a73 100644 --- a/ddportfolioservice/templates/base.mako +++ b/ddportfolioservice/templates/base.mako @@ -33,11 +33,7 @@ License along with this program. If not, see id='debianlogo')}

${_('Debian Member Portfolio Service')}

${h.literal(_('''This service has been inspired by Stefano Zacchiroli's DDPortfolio page in the Debian Wiki. You can create a set of customized links leading to a Debian Member's or package maintainer's information regarding Debian.'''))}

-

-

+

${self.body()} @@ -48,6 +44,10 @@ License along with this program. If not, see

${h.literal(_('''The service is available under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You can browse the source code or clone it from %(cloneurl)s using git. If you want to translate this service to your language you can contribute at Transifex.''') % dict((('browseurl', 'http://debianstuff.dittberner.info/gitweb.cgi?p=ddportfolioservice.git;a=summary'), ('cloneurl', 'http://debianstuff.dittberner.info/git/ddportfolioservice.git'), ('transifexurl', 'https://www.transifex.com/projects/p/debportfolioservice/'))))}

${_(u'''Copyright © 2009, 2010, 2011, 2012 Jan Dittberner''')}

+ + <%def name="extrahead()">