update docs

This commit is contained in:
Christian Grothoff 2017-10-17 14:36:58 +02:00
parent 0f67a9fca2
commit 58528f32dd
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

14
README
View File

@ -15,7 +15,7 @@ payment system.
Taler is currently developed by a worldwide group of independent free Taler is currently developed by a worldwide group of independent free
software developers and the DECENTRALISE team at Inria Rennes. Taler software developers and the DECENTRALISE team at Inria Rennes. Taler
is free software and a GNU package (http://www.gnu.org/). is free software and a GNU package (https://www.gnu.org/).
This is an alpha release with a few known bugs, lacking a few This is an alpha release with a few known bugs, lacking a few
important features, documentation, testing, performance tuning and an important features, documentation, testing, performance tuning and an
@ -23,7 +23,7 @@ external security audit. However, you can run the code and it largely
works fine. that does not work yet. This package also only includes works fine. that does not work yet. This package also only includes
the Taler exchange, not the other components of the system. the Taler exchange, not the other components of the system.
Documentation about Taler can be found at http://taler.net/. Documentation about Taler can be found at https://taler.net/.
Our bug tracker is at https://gnunet.org/bugs/. Our bug tracker is at https://gnunet.org/bugs/.
@ -63,9 +63,17 @@ src/exchange-tools/
src/exchange-lib/ src/exchange-lib/
-- libtalerexchange: C API to issue HTTP requests to exchange -- libtalerexchange: C API to issue HTTP requests to exchange
src/auditor/
-- tools to generate reports about financial performance and
to validate that the exchange has been operating correctly
src/benchmark/
-- tool to run performance measurements
Getting Started Getting Started
============== ===============
The following steps illustrate how to set up a exchange HTTP server. The following steps illustrate how to set up a exchange HTTP server.
They take as a stub for configuring the exchange the content of 'contrib/exchange-template/config/'. They take as a stub for configuring the exchange the content of 'contrib/exchange-template/config/'.