summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html162
1 files changed, 0 insertions, 162 deletions
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index 976a148..0000000
--- a/docs/index.html
+++ /dev/null
@@ -1,162 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <meta charset="UTF-8">
- <title>GNU Taler documentation</title>
- <link rel=stylesheet href="pure.css">
- <link rel=stylesheet href="docstyle.css">
- </head>
- <body>
- <h1>GNU Taler documentation</h1>
- 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/merchant/backend/html/manual.html">
- <img src="icon-backend.svg" height=60>
- <h3>Merchant backend</h3>
- </a>
- Tutorial and manual for operating a merchant.
- Also available as <a href="https://docs.taler.net/merchant/backend/pdf/manual.pdf">PDF</a>.
- </div>
-
- <div class="pure-u-1-3">
- <a href="https://docs.taler.net/merchant/frontend/python/html/tutorial.html">
- <img src="icon-market.svg" height=60>
- <h3>Merchant frontend (Python)</h3>
- </a>
- Tutorial for building a merchant frontend in Python.
- Also available as <a href="https://docs.taler.net/merchant/frontend/python/pdf/tutorial.pdf">PDF</a>.
- </div>
-
- <div class="pure-u-1-3">
- <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.
- Also available as <a href="https://docs.taler.net/merchant/frontend/php/pdf/tutorial.pdf">PDF</a>.
- </div>
- </div>
-
- <div class="pure-g linkrow">
- <div class="pure-u-1-3">
- <a href="https://docs.taler.net/exchange/html/taler-exchange.html">
- <img src="icon-exchange.svg" height=60>
- <h3>Exchange</h3>
- </a>
- Operator's manual for the GNU Taler exchange.
- Also available as <a href="https://docs.taler.net/exchange/pdf/taler-exchange.pdf">PDF</a>.
- </div>
-
- <div class="pure-u-1-3">
- <a href="https://docs.taler.net/bank/html/taler-bank.html">
- <img src="icon-bank.svg" height=60>
- <h3>Bank Integration</h3>
- </a>
- Manual for tightly integrating Taler with banking applications.
- Also available as <a href="https://docs.taler.net/bank/pdf/taler-bank.pdf">PDF</a>.
- </div>
-
- <div class="pure-u-1-3">
- <a href="https://docs.taler.net/backoffice/html/manual.html">
- <img src="icon-backoffice.svg" height=60>
- <h3>Back office</h3>
- </a>
- Manual to run the back-office Web application.
- Also available as <a href="https://docs.taler.net/backoffice/pdf/manual.pdf">PDF</a>.
- </div>
-
- </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-2">
- <a href="https://docs.taler.net/onboarding/html/onboarding.html">
- <img src="icon-developers.svg" height=60>
- <h3>Onboarding</h3>
- </a>
- Description of our taler.net setup and how to contribute.
- Also available as <a href="https://docs.taler.net/onboarding/pdf/onboarding.pdf">PDF</a>.
- </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/code/exchange/index.html">
- <img src="icon-code.svg" height=60>
- <h3>Code (Exchange)</h3>
- </a>
- Documented source code (with Doxygen) for the exchange.
- </div>
-
- <div class="pure-u-1-3">
- <a href="https://docs.taler.net/code/merchant/index.html">
- <img src="icon-code.svg" height=60>
- <h3>Code (Merchant backend)</h3>
- </a>
- Documented source code (with Doxygen) for the merchant.
- </div>
-
- <div class="pure-u-1-3">
- <a>
- <img src="icon-code.svg" height=60>
- <h3>Code (Wallet)</h3>
- </a>
- TBD: Documented source code (with TypeDoc) for the wallet.
- </div>
- </div>
-
- <div class="pure-g linkrow">
- <div class="pure-u-1-3">
- <a href="https://git.taler.net">
- <img src="icon-code.svg" height=60>
- <h3>Git repositories</h3>
- </a>
- Git repositories for all of GNU Taler.
- </div>
- </div>
-
- <hr />
- <a href="icons-credit.html">Icons by The Noun Project.</a>
- </body>
-</html>