summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/icon-share.svg1
-rw-r--r--docs/icons-credit.html8
-rw-r--r--docs/index.html63
3 files changed, 61 insertions, 11 deletions
diff --git a/docs/icon-share.svg b/docs/icon-share.svg
new file mode 100644
index 0000000..6038e92
--- /dev/null
+++ b/docs/icon-share.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 27.5" version="1.1" x="0px" y="0px"><title>share_10</title><desc>Created with Sketch.</desc><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-5.000000, -1.000000)" fill-rule="nonzero" fill="#000000"><path d="M8,14 C9.1045695,14 10,13.1045695 10,12 C10,10.8954305 9.1045695,10 8,10 C6.8954305,10 6,10.8954305 6,12 C6,13.1045695 6.8954305,14 8,14 Z M10.8301397,11.0023952 C10.9401524,11.314497 11,11.6502594 11,12 C11,12.3497406 10.9401524,12.685503 10.8301397,12.9976048 L17.6612489,18.1209367 C18.2111208,17.4374191 19.0544781,17 20,17 C21.6568542,17 23,18.3431458 23,20 C23,21.6568542 21.6568542,23 20,23 C18.3431458,23 17,21.6568542 17,20 C17,19.6502594 17.0598476,19.314497 17.1698603,19.0023952 L10.3387511,13.8790633 C9.78887917,14.5625809 8.94552194,15 8,15 C6.34314575,15 5,13.6568542 5,12 C5,10.3431458 6.34314575,9 8,9 C8.94552194,9 9.78887917,9.43741911 10.3387511,10.1209367 L17.1698603,4.99760479 C17.0598476,4.68550298 17,4.34974056 17,4 C17,2.34314575 18.3431458,1 20,1 C21.6568542,1 23,2.34314575 23,4 C23,5.65685425 21.6568542,7 20,7 C19.0544781,7 18.2111208,6.56258089 17.6612489,5.8790633 L10.8301397,11.0023952 Z M20,6 C21.1045695,6 22,5.1045695 22,4 C22,2.8954305 21.1045695,2 20,2 C18.8954305,2 18,2.8954305 18,4 C18,5.1045695 18.8954305,6 20,6 Z M20,22 C21.1045695,22 22,21.1045695 22,20 C22,18.8954305 21.1045695,18 20,18 C18.8954305,18 18,18.8954305 18,20 C18,21.1045695 18.8954305,22 20,22 Z"/></g></g><text x="0" y="37" fill="#000000" font-size="5px" font-weight="bold" font-family="'Helvetica Neue', Helvetica, Arial-Unicode, Arial, Sans-serif">Created by Pilif Nox </text><text x="0" y="42" fill="#000000" font-size="5px" font-weight="bold" font-family="'Helvetica Neue', Helvetica, Arial-Unicode, Arial, Sans-serif">from the Noun Project</text></svg> \ No newline at end of file
diff --git a/docs/icons-credit.html b/docs/icons-credit.html
index cc36d44..c2c0cde 100644
--- a/docs/icons-credit.html
+++ b/docs/icons-credit.html
@@ -55,4 +55,12 @@
licensed under CC BY 3.0.
<hr />
+ <img src="icon-share.svg">
+ <br />
+ <a href="https://thenounproject.com/search/?q=community&i=866214">Share</a>
+ by
+ <a href="https://thenounproject.com/n0x">Pilif Nox</a>
+ licensed under CC BY 3.0.
+
+ <hr />
</html>
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>