summaryrefslogtreecommitdiff
path: root/template/development.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/development.html.j2')
-rw-r--r--template/development.html.j2149
1 files changed, 109 insertions, 40 deletions
diff --git a/template/development.html.j2 b/template/development.html.j2
index f1f2a157..c8b7778a 100644
--- a/template/development.html.j2
+++ b/template/development.html.j2
@@ -4,108 +4,177 @@
<div class="container">
<div class="row">
<div class="col">
- <h1>{{ _("GNU Taler: Development")}}</h1>
+ <h1>{{ _("GNU Taler: Links and information for code development")}}</h1>
</div>
</div>
+
<div class="row mt-5">
</div>
<div class="row justify-content-center text-center">
<div class="col-8">
- <h2>{{ _("Community Interaction")}}</h2>
+ <h2>{{ _("Developer Services")}}</h2>
</div>
</div>
<div class="row mt-5">
</div>
<div class="row">
<div class="col-lg-4 mb-4">
- <a href="https://lists.gnu.org/mailman/listinfo/taler" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-email-list-4339749.svg') }}" height=60>
- <h3>{{ _("Mailing List")}}</h3>
+ <a href="https://git.taler.net" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-git-2407191.svg') }}" height=60>
+ <h3>{{ _("Git Repositories") }}</h3>
</a>
- {{ _("The official GNU Taler mailing list.") }}
+ {{ _("Git repositories for all of GNU Taler.") }}
</div>
<div class="col-lg-4 mb-4">
- <a href="https://web.libera.chat/" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-chat-5180308.svg') }}" height=60>
- <h3>{{ _("IRC")}}</h3>
+ <a href="https://lcov.taler.net" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/icon-lcov.svg') }}" height=60>
+ <h3>{{ _("lcov Results") }}</h3>
</a>
- {{ _("Our IRC channel is #taler on Libera.") }}
+ {{ _("Shows results of the code coverage analysis for our test suite.") }}
</div>
<div class="col-lg-4 mb-4">
- <a href="https://bugs.taler.net/" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-bug-tracking-2119186.svg') }}" height=60>
- <h3>{{ _("Bug Tracker")}}</h3>
+ <a href="https://buildbot.taler.net" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-continuous-integration-4368507.svg') }}" height=60>
+ <h3>{{ _("Continuous Integration") }}</h3>
</a>
- {{ _("Our bug tracker for bugs and feature request.") }}
+ {{ _("Continuous integration and deployment is managed by our Buildbot.") }}
</div>
<div class="col-lg-4 mb-4">
- <a href="https://{{ siteconf['docshost'] }}/developers-manual.html" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-onboarding-2896490.svg') }}" height=60>
- <h3>{{ _("Onboarding")}}</h3>
+ <a href="https://weblate.taler.net/" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-translate-5177522.svg') }}" height=60>
+ <h3>{{ _("Internationalization")}}</h3>
+ </a>
+ {{ _("Using our Weblate service, everyone in the community can contribute with translations to the web pages and the GNU Taler applications.") }}
+ </div>
+
+ <div class="col-lg-4 mb-4">
+ <a href="https://git.taler.net/twister.git/" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-twister-2280690.svg') }}" height=60>
+ <h3>{{ _("Twister") }}</h3>
</a>
{% trans %}
- Description of our taler.net setup and how to contribute.
+ HTTP modifying man-in-the-middle proxy to test error handling.
{% endtrans %}
- {{ gettext('Also available as <a href="%(link)s" target="_blank" rel="noopener noreferrer">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/developers-manual.pdf") }}
</div>
</div>
<div class="row mt-5">
</div>
+
<div class="row justify-content-center text-center">
<div class="col-8">
- <h2>{{ _("Developer Services")}}</h2>
+ <h2>{{ _("Experimental Work")}}</h2>
</div>
</div>
<div class="row mt-5">
</div>
+
<div class="row">
+ <div class="col-lg-4 mb-4">
+ <a href="https://git.gnunet.org/libbrandt.git/" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-auction-5172639.svg') }}" height=60>
+ <h3>{{ _("SMC Auctions") }}</h3>
+ </a>
+ {{ _("Secure multiparty auction protocol (future Taler Exchange extension).") }}
+ </div>
<div class="col-lg-4 mb-4">
- <a href="https://git.taler.net" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-git-2407191.svg') }}" height=60>
- <h3>{{ _("Git repositories") }}</h3>
+ <a href="/papers/esorics2022-age-restriction.pdf" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-parental-discretion-233685.svg') }}" height=60>
+ <h3>{{ _("Age Restrictions")}}</h3>
</a>
- {{ _("Git repositories for all of GNU Taler.") }}
+ {% trans %}
+ Cryptographic background on how parents can set age-restrictions on Taler coins
+ to protect minors from inappropriate purchases while preserving privacy for everyone.
+ {% endtrans %}
</div>
<div class="col-lg-4 mb-4">
- <a href="https://lcov.taler.net" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/icon-lcov.svg') }}" height=60>
- <h3>{{ _("lcov results") }}</h3>
+ <a href="https://git.taler.net/mch2022.git/" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-id-badge-348401.svg') }}" height=60>
+ <h3>{{ _("MCH 2022 Badge Integration") }}</h3>
</a>
- {{ _("Shows results of the code coverage analysis for our test suite.") }}
+ {% trans %}
+ Accept GNU Taler payments on your MCH 2022 badge.
+ {% endtrans %}
</div>
<div class="col-lg-4 mb-4">
- <a href="https://buildbot.taler.net" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-continuous-integration-4368507.svg') }}" height=60>
- <h3>{{ _("Continuous integration") }}</h3>
+ <a href="" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-point-of-sale-3185628.svg') }}" height=60>
+ <h3>{{ _("EMVco Integration") }}</h3>
</a>
- {{ _("Continuous integration and deployment is managed by our Buildbot.") }}
+ {{ _("Integration with EMVco PoS systems (to be started soon).") }}
</div>
<div class="col-lg-4 mb-4">
- <a href="https://weblate.taler.net/" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-translate-5177522.svg') }}" height=60>
- <h3>{{ _("Internationalization")}}</h3>
+ <a href="" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-vault-1775866.svg') }}" height=60>
+ <h3>{{ _("Taler Vault") }}</h3>
</a>
- {{ _("Using our weblate service, everyone in the community can contribute towards translating the Website and the GNU Taler applications.") }}
+ {{ _("Hardware security module for GNU Taler (to be started soon).") }}
</div>
+ </div>
+ <div class="col-lg-4 mb-4">
+ <a href="" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
+ <h3>{{ _("Payage Payment Plugin") }}</h3>
+ </a>
+ {% trans %}
+ GNU Taler payment plugin for Payage/Joomla! (coming soon).
+ {% endtrans %}
+ </div>
+
+ <div class="row mt-5">
+ </div>
+ <div class="row justify-content-center text-center">
+ <div class="col-8">
+ <h2>{{ _("Community Interaction")}}</h2>
+ </div>
+ </div>
+ <div class="row mt-5">
+ </div>
+ <div class="row">
<div class="col-lg-4 mb-4">
- <a href="https://git.taler.net/twister.git/" target="_blank" rel="noopener noreferrer">
- <img src="{{ url('icons/noun-twister-2280690.svg') }}" height=60>
- <h3>{{ _("Twister") }}</h3>
+ <a href="https://lists.gnu.org/mailman/listinfo/taler" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-email-list-4339749.svg') }}" height=60>
+ <h3>{{ _("Mailing List")}}</h3>
+ </a>
+ {{ _("The public GNU Taler mailing list.") }}
+ </div>
+
+ <div class="col-lg-4 mb-4">
+ <a href="https://web.libera.chat/" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-chat-5180308.svg') }}" height=60>
+ <h3>{{ _("IRC")}}</h3>
+ </a>
+ {{ _("Our IRC channel is #taler on Libera.") }}
+ </div>
+
+ <div class="col-lg-4 mb-4">
+ <a href="https://bugs.taler.net/" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-bug-tracking-2119186.svg') }}" height=60>
+ <h3>{{ _("Bug Tracker")}}</h3>
+ </a>
+ {{ _("Our bug tracker for bugs and feature requests.") }}
+ </div>
+
+ <div class="col-lg-4 mb-4">
+ <a href="https://{{ siteconf['docshost'] }}/developers-manual.html" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/noun-onboarding-2896490.svg') }}" height=60>
+ <h3>{{ _("Onboarding")}}</h3>
</a>
{% trans %}
- HTTP modifying man-in-the-middle proxy to test error handling.
+ Description of our taler.net setup and how to contribute.
{% endtrans %}
+ {{ gettext('Also available as <a href="%(link)s" target="_blank" rel="noopener noreferrer">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/developers-manual.pdf") }}
</div>
+
</div>
</div>
{% endblock body_content %}