diff --git a/ALL_README.md b/ALL_README.md index 4ed64dd..e3c80d2 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -6,4 +6,5 @@ - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) - [Baca README dalam bahasa bahasa Indonesia](README_id.md) +- [Прочитать README на русский](README_ru.md) - [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README_ru.md b/README_ru.md new file mode 100644 index 0000000..5174c88 --- /dev/null +++ b/README_ru.md @@ -0,0 +1,55 @@ + + +# Webtrees для YunoHost + +[![Уровень интеграции](https://dash.yunohost.org/integration/webtrees.svg)](https://ci-apps.yunohost.org/ci/apps/webtrees/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/webtrees.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/webtrees.maintain.svg) + +[![Установите Webtrees с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=webtrees) + +*[Прочтите этот README на других языках.](./ALL_README.md)* + +> *Этот пакет позволяет Вам установить Webtrees быстро и просто на YunoHost-сервер.* +> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.* + +## Обзор + +Webtrees allows you to view and edit your genealogy on your website. It has full editing capabilities, full privacy functions, and supports imedia such as photos and document images. As an online program, it fosters extended family participation and good ancestral recording habits, as it simplifies the process of collaborating with others working on your family lines. Your latest information is always on your web site and available for others to see, defined by viewing rules you set. + +- It works from standard GEDCOM files, and is therefore compatible with every major desktop application. +- It aims to to be efficient and effective by using the right combination of third-party tools, design techniques and open standards. + +**Note:** Its better to upgrade from the Webtrees admin panel when new version arrives. + + +**Поставляемая версия:** 2.1.20~ynh1 + +**Демо-версия:** + +## Снимки экрана + +![Снимок экрана Webtrees](./doc/screenshots/1200px-Webtrees.png) + +## Документация и ресурсы + +- Официальный веб-сайт приложения: +- Официальная документация администратора: +- Репозиторий кода главной ветки приложения: +- Магазин YunoHost: +- Сообщите об ошибке: + +## Информация для разработчиков + +Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/webtrees_ynh/tree/testing). + +Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/webtrees_ynh/tree/testing --debug +или +sudo yunohost app upgrade webtrees -u https://github.com/YunoHost-Apps/webtrees_ynh/tree/testing --debug +``` + +**Больше информации о пакетировании приложений:**