mirror of
https://github.com/YunoHost-Apps/slingcode_ynh.git
synced 2024-09-03 20:25:55 +02:00
parent
1fd69b34d8
commit
c88dd68572
3 changed files with 10 additions and 4 deletions
|
@ -12,6 +12,8 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
|
||||
Slingcode is a code editor contained in a single HTML file. Therefore, it has no server component, so all of your data is stored in your browser's cache. However, it is still possible to make web apps, run them, export them, and even share them using peer-to-peer.
|
||||
|
||||
**Shipped version:** 0.0.1
|
||||
|
||||
## Screenshots
|
||||
|
||||
![](sources/Screenshot.png)
|
||||
|
@ -26,7 +28,7 @@ Slingcode is a code editor contained in a single HTML file. Therefore, it has no
|
|||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/appsslingcode/)
|
||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/slingcode/)
|
||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/slingcode/)
|
||||
|
||||
## Links
|
||||
|
|
|
@ -12,6 +12,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Slingcode est un éditeur de code contenu dans un unique fichier HTML. Il n'a pas de composant serveur, ce qui signifie que toutes vos données sont stockées dans le cache de votre navigateur. Cependant, il est toujours possible de créer des applications Web, de les exécuter, de les exporter et même de les partager en peer-to-peer.
|
||||
|
||||
**Version incluse :** 0.0.1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
![](sources/Screenshot.png)
|
||||
|
@ -20,11 +22,13 @@ Slingcode est un éditeur de code contenu dans un unique fichier HTML. Il n'a pa
|
|||
|
||||
* [Démo officielle](https://slingcode.net/slingcode.html)
|
||||
|
||||
## Documentation
|
||||
|
||||
* Documentation officielle : https://slingcode.net/screencasts.html
|
||||
|
||||
#### Architectures supportées
|
||||
|
||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/appsslingcode/)
|
||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/slingcode/)
|
||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/slingcode/)
|
||||
|
||||
## Liens
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"version": "0.0.1~ynh1",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": "",
|
||||
"email": ""
|
||||
"name": "eric_G",
|
||||
"email": "ericgaspar@free.fr"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.8.0"
|
||||
|
|
Loading…
Reference in a new issue