diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-11-28 22:45:19 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-11-28 22:45:19 +0100 |
commit | 099152cf92ba8c5c676dbc2379a57422a55622d3 (patch) | |
tree | a87d47e89a11cda91b3b0a7d69449d5b900f627d | |
parent | 69cf91b98a06e962ad61946d61075721c0eed9d2 (diff) |
update docs
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | src/backend/README | 7 |
2 files changed, 0 insertions, 10 deletions
@@ -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 deleted file mode 100644 index 999dd9e6..00000000 --- a/src/backend/README +++ /dev/null @@ -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. |