scratch_ynh/README_fr.md

50 lines
2.3 KiB
Markdown
Raw Normal View History

2022-10-09 11:12:17 +02:00
<!--
2024-03-29 07:21:57 +01:00
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.
2022-10-09 11:12:17 +02:00
-->
2021-06-27 15:43:25 +02:00
# Scratch pour YunoHost
2024-08-01 03:41:28 +02:00
[![Niveau dinté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)
2023-02-23 23:40:54 +01:00
2021-06-27 15:43:25 +02:00
[![Installer Scratch avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scratch)
2024-03-29 07:21:57 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-06-27 15:43:25 +02:00
2024-03-29 07:21:57 +01:00
> *Ce package vous permet dinstaller Scratch rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2021-06-27 15:43:25 +02:00
2023-02-23 23:40:54 +01:00
## Vue densemble
2021-06-27 15:43:25 +02:00
2021-09-04 23:18:38 +02:00
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 dexécution du langage Scratch mais aussi un site web.
2021-06-27 15:43:25 +02:00
2024-11-15 00:25:21 +01:00
**Version incluse:** 4.1.3~ynh1
2021-06-27 15:43:25 +02:00
2024-06-20 20:24:07 +02:00
**Démo:** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
2021-06-27 17:45:11 +02:00
2023-02-23 23:40:54 +01:00
## Captures décran
2021-06-27 17:45:11 +02:00
2023-02-23 23:40:54 +01:00
![Capture décran de Scratch](./doc/screenshots/800px-Scratch_3.0_Éditeur.png)
2021-06-27 15:43:25 +02:00
## Documentations et ressources
2024-03-29 07:21:57 +01:00
- Site officiel de lapp: <https://scratch.mit.edu/>
2024-06-20 20:24:07 +02:00
- Documentation officielle de ladmin: <https://scratch-wiki.info/wiki/Scratch_3.0>
- Dépôt de code officiel de lapp: <https://github.com/scratchfoundation/scratch-gui>
2024-03-29 07:21:57 +01:00
- YunoHost Store: <https://apps.yunohost.org/app/scratch>
- Signaler un bug: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
2021-06-27 15:43:25 +02:00
## Informations pour les développeurs
2024-03-29 07:21:57 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/scratch_ynh/tree/testing).
2021-06-27 15:43:25 +02:00
2024-03-29 07:21:57 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-10-09 11:12:17 +02:00
2024-03-29 07:21:57 +01:00
```bash
2021-06-27 15:43:25 +02:00
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
```
2024-03-29 07:21:57 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>