From d2166d51ee5ad54b03f32ed95d9ae8358a22c02f Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sat, 2 Oct 2021 19:29:04 +0000 Subject: [PATCH] Auto-update README --- README.md | 52 ++++++++++++++++++++++++---------------------------- README_fr.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 28 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 85566fa..10888e2 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,41 @@ + + # phpLDAPadmin for YunoHost [![Integration level](https://dash.yunohost.org/integration/phpldapadmin.svg)](https://dash.yunohost.org/appci/app/phpldapadmin) ![](https://ci-apps.yunohost.org/ci/badges/phpldapadmin.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpldapadmin.maintain.svg) [![Install phpLDAPadmin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpldapadmin) -> *This package allow you to install phpLDAPadmin quickly and simply on a YunoHost server. -If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install phpLDAPadmin 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 + phpLDAPadmin is a web app for administering Lightweight Directory Access Protocol (LDAP) servers. -**Shipped version:** 1.2.6.2 +**Shipped version:** 1.2.6.2~ynh2 + +**Demo:** https://olddemo.phpldapadmin.org/ ## Screenshots -![](https://a.fsdn.com/con/app/proj/phpldapadmin/screenshots/303927.jpg/max/max/1) +![](./doc/screenshots/screenshot.png) -## Demo +## Documentation and resources -* [Official demo](http://phpldapadmin.sourceforge.net/wiki/index.php/Demo) +* Official app website: http://www.phpldapadmin.org +* Official admin documentation: http://www.phpldapadmin.org +* Upstream app code repository: https://github.com/leenooks/phpLDAPadmin +* YunoHost documentation for this app: https://yunohost.org/app_phpldapadmin +* Report a bug: https://github.com/YunoHost-Apps/phpldapadmin_ynh/issues -## Documentation +## Developer info - * Official documentation: http://www.phpldapadmin.org - -## YunoHost specific features - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/phpldapadmin%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/phpldapadmin/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/phpldapadmin%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/phpldapadmin/) - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/phpldapadmin_ynh/issues - * App website: http://www.phpldapadmin.org - * Upstream app repository: https://github.com/leenooks/phpLDAPadmin - * YunoHost website: https://yunohost.org/ - ---- - -## Developers info - -Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing). To try the testing branch, please proceed like that. ``` @@ -49,3 +43,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree or sudo yunohost app upgrade phpldapadmin -u https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..e3c77b5 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,43 @@ +# phpLDAPadmin pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/phpldapadmin.svg)](https://dash.yunohost.org/appci/app/phpldapadmin) ![](https://ci-apps.yunohost.org/ci/badges/phpldapadmin.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpldapadmin.maintain.svg) +[![Installer phpLDAPadmin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpldapadmin) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer phpLDAPadmin 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 + +phpLDAPadmin is a web app for administering Lightweight Directory Access Protocol (LDAP) servers. + +**Version incluse :** 1.2.6.2~ynh2 + +**Démo :** https://olddemo.phpldapadmin.org/ + +## Captures d'écran + +![](./doc/screenshots/screenshot.png) + +## Documentations et ressources + +* Site officiel de l'app : http://www.phpldapadmin.org +* Documentation officielle de l'admin : http://www.phpldapadmin.org +* Dépôt de code officiel de l'app : https://github.com/leenooks/phpLDAPadmin +* Documentation YunoHost pour cette app : https://yunohost.org/app_phpldapadmin +* Signaler un bug : https://github.com/YunoHost-Apps/phpldapadmin_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing --debug +ou +sudo yunohost app upgrade phpldapadmin -u https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file