summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html63
1 files changed, 52 insertions, 11 deletions
diff --git a/docs/index.html b/docs/index.html
index bffaa88..2f53f3f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -8,11 +8,13 @@
</head>
<body>
<h1>GNU Taler documentation</h1>
- This page is an overview of all documentation resources for GNU Taler.
+ This page is an overview of all documentation resources for <a href="https://taler.net">GNU Taler</a>.
+
+ <h2>Components</h2>
<div class="pure-g linkrow">
- <div class="pure-u-1-3">
- <a href="https://docs.taler.net/code/merchant/index.html">
+ <div class="pure-u-1-4">
+ <a href="https://docs.taler.net/merchant/backend/html/manual.html">
<img src="icon-backend.svg" height=60>
<h3>Merchant backend</h3>
</a>
@@ -20,7 +22,7 @@
Also available as <a href="https://docs.taler.net/merchant/backend/pdf/manual.pdf">PDF</a>.
</div>
- <div class="pure-u-1-3">
+ <div class="pure-u-1-4">
<a href="https://docs.taler.net/merchant/frontend/python/html/tutorial.html">
<img src="icon-market.svg" height=60>
<h3>Merchant frontend (Python)</h3>
@@ -28,31 +30,33 @@
Tutorial for building a merchant frontend in Python.
</div>
- <div class="pure-u-1-3">
+ <div class="pure-u-1-4">
<a href="https://docs.taler.net/merchant/frontend/php/html/tutorial.html">
<img src="icon-market.svg" height=60>
<h3>Merchant frontend (PHP)</h3>
</a>
Tutorial for building a merchant frontend in PHP.
</div>
- </div>
-
- <div class="pure-g linkrow">
- <div class="pure-u-1-3">
+ <div class="pure-u-1-4">
<a href="https://docs.taler.net/exchange/html/index.html">
<img src="icon-exchange.svg" height=60>
<h3>Exchange</h3>
</a>
Operator's manual for the GNU Taler exchange.
</div>
- <div class="pure-u-1-3">
+ </div>
+
+ <h2>Internals</h2>
+
+ <div class="pure-g linkrow">
+ <div class="pure-u-1-2">
<a href="https://docs.taler.net/api/index.html">
<img src="icon-api.svg" height=60>
<h3>HTTP API</h3>
</a>
Reference for the HTTP-based API for Taler components.
</div>
- <div class="pure-u-1-3">
+ <div class="pure-u-1-2">
<a href="https://docs.taler.net/onboarding/html/onboarding.html">
<img src="icon-developers.svg" height=60>
<h3>Onboarding</h3>
@@ -61,6 +65,35 @@
</div>
</div>
+ <h2>Community</h2>
+ <div class="pure-g linkrow">
+ <div class="pure-u-1-3">
+ <a href="https://lists.gnu.org/mailman/listinfo/taler">
+ <img src="icon-share.svg" height=60>
+ <h3>Mailing List</h3>
+ </a>
+ The official GNU Taler mailing list.
+ </div>
+
+ <div class="pure-u-1-3">
+ <a href="https://webchat.freenode.net/?channels=taler">
+ <img src="icon-share.svg" height=60>
+ <h3>IRC</h3>
+ </a>
+ Our IRC channel is #taler on freenode.
+ </div>
+
+ <div class="pure-u-1-3">
+ <a href="https://gnunet.org/bugs">
+ <img src="icon-share.svg" height=60>
+ <h3>Bug Tracker</h3>
+ </a>
+ Our bug tracker for bugs and feature request.
+ </div>
+ </div>
+
+ <h2>Code</h2>
+
<div class="pure-g linkrow">
<div class="pure-u-1-3">
<a href="https://docs.taler.net/api/index.html">
@@ -77,6 +110,14 @@
</a>
Documented source code for the exchange.
</div>
+
+ <div class="pure-u-1-3">
+ <a>
+ <img src="icon-code.svg" height=60>
+ <h3>Code (Wallet)</h3>
+ </a>
+ TBD: Documented source code for the wallet.
+ </div>
</div>