86 lines
4.2 KiB
Markdown
86 lines
4.2 KiB
Markdown
# ABTool
|
|
|
|
# English text
|
|
|
|
## Description
|
|
|
|
This software helps you to install a lot of software on your Windows OS in easy way.
|
|
|
|
Homepage: [abtool.ru](http://abtool.ru/)
|
|
|
|
Online help (only Russian for now, sorry): [abtool.ru/onlinehelp](http://abtool.ru/onlinehelp/)
|
|
|
|
## Requirements for development environment
|
|
|
|
* Windows OS (because ABTool is windows-only software)
|
|
* [Lazarus 1.8.4](https://www.lazarus-ide.org/) and newer
|
|
* [LCLextensions 0.6.1](/dependencies/lclextensions-0.6.1.zip) and newer
|
|
* [VirtualTreeView 5.5.3-R1](/dependencies/virtualtreeview-5.5.3-R1.zip) and newer
|
|
|
|
Porting to Delphi is welcome. You can create your fork of this repository for these purposes.
|
|
|
|
## License
|
|
|
|
This software is licensed under **[The MIT License](LICENSE)**.
|
|
|
|
This means that you can use, distribute, sell and change the program as you want, under the following conditions:
|
|
* explicit indication of my authorship of the original project;
|
|
* preservation of these conditions in any derivative projects;
|
|
* distribution of the original and derivative projects on the same conditions.
|
|
|
|
Additional FAQ: [www.tawesoft.co.uk/kb/article/mit-license-faq](https://www.tawesoft.co.uk/kb/article/mit-license-faq)
|
|
|
|
If you want to use this softare or take participance in its development, you must accept terms of this license.
|
|
|
|
## Third-parties
|
|
|
|
This software uses:
|
|
|
|
1) Fugue Icons by Yusuke Kamiyamane. Read [here](/icons/fugue/README.txt) for more info.
|
|
2) Silk Icons by Mark James. Read [here](/icons/silk/README.txt) for more info.
|
|
3) VirtualTreeView by Mike Lischke. Read [here](http://wiki.freepascal.org/VirtualTreeview) for more info.
|
|
|
|
So, I'd like to thank everybody listed and not listed here who made or keeps making great things like this.
|
|
|
|
# Русская версия
|
|
|
|
## Описание
|
|
|
|
Эта программа помогает простым путём установить необходимое ПО в Windows-системе.
|
|
|
|
Сайт: [abtool.ru](http://abtool.ru/)
|
|
|
|
Онлайн справка: [abtool.ru/onlinehelp](http://abtool.ru/onlinehelp/)
|
|
|
|
## Требования к среде разработки
|
|
|
|
* Windows OS (потому что ABTool предназначена только для Windows)
|
|
* [Lazarus 1.8.4](https://www.lazarus-ide.org/) и новее
|
|
* [LCLextensions 0.6.1](/dependencies/lclextensions-0.6.1.zip) и новее
|
|
* [VirtualTreeView 5.5.3-R1](/dependencies/virtualtreeview-5.5.3-R1.zip) и новее
|
|
|
|
Приветствуется портирование под Delphi. Можете создать свой форк этого репозитория для этих целей.
|
|
|
|
## Лицензия
|
|
|
|
Эта программа распространяется под **[Лицензией MIT](LICENSE)**.
|
|
|
|
Это значит, что вы можете использовать, распространять, продавать и изменять программу как угодно, при условиях:
|
|
* явного указания моего авторства исходного проекта;
|
|
* сохранения этих условий в любых производных проектах;
|
|
* распространения исходного и производного проектов на тех же условиях.
|
|
|
|
Дополнительный FAQ (англ): [www.tawesoft.co.uk/kb/article/mit-license-faq](https://www.tawesoft.co.uk/kb/article/mit-license-faq)
|
|
|
|
Если вы собираетесь использовать эту программу или принимать участие в её разработке, вы должны принять условия этой лицензии.
|
|
|
|
## Третьи лица
|
|
|
|
Эта программа использует:
|
|
|
|
1) Fugue Icons от Yusuke Kamiyamane. [Дополнительная информация](/icons/fugue/README.txt).
|
|
2) Silk Icons от Mark James. [Дополнительная информация](/icons/silk/README.txt).
|
|
3) VirtualTreeView от Mike Lischke. [Дополнительная информация](http://wiki.freepascal.org/VirtualTreeview).
|
|
|
|
Я благодарю каждого, кто явно здесь указан или не указан, за то, что они сделали или продолжают делать такие крутые штуки.
|