taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 057e485ced96663631002ec19817b9e4555d7c4f
parent 3807590cabf1da9591f7b3b75e95a5569c8c612c
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri,  1 Dec 2023 20:45:46 +0900

remove links to PDFs, outdated, not so useful anyway

Diffstat:
Mtemplate/docs.html.j2 | 23++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/template/docs.html.j2 b/template/docs.html.j2 @@ -13,7 +13,7 @@ {% trans %} This is an overview of documentation and other resources for GNU Taler. The full documentation contents can be found - <a href="https://docs.taler.net/" target="_blank" rel="noopener noreferrer">here</a>. + <a href="https://{{ siteconf['docshost'] }}/" target="_blank" rel="noopener noreferrer">here</a>. {% endtrans %} </div> </div> @@ -37,7 +37,6 @@ </a> {% trans docshost=siteconf['docshost'] %} Tutorial and manual for operating a merchant. - Also available as <a href="https://{{ docshost }}/pdf/taler-merchant-manual.pdf" target="_blank" rel="noopener noreferrer">PDF</a>. {% endtrans %} </div> @@ -49,7 +48,6 @@ {% trans %} Tutorial for processing Taler payments using the merchant backend API. {% endtrans %} - {{ gettext('Also available as <a href="%(link)s" target="_blank" rel="noopener noreferrer">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-merchant-api-tutorial.pdf") }} </div> <div class="col-lg-4 mb-4"> @@ -60,7 +58,6 @@ {% trans %} Manual to run the back-office Web application. {% endtrans %} - {{ gettext('Also available as <a href="%(link)s" target="_blank" rel="noopener noreferrer">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-backoffice-manual.pdf") }} </div> <div class="col-lg-4 mb-4"> @@ -71,7 +68,6 @@ {% 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 mb-4"> @@ -82,7 +78,6 @@ {% trans %} Operator&#39;s manual for the GNU Taler Exchange. {% endtrans %} - {{ gettext('Also available as <a href="%(link)s" target="_blank" rel="noopener noreferrer">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-exchange-manual.pdf") }} </div> <div class="col-lg-4 mb-4"> @@ -93,7 +88,6 @@ {% trans %} Manual for tightly integrating Taler with banking applications. {% endtrans %} - {{ gettext('Also available as <a href="%(link)s" target="_blank" rel="noopener noreferrer">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-bank-manual.pdf") }} </div> <div class="col-lg-4 mb-4"> @@ -116,7 +110,7 @@ {% trans %} An app for taking in cash and handing out electronic cash. {% endtrans %} - </div> + </div> <div class="col-lg-4 mb-4"> <a href="/papers/esorics2022-age-restriction.pdf" target="_blank" rel="noopener noreferrer"> @@ -160,7 +154,7 @@ </a> {% trans %} Implementation of the Taler wire gateway over the EBICS/FinTS protocol suite, - including EBICS stand-alone sandbox (for testing and regional currencies). + including stand-alone bank (for regional currencies). {% endtrans %} </div> @@ -246,6 +240,17 @@ GNU Taler payment plugin for the Pretix ticketing system. {% endtrans %} </div> + + <div class="col-lg-4 mb-4"> + <a href="https://git.taler.net/joomla-payage-taler-plugin.git/" target="_blank" rel="noopener noreferrer"> + <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60> + <h3>{{ _("Joomla! Payment Backend") }}</h3> + </a> + {% trans %} + GNU Taler payment plugin for the Joomla! e-commerce solution. + {% endtrans %} + </div> + </div> <div class="row mt-5">