This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-cheques.git
commit ed3c0b876d697a627359460d6c4d75882ef58d71 Author: Juhan Aasaru <[email protected]> AuthorDate: Fri Oct 4 13:41:26 2019 +0300 add app-specific startup banner, point to wiki, add docker hub build shield --- README.md | 3 ++- service/src/main/resources/banner.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe88e9b..f96b3c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# Apache Fineract CN Cheques Management [](https://travis-ci.com/apache/fineract-cn-cheques) +# Apache Fineract CN Cheques Management [](https://travis-ci.com/apache/fineract-cn-cheques) [](https://hub.docker.com/r/apache/fineract-cn-cheques/builds) This project provides services to issue, validate cheques and execute transactions on them. +[Read more](https://cwiki.apache.org/confluence/display/FINERACT/Fineract+CN+Project+Structure#FineractCNProjectStructure-cheques). ## Abstract Apache Fineract CN is an application framework for digital financial services, a system to support nationwide and cross-national financial transactions and help to level and speed the creation of an inclusive, interconnected digital economy for every nation in the world. diff --git a/service/src/main/resources/banner.txt b/service/src/main/resources/banner.txt new file mode 100644 index 0000000..bdfcfa6 --- /dev/null +++ b/service/src/main/resources/banner.txt @@ -0,0 +1,11 @@ + _____ _ _ ____ _ _ + | ___(_)_ __ ___ _ __ __ _ ___| |_ / ___| \ | | + | |_ | | '_ \ / _ \ '__/ _` |/ __| __|____| | | \| | + | _| | | | | | __/ | | (_| | (__| ||_____| |___| |\ | + |_| |_|_| |_|\___|_| \__,_|\___|\__| \____|_| \_| + ____ _ + / ___| |__ ___ __ _ _ _ ___ ___ + | | | '_ \ / _ \/ _` | | | |/ _ \/ __| + | |___| | | | __/ (_| | |_| | __/\__ \ + \____|_| |_|\___|\__, |\__,_|\___||___/ + |_|
