From 05752d099ac8c5bc80c34533735e96d65f7b7af8 Mon Sep 17 00:00:00 2001 From: Tim Gabets Date: Fri, 9 Feb 2018 20:57:21 +0300 Subject: [PATCH 1/3] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 889aa82..07e6309 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A simple free open-source [APTRA™ Advance NDC](https://www.ncr.com/financial-services/banking-atm-software/aptra-advance-ndc) ATM emulator, written from scratch using ES6 JavaScript, [visjs](http://visjs.org/), jQuery and [Electron](https://electron.atom.io/) framework. +The project is not maintained since the Febrary of 2018 as I'm not working with the ATM acquiring systems anymore and not using the app in my day-to-day job since then. I'm not going to fix the bugs and/or implement new features. However, any pull requests are still welcome. Also, if anybody would like to pick up the project and become its maintainer, just drop me an [email](mailto:tim@gabets.ru) to discuss the ownership transfer. + Profile selection on application start: ![profile selection](img/profile-selection.png) @@ -23,7 +25,7 @@ Cards management tab: ## To Use -Windows and MacOS nightly build installers may be downloaded from [atmtools.org](http://atmtools.org/dist/). +Windows and MacOS build installers may be downloaded from [Releases page](https://github.com/timgabets/electron-atm/releases). You may also build the app from sources. To do this, you'll need [Git](https://git-scm.com) and [Node.js version 8.x](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From the command line: From 6f032661f6ccb277f6c1edbd72b95c81937dffba Mon Sep 17 00:00:00 2001 From: Tim Gabets Date: Fri, 9 Feb 2018 21:03:24 +0300 Subject: [PATCH 2/3] not maintained --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07e6309..225c808 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple free open-source [APTRA™ Advance NDC](https://www.ncr.com/financial-services/banking-atm-software/aptra-advance-ndc) ATM emulator, written from scratch using ES6 JavaScript, [visjs](http://visjs.org/), jQuery and [Electron](https://electron.atom.io/) framework. -The project is not maintained since the Febrary of 2018 as I'm not working with the ATM acquiring systems anymore and not using the app in my day-to-day job since then. I'm not going to fix the bugs and/or implement new features. However, any pull requests are still welcome. Also, if anybody would like to pick up the project and become its maintainer, just drop me an [email](mailto:tim@gabets.ru) to discuss the ownership transfer. +The project is *not maintained* since the Febrary of 2018 as I'm not working with the ATM acquiring systems anymore and not using the app in my day-to-day job since then. I'm not going to fix the bugs and/or implement new features. However, any pull requests are still welcome. Also, if anybody would like to pick up the project and become its maintainer, just drop me an [email](mailto:tim@gabets.ru) to discuss the ownership transfer. Profile selection on application start: ![profile selection](img/profile-selection.png) From 736a0e511ba21a8a313944299b95523eea73fb39 Mon Sep 17 00:00:00 2001 From: Tim Gabets Date: Thu, 22 Feb 2018 11:11:57 +0300 Subject: [PATCH 3/3] Removed weird "If something went wrong, and just can't just " --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 225c808..a2ff200 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,6 @@ npm test npm start ``` -The applications uses electron-settings to store the ATM configuration. If something went wrong, and just can't just - ## Reasons of why this application was developed Some reasons for the appearance of this application are described [here](http://gabets.ru/electron-atm).