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 7ec5418357
Testing (#11)
* Update README.md

* Cleaning up

* Update manifest.json

* Update change_url

* Update manifest.json

* [autopatch] Update issue and PR templates (#7)

Co-authored-by: Yunohost-Bot <>

* Fix

* [autopatch] Update issue and PR templates (#8)

Co-authored-by: Yunohost-Bot <>

* Fix (#9)

* Cleaning up

* Update manifest.json

* Auto-update README

* Update manifest.json

* 4.3

* Update restore

* Fix

* Auto-update README

* Delete .DS_Store

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-06-20 08:10:20 +02:00
.github Testing (#10) 2021-09-05 11:31:02 +02:00
conf Testing (#11) 2022-06-20 08:10:20 +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
.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 Testing (#11) 2022-06-20 08:10:20 +02:00
manifest.json Testing (#11) 2022-06-20 08:10:20 +02:00
README.md Testing (#11) 2022-06-20 08:10:20 +02:00
README_fr.md Testing (#11) 2022-06-20 08:10:20 +02:00

Slingcode for YunoHost

Integration level Working status Maintenance status
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

Screenshot of Slingcode

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