scratch_ynh/README.md

50 lines
2 KiB
Markdown
Raw Normal View History

2021-06-27 15:43:25 +02:00
<!--
2024-03-29 07:21:57 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-06-27 15:43:25 +02:00
It shall NOT be edited by hand.
-->
2018-11-29 11:55:24 +01:00
2021-06-27 15:43:25 +02:00
# Scratch for YunoHost
2018-11-29 11:55:24 +01:00
2023-02-23 23:40:54 +01:00
[![Integration level](https://dash.yunohost.org/integration/scratch.svg)](https://dash.yunohost.org/appci/app/scratch) ![Working status](https://ci-apps.yunohost.org/ci/badges/scratch.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/scratch.maintain.svg)
2021-06-27 15:43:25 +02:00
[![Install Scratch with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scratch)
2018-11-29 11:55:24 +01:00
2024-04-16 21:29:28 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2018-11-29 11:55:24 +01:00
2024-03-29 07:21:57 +01:00
> *This package allows you to install Scratch 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.*
2018-11-29 11:55:24 +01:00
2021-06-27 15:43:25 +02:00
## Overview
2018-11-29 11:55:24 +01:00
2021-09-04 23:18:38 +02:00
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
2018-11-29 11:55:24 +01:00
2024-06-20 20:50:31 +02:00
**Shipped version:** 4.0.4~ynh1
2018-11-29 11:55:24 +01:00
2024-06-20 20:24:07 +02:00
**Demo:** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
2021-06-27 17:45:11 +02:00
## Screenshots
2022-10-09 11:12:17 +02:00
![Screenshot of Scratch](./doc/screenshots/800px-Scratch_3.0_Éditeur.png)
2018-11-29 11:55:24 +01:00
2021-06-27 15:43:25 +02:00
## Documentation and resources
2018-11-29 11:55:24 +01:00
2024-03-29 07:21:57 +01:00
- Official app website: <https://scratch.mit.edu/>
2024-06-20 20:24:07 +02:00
- Official admin documentation: <https://scratch-wiki.info/wiki/Scratch_3.0>
- Upstream app code repository: <https://github.com/scratchfoundation/scratch-gui>
2024-03-29 07:21:57 +01:00
- YunoHost Store: <https://apps.yunohost.org/app/scratch>
- Report a bug: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
2021-06-27 15:43:25 +02:00
## Developer info
2024-03-29 07:21:57 +01:00
Please send your pull request to the [`testing` branch](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
To try the `testing` branch, please proceed like that:
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
or
sudo yunohost app upgrade scratch -u https://github.com/YunoHost-Apps/scratch_ynh/tree/testing --debug
```
2022-10-09 11:12:17 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>