forked from jan/debianmemberportfolio
Merge branch 'release/0.2.12'
This commit is contained in:
commit
85a85a71a6
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ License along with this program. If not, see
|
|||
<h1>${_('Debian Member Portfolio Service')}</h1>
|
||||
<p>${h.literal(_('''This service has been inspired by Stefano Zacchiroli's <a href="http://wiki.debian.org/DDPortfolio">DDPortfolio page in the Debian Wiki</a>. You can create a set of customized links leading to a Debian Member's or package maintainer's information regarding Debian.'''))}</p>
|
||||
<p><script type="text/javascript">
|
||||
var flattr_url = 'http://portfolio.debian.net/';
|
||||
var flattr_url = '${request.scheme}://portfolio.debian.net/';
|
||||
var flattr_btn='compact';
|
||||
</script>
|
||||
<script src="http://api.flattr.com/button/load.js" type="text/javascript"></script></p>
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='ddportfolioservice',
|
||||
version='0.2.11',
|
||||
version='0.2.12',
|
||||
description='service to create DDPortfolio URLs',
|
||||
long_description="""This is a service implementation that
|
||||
returns a set of personalized URLs as outlined in
|
||||
|
|
Loading…
Reference in a new issue