summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-16 23:39:21 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-16 23:39:25 +0200
commit7472b03aa7b10bf9e94ef0e74d05ad9e4869f766 (patch)
tree1780246471d73fa5b92b6c26c6357cf0445ca06c /template
parenta9761ad1528d9d188803d338bdbb8ae78b99b913 (diff)
downloadwww-7472b03aa7b10bf9e94ef0e74d05ad9e4869f766.tar.gz
www-7472b03aa7b10bf9e94ef0e74d05ad9e4869f766.tar.bz2
www-7472b03aa7b10bf9e94ef0e74d05ad9e4869f766.zip
-revise docs page more
Diffstat (limited to 'template')
-rw-r--r--template/docs.html.j291
1 files changed, 52 insertions, 39 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 0725621b..9a29105a 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -54,6 +54,28 @@
</div>
<div class="col-lg-4">
+ <a href="https://{{ siteconf['docshost'] }}/taler-backoffice-manual.html">
+ <img src="{{ url('icons/icon-backoffice.svg') }}" height=60>
+ <h3>{{ _("Back office") }}</h3>
+ </a>
+ {% trans %}
+ Manual to run the back-office Web application.
+ {% endtrans %}
+ {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-backoffice-manual.pdf") }}
+ </div>
+
+ <div class="col-lg-4">
+ <a href="https://{{ siteconf['docshost'] }}/taler-merchant-pos-terminal.html">
+ <img src="{{ url('icons/noun-tablet-4084423.svg') }}" height=60>
+ <h3>{{ _("Merchant POS Terminal") }}</h3>
+ </a>
+ {% trans %}
+ Manual for configuring and using the point of sale app.
+ {% endtrans %}
+ {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-merchant-pos-terminal.pdf") }}
+ </div>
+
+ <div class="col-lg-4">
<a href="https://{{ siteconf['docshost'] }}/taler-exchange-manual.html">
<img src="{{ url('icons/icon-exchange.svg') }}" height=60>
<h3>{{ _("Exchange")}}</h3>
@@ -77,7 +99,7 @@
<div class="col-lg-4">
<a href="https://{{ siteconf['docshost'] }}/taler-wallet.html">
- <img src="{{ url('icons/icon-wallet.svg') }}" height=60>
+ <img src="{{ url('icons/noun-digital-wallet-5004389.svg') }}" height=60>
<h3>{{ _("Wallet") }}</h3>
</a>
{% trans %}
@@ -88,28 +110,6 @@
</div>
<div class="col-lg-4">
- <a href="https://{{ siteconf['docshost'] }}/taler-backoffice-manual.html">
- <img src="{{ url('icons/icon-backoffice.svg') }}" height=60>
- <h3>{{ _("Back office") }}</h3>
- </a>
- {% trans %}
- Manual to run the back-office Web application.
- {% endtrans %}
- {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-backoffice-manual.pdf") }}
- </div>
-
- <div class="col-lg-4">
- <a href="https://{{ siteconf['docshost'] }}/taler-merchant-pos-terminal.html">
- <img src="{{ url('icons/icon-market.svg') }}" height=60>
- <h3>{{ _("Merchant POS Terminal") }}</h3>
- </a>
- {% trans %}
- Manual for configuring and using the point of sale app.
- {% endtrans %}
- {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-merchant-pos-terminal.pdf") }}
- </div>
-
- <div class="col-lg-4">
<a href="{{ url_localized('cashier.html') }}">
<img src="{{ url('icons/icon-cashier.svg') }}" height=60>
<h3>{{ _("Cashier") }}</h3>
@@ -219,7 +219,7 @@
<div class="col-lg-4">
<a href="https://git.taler.net/gnu-taler-payment-for-woocommerce.git/">
- <img src="{{ url('icons/icon-cashier.svg') }}" height=60>
+ <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
<h3>{{ _("WooCommerce Payment Backend") }}</h3>
</a>
{% trans %}
@@ -239,24 +239,16 @@
</div>
<div class="col-lg-4">
- <a href="https://git.taler.net/mch2022.git/">
- <img src="{{ url('icons/noun-id-badge-348401.svg') }}" height=60>
- <h3>{{ _("MCH 2022 Badge Integration") }}</h3>
+ <a href="">
+ <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
+ <h3>{{ _("Payage Payment Plugin") }}</h3>
</a>
{% trans %}
- Accept GNU Taler payments on your MCH 2022 badge.
+ GNU Taler payment plugin for Payage/Joomla!
+ (coming soon).
{% endtrans %}
</div>
- <div class="col-lg-4">
- <a href="https://git.taler.net/twister/">
- <img src="{{ url('icons/noun-twister-2280690.svg') }}" height=60>
- <h3>{{ _("Twister") }}</h3>
- </a>
- {% trans %}
- HTTP modifying man-in-the-middle proxy to test error handling.
- {% endtrans %}
- </div>
</div>
<div class="row mt-5">
@@ -376,12 +368,21 @@
<div class="col-lg-4">
<a href="https://buildbot.taler.net">
- <img src="{{ url('icons/buildbot.svg') }}" height=60>
+ <img src="{{ url('icons/noun-continuous-integration-4368507.svg') }}" height=60>
<h3>{{ _("Continuous integration") }}</h3>
</a>
{{ _("Continuous integration and deployment is managed by our Buildbot.") }}
</div>
+ <div class="col-lg-4">
+ <a href="https://git.taler.net/twister/">
+ <img src="{{ url('icons/noun-twister-2280690.svg') }}" height=60>
+ <h3>{{ _("Twister") }}</h3>
+ </a>
+ {% trans %}
+ HTTP modifying man-in-the-middle proxy to test error handling.
+ {% endtrans %}
+ </div>
</div>
<div class="row mt-5">
@@ -399,7 +400,7 @@
<div class="row">
<div class="col-lg-4">
<a href="https://git.gnunet.org/libbrandt.git/">
- <img src="{{ url('icons/icon-code.svg') }}" height=60>
+ <img src="{{ url('icons/noun-auction-5172639.svg') }}" height=60>
<h3>{{ _("SMC Auctions") }}</h3>
</a>
{{ _("Secure multiparty aution protocol (future Taler exchange extension).") }}
@@ -423,6 +424,18 @@
to protect minors from inappropriate purchases while preserving privacy for everyone.
{% endtrans %}
</div>
+
+ <div class="col-lg-4">
+ <a href="https://git.taler.net/mch2022.git/">
+ <img src="{{ url('icons/noun-id-badge-348401.svg') }}" height=60>
+ <h3>{{ _("MCH 2022 Badge Integration") }}</h3>
+ </a>
+ {% trans %}
+ Accept GNU Taler payments on your MCH 2022 badge.
+ {% endtrans %}
+ </div>
+
+
</div>
<div class="row mt-5">
</div>