simple-file-manager_ynh/README_fr.md
2024-02-20 05:05:53 +00:00

55 lines
No EOL
2.6 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
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.
-->
# Simple File Manager pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/simple-file-manager.svg)](https://dash.yunohost.org/appci/app/simple-file-manager) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/simple-file-manager.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/simple-file-manager.maintain.svg)
[![Installer Simple File Manager avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=simple-file-manager)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet dinstaller Simple File Manager rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue densemble
Un gestionnaire de fichiers PHP simple. Le code est un seul fichier php.
### Caractéristiques
- Fichier unique, il n'y a pas d'images ou de dossiers CSS.
- Basé sur Ajax, il est donc rapide, mais ne casse pas le bouton de retour
- Autorise les téléchargements de fichiers par glisser-déposer si le dossier est accessible en écriture par le serveur Web (`chmod 777 votre/dossier`)
- Convient à mon esthétique. Plus comme Dropbox, et moins comme l'Explorateur Windows
- Fonctionne avec les noms de fichiers Unicode
- L'interface est utilisable depuis un iPad
- Protection XSRF et mot de passe en option.
**Version incluse :** 1.0~ynh1
## Captures décran
![Capture décran de Simple File Manager](./doc/screenshots/screenshot.png)
## Documentations et ressources
* Dépôt de code officiel de lapp : <https://github.com/jcampbell1/simple-file-manager>
* YunoHost Store: <https://apps.yunohost.org/app/simple-file-manager>
* Signaler un bug : <https://github.com/YunoHost-Apps/simple-file-manager_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/simple-file-manager_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/simple-file-manager_ynh/tree/testing --debug
ou
sudo yunohost app upgrade simple-file-manager -u https://github.com/YunoHost-Apps/simple-file-manager_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>