1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/slingcode_ynh.git synced 2024-09-03 20:25:55 +02:00
slingcode_ynh/README.md

65 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2021-09-05 11:31:02 +02:00
<!--
2024-03-29 07:23:29 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-09-05 11:31:02 +02:00
It shall NOT be edited by hand.
-->
2020-07-27 22:38:38 +02:00
# Slingcode for YunoHost
[![Integration level](https://dash.yunohost.org/integration/slingcode.svg)](https://dash.yunohost.org/appci/app/slingcode) ![Working status](https://ci-apps.yunohost.org/ci/badges/slingcode.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/slingcode.maintain.svg)
2021-03-16 08:39:41 +01:00
[![Install Slingcode with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=slingcode)
2020-07-27 22:38:38 +02:00
2024-06-23 14:36:07 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2020-07-27 22:38:38 +02:00
2024-03-29 07:23:29 +01:00
> *This package allows you to install Slingcode 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.*
2020-07-27 22:38:38 +02:00
## 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.
2021-09-05 11:31:02 +02:00
### Features:
2020-07-27 22:38:38 +02:00
2021-09-05 11:31:02 +02:00
- 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.
2020-07-27 22:38:38 +02:00
**Shipped version:** 0.2.2~ynh5
2020-07-27 22:38:38 +02:00
2024-03-29 07:23:29 +01:00
**Demo:** <https://slingcode.net/slingcode.html>
2020-07-27 22:38:38 +02:00
2021-09-05 11:31:02 +02:00
## Screenshots
2020-07-27 22:38:38 +02:00
![Screenshot of Slingcode](./doc/screenshots/Screenshot.png)
2020-07-27 22:38:38 +02:00
2024-06-23 14:36:07 +02:00
## :red_circle: Antifeatures
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
2021-09-05 11:31:02 +02:00
## Documentation and resources
2020-07-27 22:38:38 +02:00
2024-03-29 07:23:29 +01:00
- Official app website: <https://slingcode.net/>
- Official user documentation: <https://slingcode.net/screencasts.html>
- Upstream app code repository: <https://github.com/chr15m/slingcode>
- YunoHost Store: <https://apps.yunohost.org/app/slingcode>
- Report a bug: <https://github.com/YunoHost-Apps/slingcode_ynh/issues>
2020-07-27 22:38:38 +02:00
2021-09-05 11:31:02 +02:00
## Developer info
2020-07-27 22:38:38 +02:00
2024-03-29 07:23:29 +01:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/slingcode_ynh/tree/testing).
2020-07-27 22:38:38 +02:00
2024-03-29 07:23:29 +01:00
To try the `testing` branch, please proceed like that:
2024-03-29 07:23:29 +01:00
```bash
2020-07-27 22:38:38 +02:00
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
```
2021-09-05 11:31:02 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>