From 85f490d3b750196f78c9311d4efeb85cdbab3c94 Mon Sep 17 00:00:00 2001 From: Michael Kapelko Date: Tue, 5 May 2020 14:23:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D0=BF=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D1=82=D1=8C=20=D1=81=20GitHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 38 ++++++++ gb.html | 261 +++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 5 + 3 files changed, 304 insertions(+) create mode 100644 README.md create mode 100644 gb.html create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..2806973 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# Русский + +ГитБюджет является простым приложением учёта трат, которое хранит их в Git. Приложение расположено по адресу: http://kornerr.ru/git-budget + +Видео по использованию приложения доступно здесь: https://youtu.be/ii_cLXAy3S0 + +Исходный код содержится прямо в приложение и доступен по адресу: http://kornerr.ru/git-budget/gb.html?0 + +Перед использованием ГитБюджета вам необходимо сделать следующее: + +1. создать закрытое (private) хранилище Git на любом сервисе (можно взять GitHub); +1. создать столько веток (branch) хранилища, на скольких устройствах собираетесь вести учёт трат; +1. в каждой из веток создать пустой файл `gb.log`. + +После этого открывайте ГитБюджет, вводите учётные данные и начинайте пользоваться! + +[Подробная статья про то, почему я сделал ГитБюджет][статья-ру]. + +# English + +GitBudget is a simple application to track your spendings and keep them in Git. The application is available at: http://kornerr.ru/git-budget + +Usage video is available here: https://youtu.be/ii_cLXAy3S0 + +Source code is located inside the application and is available at: http://kornerr.ru/git-budget/gb.html?0 + +To start using GitBudget, you first have to: + +1. create a private Git repository at any service (you can use GitHub); +1. create as many branches as many devices you plan to use; +1. create an empty `gb.log` file inside each branch. + +Once this is done, open GitBudget, enter credentials and start using the application! + +[Details why I created GitBudget][статья-ан]. + +[статья-ру]: http://opengamestudio.org/ru/news/git-budget.html +[статья-ан]: http://opengamestudio.org/en/news/git-budget.html diff --git a/gb.html b/gb.html new file mode 100644 index 0000000..caa4eed --- /dev/null +++ b/gb.html @@ -0,0 +1,261 @@ + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..1dc9869 --- /dev/null +++ b/index.html @@ -0,0 +1,5 @@ + + + + +