1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/slingcode_ynh.git synced 2024-09-03 20:25:55 +02:00
Slingcode package for YunoHost
Find a file
Éric Gaspar 59c0d92c6e
Testing (#10)
* Cleaning up
2021-09-05 11:31:02 +02:00
.github Testing (#10) 2021-09-05 11:31:02 +02:00
conf Testing (#10) 2021-09-05 11:31:02 +02:00
doc Testing (#10) 2021-09-05 11:31:02 +02:00
scripts Testing (#10) 2021-09-05 11:31:02 +02:00
sources Testing (#10) 2021-09-05 11:31:02 +02:00
.DS_Store upgrade to v0.2.2 2020-08-20 11:30:04 +02:00
.gitignore upgrade to v0.2.2 2020-08-20 11:30:04 +02:00
check_process Testing (#10) 2021-09-05 11:31:02 +02:00
LICENSE first commit 2020-07-27 22:38:38 +02:00
manifest.json Testing (#10) 2021-09-05 11:31:02 +02:00
README.md Testing (#10) 2021-09-05 11:31:02 +02:00
README_fr.md Testing (#10) 2021-09-05 11:31:02 +02:00

Slingcode for YunoHost

Integration level
Install Slingcode with YunoHost

Lire ce readme en français.

This package allows you to install Slingcode quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

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.

Features:

  • You can make, run, and share web apps with it.
  • You don't need any complicated tools to use it, just a web browser.
  • You don't need a server, hosting, or an SSL certificate to run the web apps.
  • You can put Slingcode on a web site, run it from a USB stick, laptop, or phone, and it doesn't need an internet connection to work.
  • You can "add to home screen" in your phone's browser to easily access your library of programs on the go.
  • You can share apps peer-to-peer over WebTorrent.
  • It's private. You only share what you choose.

Shipped version: 0.2.2~ynh4

Demo: https://slingcode.net/slingcode.html

Screenshots

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/slingcode_ynh/tree/testing --debug
or
sudo yunohost app upgrade slingcode -u https://github.com/YunoHost-Apps/slingcode_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps