summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-28 22:45:19 +0100
committerChristian Grothoff <christian@grothoff.org>2015-11-28 22:45:19 +0100
commit099152cf92ba8c5c676dbc2379a57422a55622d3 (patch)
treea87d47e89a11cda91b3b0a7d69449d5b900f627d
parent69cf91b98a06e962ad61946d61075721c0eed9d2 (diff)
downloadmerchant-099152cf92ba8c5c676dbc2379a57422a55622d3.tar.gz
merchant-099152cf92ba8c5c676dbc2379a57422a55622d3.tar.bz2
merchant-099152cf92ba8c5c676dbc2379a57422a55622d3.zip
update docs
-rw-r--r--README3
-rw-r--r--src/backend/README7
2 files changed, 0 insertions, 10 deletions
diff --git a/README b/README
index e1480831..a5a4873f 100644
--- 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
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.