gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: update documentation


From: gnunet
Subject: [taler-anastasis] branch master updated: update documentation
Date: Sun, 04 Apr 2021 21:20:46 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 2c70777  update documentation
2c70777 is described below

commit 2c7077727e6ee04e641c935ff023fab3818d1ac7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 4 21:20:44 2021 +0200

    update documentation
---
 AUTHORS |  2 ++
 README  | 73 +++++++++++++++++++++++++++++++++--------------------------------
 2 files changed, 39 insertions(+), 36 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index eb41b69..32bb59b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,3 @@
 Christian Grothoff
+Dennis Neufeld
+Dominik Meister
diff --git a/README b/README
index 9977eef..0302e6d 100644
--- a/README
+++ b/README
@@ -1,36 +1,37 @@
-TALER MERCHANT
-
-1. DESCRIPTION
-
-Under the name 'Taler merchant' there are two main objectives: one is to
-implement a common helper (called 'backend') for all the existing merchants
-willing to integrate Taler in their existing online shops, whereas the other
-objective is implementing some demonstrator shops which use that backend.
-
-2. INNOVATIVE ASPECTS
-
-This component allows merchants to receive payments without invading the
-customers' privacy. Of course, this applies mostly for digital goods, as the
-merchant does not need to know the customer's physical address.
-
-3. PLANNING/PERSPECTIVES
-
-Since the main component's part is the backend, and it is supposed to work with
-preexisting shops, a massive backend's testing with existing shop portals 
should
-be accomplished.
-
-
-4. DEPENDENCIES
-
-libjansson: MIT License, AGPL- and LGPL-Compatible, owned by Petri Lehtinen 
and other individuals
-libgcrypt: LGPL, owned by Free Software Foundation
-postgresql: PostgreSQL License, AGPL- and LGPL-Compatible, owned by The 
PostgreSQL
-Global Development Group
-libgnunetutil (in all of its variants): GPLv3+, owned by GNUnet e.V.
-PHP:  PHP License, AGPL- and LGPL-Compatible, owned by The PHP Group
-
-5. DIRECTORY STRUCTURE
-
-- 'src/' contains the "backend", a C piece of software which implements crypto 
routines
-  and communication with the 'exchange'
- 'doc/' contains documentation files, like TeXinfo
+=========
+ANASTASIS
+=========
+
+DESCRIPTION
+===========
+
+Anastasis is a key backup and recovery tool.  This package
+includes the backend run by the Anastasis providers as
+well as libraries for clients and a command-line interface.
+
+DEPENDENCIES
+============
+
+libjansson  : MIT License
+libgcrypt   : LGPL
+postgresql  : PostgreSQL License
+libgnunet*  : GPLv3+,
+libtaler*   : GPLv3+
+GNU recutils: GPLv3+ (when building from Git)
+
+
+DIRECTORY STRUCTURE
+===================
+
+src/include/ includes installed (public) headers
+src/util/ implements helper and crypto routines
+src/backend/ contains the REST service
+src/stasis/ implements the database logic for the backend
+src/authorization/ contains various authorization plugins
+src/restclient/ implements a REST client for the backend
+src/lib/ implements the main client-side backup and recovery logic
+src/testing/ contains test cases for 'src/restclient/' and 'src/lib/'
+src/reducer/ implements a reducer API on top of 'src/lib/'
+src/cli/ includes a reducer-based command-line interface
+contrib/ contains resource files, like what identity attributes to ask for
+doc/ contains documentation files, like TeXinfo

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]