document repo structure

This commit is contained in:
Christian Grothoff 2015-03-28 12:34:42 +01:00
parent 9303881d22
commit 169fdcd8fe
2 changed files with 12 additions and 4 deletions

14
README
View File

@ -48,8 +48,14 @@ src/util/
src/pq/
-- Postgres-specific utility functions
src/mint/
-- taler mint server and helper binaries
src/mintdb/
-- Mint database backend (with DB-specific plugins)
src/lib/
-- libtalermint: C API to issue HTTP requests to mint, including testcases
src/mint/
-- taler mint server
src/mint-tools/
-- taler mint helper programs
src/mint-lib/
-- libtalermint: C API to issue HTTP requests to mint

View File

@ -1,2 +1,4 @@
# This Makefile.am is in the public domain
EXTRA_DIST = \
coding-style.txt