merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 099152cf92ba8c5c676dbc2379a57422a55622d3
parent 69cf91b98a06e962ad61946d61075721c0eed9d2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Nov 2015 22:45:19 +0100

update docs

Diffstat:
MREADME | 3---
Dsrc/backend/README | 7-------
2 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/README b/README @@ -1,6 +1,3 @@ -sources in src/merchant/ are obsolete, therefore the configure system does not -provide support for building them. - The new merchant's layout is reflected by the directories 'frontend' and 'backend', being respectively the PHP website homepage and the C 'core' which is charge of providing all the cryptographic and DB related primitives. diff --git a/src/backend/README b/src/backend/README @@ -1,7 +0,0 @@ -Here are the files implementing the backend which is in charge of doing -cryptographic calls, binary manipulations and some HTTP/JSON communication. - -NOTE: - -Makefile.am contains some hardcoded paths that need to be tuned to pick -the right files.