mirror of
https://github.com/YunoHost-Apps/phpinfo_ynh.git
synced 2024-09-03 19:56:23 +02:00
Auto-update README
This commit is contained in:
parent
c410999b82
commit
e4152b72af
2 changed files with 11 additions and 9 deletions
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Phpinfo for YunoHost
|
# Phpinfo for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/phpinfo.svg)](https://dash.yunohost.org/appci/app/phpinfo) ![Working status](https://ci-apps.yunohost.org/ci/badges/phpinfo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/phpinfo.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/phpinfo.svg)](https://dash.yunohost.org/appci/app/phpinfo) ![Working status](https://ci-apps.yunohost.org/ci/badges/phpinfo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/phpinfo.maintain.svg)
|
||||||
|
|
||||||
[![Install Phpinfo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpinfo)
|
[![Install Phpinfo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpinfo)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -21,7 +22,7 @@ Simple phpinfo
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://www.php.net/manual/fr/function.phpinfo.php>
|
* Official app website: <https://www.php.net/manual/fr/function.phpinfo.php>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_phpinfo>
|
* YunoHost Store: <https://apps.yunohost.org/app/phpinfo>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/phpinfo_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/phpinfo_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
15
README_fr.md
15
README_fr.md
|
@ -5,23 +5,24 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Phpinfo pour YunoHost
|
# Phpinfo pour YunoHost
|
||||||
|
|
||||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/phpinfo.svg)](https://dash.yunohost.org/appci/app/phpinfo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/phpinfo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/phpinfo.maintain.svg)
|
[![Niveau d’intégration](https://dash.yunohost.org/integration/phpinfo.svg)](https://dash.yunohost.org/appci/app/phpinfo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/phpinfo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/phpinfo.maintain.svg)
|
||||||
|
|
||||||
[![Installer Phpinfo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpinfo)
|
[![Installer Phpinfo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpinfo)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Phpinfo rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Phpinfo 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.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Simple phpinfo
|
Simple phpinfo
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh4
|
**Version incluse :** 1.0~ynh4
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://www.php.net/manual/fr/function.phpinfo.php>
|
* Site officiel de l’app : <https://www.php.net/manual/fr/function.phpinfo.php>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_phpinfo>
|
* YunoHost Store: <https://apps.yunohost.org/app/phpinfo>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/phpinfo_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/phpinfo_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
@ -36,4 +37,4 @@ ou
|
||||||
sudo yunohost app upgrade phpinfo -u https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing --debug
|
sudo yunohost app upgrade phpinfo -u https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue