forked from jan/debianmemberportfolio
Remove flattr code
This commit is contained in:
parent
fe0a8c7851
commit
50b3cdb8ac
2 changed files with 1 additions and 4 deletions
|
@ -2,6 +2,7 @@ unreleased Jan Dittberner <jan@dittberner.info>
|
||||||
* add updated translations from Weblate
|
* add updated translations from Weblate
|
||||||
* update dependencies
|
* update dependencies
|
||||||
* replace gpg and pgp with OpenPGP (thanks Guillem Jover)
|
* replace gpg and pgp with OpenPGP (thanks Guillem Jover)
|
||||||
|
* remove flattr code
|
||||||
|
|
||||||
2021-10-24 Jan Dittberner <jan@dittberner.info>
|
2021-10-24 Jan Dittberner <jan@dittberner.info>
|
||||||
* add updated translations from Weblate
|
* add updated translations from Weblate
|
||||||
|
|
|
@ -40,9 +40,5 @@ with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
<p>{% trans browseurl='https://git.dittberner.info/jan/debianmemberportfolio', cloneurl='https://git.dittberner.info/jan/debianmemberportfolio.git', weblateurl='https://hosted.weblate.org/projects/debian-member-portfolio-service/' %}The service is available under the terms of the <a href="https://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You can <a href="{{ browseurl }}" title="Gitweb repository browser URL">browse the source code</a> or clone it from <a href="{{ cloneurl }}" title="git clone URL">{{ cloneurl }}</a> using <a href="https://git-scm.com/">git</a>. If you want to translate this service to your language you can contribute at <a href="{{ weblateurl }}" title="Debian Member Portfolio Service at Weblate">Weblate</a>.{% endtrans %}</p>
|
<p>{% trans browseurl='https://git.dittberner.info/jan/debianmemberportfolio', cloneurl='https://git.dittberner.info/jan/debianmemberportfolio.git', weblateurl='https://hosted.weblate.org/projects/debian-member-portfolio-service/' %}The service is available under the terms of the <a href="https://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You can <a href="{{ browseurl }}" title="Gitweb repository browser URL">browse the source code</a> or clone it from <a href="{{ cloneurl }}" title="git clone URL">{{ cloneurl }}</a> using <a href="https://git-scm.com/">git</a>. If you want to translate this service to your language you can contribute at <a href="{{ weblateurl }}" title="Debian Member Portfolio Service at Weblate">Weblate</a>.{% endtrans %}</p>
|
||||||
<p>{{ _('Copyright © 2009-2022 Jan Dittberner') }}</p>
|
<p>{{ _('Copyright © 2009-2022 Jan Dittberner') }}</p>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
|
||||||
var flattr_url = '{{ request.scheme }}://portfolio.debian.net/';
|
|
||||||
</script>
|
|
||||||
<script src="{{ request.scheme }}://api.flattr.com/js/0.6/load.js?mode=auto&button=compact" type="text/javascript"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue