49 lines
2.3 KiB
Markdown
49 lines
2.3 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# Scratch pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/scratch.svg)](https://ci-apps.yunohost.org/ci/apps/scratch/) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/scratch.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/scratch.maintain.svg)
|
||
|
||
[![Installer Scratch avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scratch)
|
||
|
||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||
|
||
> *Ce package vous permet d’installer Scratch rapidement et simplement sur un serveur YunoHost.*
|
||
> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
Scratch est un langage de programmation graphique manipulable et exécutable par le logiciel de même nom à vocation éducative. Ainsi, Scratch est à la fois un environnement de développement et un moteur d’exécution du langage Scratch mais aussi un site web.
|
||
|
||
**Version incluse :** 4.1.3~ynh1
|
||
|
||
**Démo :** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de Scratch](./doc/screenshots/800px-Scratch_3.0_Éditeur.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
- Site officiel de l’app : <https://scratch.mit.edu/>
|
||
- Documentation officielle de l’admin : <https://scratch-wiki.info/wiki/Scratch_3.0>
|
||
- Dépôt de code officiel de l’app : <https://github.com/scratchfoundation/scratch-gui>
|
||
- YunoHost Store : <https://apps.yunohost.org/app/scratch>
|
||
- Signaler un bug : <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/scratch_ynh/tree/testing).
|
||
|
||
Pour essayer la branche `testing`, procédez comme suit :
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/scratch_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade scratch -u https://github.com/YunoHost-Apps/scratch_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|