mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
Auto-update README
This commit is contained in:
parent
1d04e89f49
commit
f94fc887fb
2 changed files with 68 additions and 40 deletions
63
README.md
63
README.md
|
@ -1,62 +1,43 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Webtrees for YunoHost
|
# Webtrees for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/webtrees)  
|
[](https://dash.yunohost.org/appci/app/webtrees)  
|
||||||
[](https://install-app.yunohost.org/?app=webtrees)
|
[](https://install-app.yunohost.org/?app=webtrees)
|
||||||
|
|
||||||
> *This package allow you to install Webtrees quickly and simply on a YunoHost server.
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.*
|
|
||||||
|
> *This package allows you to install Webtrees quickly and simply on a YunoHost server.
|
||||||
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
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.
|
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 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.
|
- 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.
|
**Note:** Its better to upgrade from the Webtrees admin panel when new version arrives.
|
||||||
|
|
||||||
**Shipped version:** 2.0.16
|
|
||||||
|
|
||||||
## Screenshots
|
**Shipped version:** 2.0.19~ynh1
|
||||||
|
|
||||||

|
**Demo:** https://dev.webtrees.net/demo-stable/index.php?route=%2Fdemo-stable%2Ftree%2Fdemo
|
||||||
|
|
||||||
## Demo
|
## Documentation and resources
|
||||||
|
|
||||||
* [Official demo](https://dev.webtrees.net/demo-stable/index.php?route=%2Fdemo-stable%2Ftree%2Fdemo)
|
* Official app website: https://www.webtrees.net
|
||||||
|
* Official admin documentation: https://wiki.webtrees.net
|
||||||
## Configuration
|
* Upstream app code repository: https://github.com/fisharebest/webtrees
|
||||||
|
* YunoHost documentation for this app: https://yunohost.org/app_webtrees
|
||||||
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
|
* Report a bug: https://github.com/YunoHost-Apps/webtrees_ynh/issues
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Official documentation: https://wiki.webtrees.net
|
|
||||||
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
|
||||||
|
|
||||||
## YunoHost specific features
|
|
||||||
|
|
||||||
#### Multi-user support
|
|
||||||
|
|
||||||
* Are LDAP and HTTP auth supported? **No**
|
|
||||||
* Can the app be used by multiple users? **Yes**
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/webtrees/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/webtrees/)
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/webtrees_ynh/issues
|
|
||||||
* App website: https://www.webtrees.net
|
|
||||||
* Upstream app repository: https://github.com/fisharebest/webtrees
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/webtrees_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/webtrees_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
```
|
||||||
|
@ -64,3 +45,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/webtrees_ynh/tree/tes
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade webtrees -u 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
45
README_fr.md
Normal file
45
README_fr.md
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# Webtrees pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/webtrees)  
|
||||||
|
[](https://install-app.yunohost.org/?app=webtrees)
|
||||||
|
|
||||||
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
> *Ce package vous permet d'installer Webtrees rapidement et simplement sur un serveur YunoHost.
|
||||||
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
|
## Vue d'ensemble
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**Version incluse :** 2.0.19~ynh1
|
||||||
|
|
||||||
|
**Démo :** https://dev.webtrees.net/demo-stable/index.php?route=%2Fdemo-stable%2Ftree%2Fdemo
|
||||||
|
|
||||||
|
## Documentations et ressources
|
||||||
|
|
||||||
|
* Site officiel de l'app : https://www.webtrees.net
|
||||||
|
* Documentation officielle de l'admin : https://wiki.webtrees.net
|
||||||
|
* Dépôt de code officiel de l'app : https://github.com/fisharebest/webtrees
|
||||||
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_webtrees
|
||||||
|
* Signaler un bug : https://github.com/YunoHost-Apps/webtrees_ynh/issues
|
||||||
|
|
||||||
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/webtrees_ynh/tree/testing).
|
||||||
|
|
||||||
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
```
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/webtrees_ynh/tree/testing --debug
|
||||||
|
ou
|
||||||
|
sudo yunohost app upgrade webtrees -u https://github.com/YunoHost-Apps/webtrees_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue