forked from monsieur-a/piwigo_ynh
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from YunoHost-Apps/testing
Testing
- Loading branch information
Showing
26 changed files
with
1,310 additions
and
1,094 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# All available README files by language | ||
|
||
[Read the README in English](README.md) | ||
|
||
|
||
* [Lire le README en français](README_fr.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,50 @@ | ||
<!-- | ||
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. | ||
Nota bene : ce README est automatiquement généré par https://github.com/YunoHost/apps/tree/master/tools/readme_generator | ||
Il ne doit pas être modifié à la main. | ||
--> | ||
|
||
# Piwigo for YunoHost | ||
# Piwigo pour YunoHost | ||
|
||
[![Integration level](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) ![Working status](https://ci-apps.yunohost.org/ci/badges/piwigo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/piwigo.maintain.svg) | ||
[![Niveau d'intégration](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/piwigo.status.svg) ![Statut demaintenance](https://ci-apps.yunohost.org/ci/badges/piwigo.maintain.svg) | ||
|
||
[![Install Piwigo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piwigo) | ||
[![Installer Piwigo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piwigo) | ||
|
||
*[Lire ce readme en français.](./README_fr.md)* | ||
*[Lire le README dans d'autres langues.](./ALL_README.md)* | ||
|
||
> *This package allows you to install Piwigo 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.* | ||
> *Ce package vous permet d’installer Piwigo 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.* | ||
|
||
## Overview | ||
## Vue d'ensemble | ||
|
||
[Piwigo](http://piwigo.org) is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable. | ||
Piwigo is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable. | ||
|
||
**Version incluse :** 14.3.0~ynh1 | ||
|
||
**Shipped version:** 14.3.0~ynh1 | ||
**Démo:** <https://piwigo.org/demo> | ||
|
||
**Demo:** https://piwigo.org/demo | ||
## Captures d'écran | ||
|
||
## Screenshots | ||
![Capture d'écran de Piwigo](./doc/screenshots/screenshot_Piwigo.jpg) | ||
|
||
![Screenshot of Piwigo](./doc/screenshots/screenshot_Piwigo.jpg) | ||
## Documentations et ressources | ||
|
||
## Disclaimers / important information | ||
- Site officiel de l’app : <http://piwigo.org> | ||
- Documentation officielle de l'admin : <https://piwigo.org/guides> | ||
- Dépôt de code officiel de l’app : <https://github.com/Piwigo/Piwigo> | ||
- YunoHost Store : <https://apps.yunohost.org/app/piwigo> | ||
- Signaler un bug : <https://github.com/YunoHost-Apps/piwigo_ynh/issues> | ||
|
||
## YunoHost specific features | ||
## Informations pour les développeurs | ||
|
||
In addition to Piwigo core features, the following are made available with this package: | ||
* Integrate with YunoHost users and SSO: | ||
* private mode: limit access to YunoHost users | ||
* public mode: | ||
* SSO for YunoHost users | ||
* allow other users management, and guest mode | ||
* Allow one YunoHost user to be the administrator (set at the installation) | ||
Merci de faire vos pull request sur la [branche branch](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing), | ||
|
||
## Documentation and resources | ||
|
||
* Official app website: <http://piwigo.org> | ||
* Official admin documentation: <https://piwigo.org/guides> | ||
* Upstream app code repository: <https://github.com/Piwigo/Piwigo> | ||
* YunoHost Store: <https://apps.yunohost.org/app/piwigo> | ||
* Report a bug: <https://github.com/YunoHost-Apps/piwigo_ynh/issues> | ||
Pour essayer la branche testing, procédez comme suit. | ||
|
||
## Developer info | ||
|
||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing). | ||
|
||
To try the testing branch, please proceed like that. | ||
|
||
``` bash | ||
```bash | ||
sudo yunohost app install https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug | ||
or | ||
sudo yunohost app upgrade piwigo -u https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug | ||
``` | ||
|
||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps> | ||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,50 @@ | ||
<!-- | ||
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. | ||
Nota bene : ce README est automatiquement généré par https://github.com/YunoHost/apps/tree/master/tools/readme_generator | ||
Il ne doit pas être modifié à la main. | ||
--> | ||
|
||
# Piwigo pour YunoHost | ||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/piwigo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/piwigo.maintain.svg) | ||
[![Niveau d'intégration](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/piwigo.status.svg) ![Statut demaintenance](https://ci-apps.yunohost.org/ci/badges/piwigo.maintain.svg) | ||
|
||
[![Installer Piwigo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piwigo) | ||
|
||
*[Read this readme in english.](./README.md)* | ||
*[Lire le README dans d'autres langues.](./ALL_README.md)* | ||
|
||
> *Ce package vous permet d’installer Piwigo 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 | ||
## Vue d'ensemble | ||
|
||
[Piwigo](http://piwigo.org) est un logiciel de galerie photo pour le web, construit par une communauté active d'utilisateurs et de développeurs. Des extensions rendent Piwigo facilement personnalisable. | ||
Piwigo est un logiciel de galerie photo pour le web, construit par une communauté active d'utilisateurs et de développeurs. Des extensions rendent Piwigo facilement personnalisable. | ||
|
||
**Version incluse :** 14.3.0~ynh1 | ||
|
||
**Version incluse :** 14.3.0~ynh1 | ||
**Démo:** <https://piwigo.org/demo> | ||
|
||
**Démo :** https://piwigo.org/demo | ||
## Captures d'écran | ||
|
||
## Captures d’écran | ||
|
||
![Capture d’écran de Piwigo](./doc/screenshots/screenshot_Piwigo.jpg) | ||
|
||
## Avertissements / informations importantes | ||
|
||
## Caractéristiques spécifiques de YunoHost | ||
|
||
En plus des fonctionnalités de base de Piwigo, les éléments suivants sont mis à disposition avec ce paquet : | ||
* Intégration avec les utilisateurs de YunoHost et le SSO : | ||
* mode privé : limiter l'accès aux utilisateurs de YunoHost. | ||
* mode public : | ||
* SSO pour les utilisateurs de YunoHost | ||
* autoriser la gestion d'autres utilisateurs, et mode invité | ||
* Permet à un utilisateur de YunoHost d'être l'administrateur (défini à l'installation). | ||
![Capture d'écran de Piwigo](./doc/screenshots/screenshot_Piwigo.jpg) | ||
|
||
## Documentations et ressources | ||
|
||
* Site officiel de l’app : <http://piwigo.org> | ||
* Documentation officielle de l’admin : <https://piwigo.org/guides> | ||
* Dépôt de code officiel de l’app : <https://github.com/Piwigo/Piwigo> | ||
* YunoHost Store: <https://apps.yunohost.org/app/piwigo> | ||
* Signaler un bug : <https://github.com/YunoHost-Apps/piwigo_ynh/issues> | ||
- Site officiel de l’app : <http://piwigo.org> | ||
- Documentation officielle de l'admin : <https://piwigo.org/guides> | ||
- Dépôt de code officiel de l’app : <https://github.com/Piwigo/Piwigo> | ||
- YunoHost Store : <https://apps.yunohost.org/app/piwigo> | ||
- Signaler un bug : <https://github.com/YunoHost-Apps/piwigo_ynh/issues> | ||
|
||
## Informations pour les développeurs | ||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing). | ||
Merci de faire vos pull request sur la [branche branch](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing), | ||
|
||
|
||
Pour essayer la branche testing, procédez comme suit. | ||
|
||
``` bash | ||
```bash | ||
sudo yunohost app install https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug | ||
ou | ||
or | ||
sudo yunohost app upgrade piwigo -u https://github.com/YunoHost-Apps/piwigo_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> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.