mirror of
https://github.com/YunoHost-Apps/slingcode_ynh.git
synced 2024-09-03 20:25:55 +02:00
Slingcode package for YunoHost
59c0d92c6e
* Cleaning up |
||
---|---|---|
.github | ||
conf | ||
doc | ||
scripts | ||
sources | ||
.DS_Store | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
Slingcode for YunoHost
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
- Official app website: https://slingcode.net/
- Official user documentation: https://slingcode.net/screencasts.html
- Upstream app code repository: https://github.com/chr15m/slingcode
- YunoHost documentation for this app: https://yunohost.org/app_slingcode
- Report a bug: https://github.com/YunoHost-Apps/slingcode_ynh/issues
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