mirror of
https://github.com/YunoHost-Apps/phpsysinfo_ynh.git
synced 2024-09-03 19:56:43 +02:00
Merge pull request #19 from YunoHost-Apps/testing
Update phpsysinfo to 3.4.2
This commit is contained in:
commit
85897bdaf3
4 changed files with 34 additions and 26 deletions
22
README.md
22
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# PhpSysInfo for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/phpsysinfo)  
|
||||
[](https://dash.yunohost.org/appci/app/phpsysinfo)  
|
||||
[](https://install-app.yunohost.org/?app=phpsysinfo)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -18,13 +18,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
A customizable PHP script that displays information about your system nicely.
|
||||
|
||||
|
||||
**Shipped version:** 3.4.1~ynh1
|
||||
**Shipped version:** 3.4.2~ynh1
|
||||
|
||||
|
||||
**Demo:** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -34,21 +35,22 @@ Edit `phpsysinfo.ini` in `/var/www/YOURPATH/phpsysinfo.ini`.
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://phpsysinfo.github.io/phpsysinfo/
|
||||
* Official admin documentation: https://phpsysinfo.github.io/phpsysinfo/
|
||||
* Upstream app code repository: https://github.com/phpsysinfo/phpsysinfo/
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_phpsysinfo
|
||||
* Report a bug: https://github.com/YunoHost-Apps/phpsysinfo_ynh/issues
|
||||
* Official app website: <https://phpsysinfo.github.io/phpsysinfo/>
|
||||
* Official admin documentation: <https://phpsysinfo.github.io/phpsysinfo/>
|
||||
* Upstream app code repository: <https://github.com/phpsysinfo/phpsysinfo/>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_phpsysinfo>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/phpsysinfo_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade phpsysinfo -u https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
28
README_fr.md
28
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# PhpSysInfo pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/phpsysinfo)  
|
||||
[](https://dash.yunohost.org/appci/app/phpsysinfo)  
|
||||
[](https://install-app.yunohost.org/?app=phpsysinfo)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer PhpSysInfo 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.*
|
||||
|
@ -14,13 +18,14 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
A customizable PHP script that displays information about your system nicely.
|
||||
|
||||
|
||||
**Version incluse :** 3.4.1~ynh1
|
||||
**Version incluse :** 3.4.2~ynh1
|
||||
|
||||
|
||||
**Démo :** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -30,21 +35,22 @@ Edit `phpsysinfo.ini` in `/var/www/YOURPATH/phpsysinfo.ini`.
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://phpsysinfo.github.io/phpsysinfo/
|
||||
* Documentation officielle de l'admin : https://phpsysinfo.github.io/phpsysinfo/
|
||||
* Dépôt de code officiel de l'app : https://github.com/phpsysinfo/phpsysinfo/
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_phpsysinfo
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/phpsysinfo_ynh/issues
|
||||
* Site officiel de l'app : <https://phpsysinfo.github.io/phpsysinfo/>
|
||||
* Documentation officielle de l'admin : <https://phpsysinfo.github.io/phpsysinfo/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/phpsysinfo/phpsysinfo/>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_phpsysinfo>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/phpsysinfo_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade phpsysinfo -u https://github.com/YunoHost-Apps/phpsysinfo_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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.1.tar.gz
|
||||
SOURCE_SUM=377bafea4dc4f1f705cd35df5b95e55034045ab3e7971dc934d1f599157dc3aa
|
||||
SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.2.tar.gz
|
||||
SOURCE_SUM=133d4591688abbb93272d0858b8833379ada1eb9b8ffd9878a7b82448cf3f0ed
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
ARCH_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Customizable PHP script that displays information about your system nicely",
|
||||
"fr": "Un script PHP paramétrable qui affiche des informations sur votre système"
|
||||
},
|
||||
"version": "3.4.1~ynh1",
|
||||
"version": "3.4.2~ynh1",
|
||||
"url": "https://phpsysinfo.github.io/phpsysinfo/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-only",
|
||||
|
|
Loading…
Add table
Reference in a new issue