mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Merge 27763a423b
into 4ac5b2be80
This commit is contained in:
commit
a9a2cb36ab
9 changed files with 70 additions and 9 deletions
|
@ -5,4 +5,5 @@
|
|||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -29,7 +29,7 @@ This version of Etherpad is preconfigured with a collection of plugins:
|
|||
|
||||
|
||||
|
||||
**Shipped version:** 2.1.1~ynh1
|
||||
**Shipped version:** 2.2.2~ynh1
|
||||
|
||||
**Demo:** <https://video.etherpad.com>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ This version of Etherpad is preconfigured with a collection of plugins:
|
|||
|
||||
|
||||
|
||||
**Versión actual:** 2.1.1~ynh1
|
||||
**Versión actual:** 2.2.2~ynh1
|
||||
|
||||
**Demo:** <https://video.etherpad.com>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ This version of Etherpad is preconfigured with a collection of plugins:
|
|||
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2.1.1~ynh1
|
||||
**Paketatutako bertsioa:** 2.2.2~ynh1
|
||||
|
||||
**Demoa:** <https://video.etherpad.com>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ Cette version d'Etherpad est préconfigurée avec une collection de plugins:
|
|||
- [ep_headings2](https://www.npmjs.com/package/ep_headings2) - *Possibilité de définir des titres*
|
||||
|
||||
|
||||
**Version incluse :** 2.1.1~ynh1
|
||||
**Version incluse :** 2.2.2~ynh1
|
||||
|
||||
**Démo :** <https://video.etherpad.com>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ This version of Etherpad is preconfigured with a collection of plugins:
|
|||
|
||||
|
||||
|
||||
**Versión proporcionada:** 2.1.1~ynh1
|
||||
**Versión proporcionada:** 2.2.2~ynh1
|
||||
|
||||
**Demo:** <https://video.etherpad.com>
|
||||
|
||||
|
|
60
README_id.md
Normal file
60
README_id.md
Normal file
|
@ -0,0 +1,60 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# Etherpad MyPads untuk YunoHost
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/etherpad_mypads/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=etherpad_mypads)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang Etherpad MyPads secara cepat dan mudah pada server YunoHost.*
|
||||
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||||
|
||||
## Ringkasan
|
||||
|
||||
Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control.
|
||||
|
||||
This version of Etherpad is preconfigured with a collection of plugins:
|
||||
|
||||
- [ep_mypads](https://www.npmjs.com/package/ep_mypads) - *Groups and private pads for etherpad*
|
||||
- [ep_align](https://www.npmjs.com/package/ep_align) - *Add Left/Center/Right/Justify alignment*
|
||||
- [ep_author_hover](https://www.npmjs.com/package/ep_author_hover) - *Display author names when hovereing text*
|
||||
- [ep_delete_empty_pads](https://www.npmjs.com/package/ep_delete_empty_pads) - *Delete pads which were never edited*
|
||||
- [ep_font_size](https://www.npmjs.com/package/ep_font_size) - *Be able to change font size*
|
||||
- [ep_headings2](https://www.npmjs.com/package/ep_headings2) - *Be able to set text as headers*
|
||||
|
||||
|
||||
|
||||
**Versi terkirim:** 2.2.2~ynh1
|
||||
|
||||
**Demo:** <https://video.etherpad.com>
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||

|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Website aplikasi resmi: <http://etherpad.org>
|
||||
- Dokumentasi admin resmi: <http://etherpad.org/doc/v1.9.0>
|
||||
- Depot kode aplikasi hulu: <https://github.com/ether/etherpad-lite>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/etherpad_mypads>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade etherpad_mypads -u https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
|
@ -29,7 +29,7 @@ This version of Etherpad is preconfigured with a collection of plugins:
|
|||
|
||||
|
||||
|
||||
**分发版本:** 2.1.1~ynh1
|
||||
**分发版本:** 2.2.2~ynh1
|
||||
|
||||
**演示:** <https://video.etherpad.com>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Etherpad MyPads"
|
|||
description.en = "Online editor providing collaborative editing in real-time"
|
||||
description.fr = "Éditeur en ligne fournissant l'édition collaborative en temps réel"
|
||||
|
||||
version = "2.1.1~ynh1"
|
||||
version = "2.2.2~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -83,8 +83,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/ether/etherpad-lite/archive/refs/tags/2.1.1.tar.gz"
|
||||
sha256 = "dfca3f1ae5583e1154c7888c31944af50f07e22b837594984d50c329d9ea2792"
|
||||
url = "https://github.com/ether/etherpad-lite/archive/refs/tags/2.2.2.tar.gz"
|
||||
sha256 = "9e7fe5c3cae0adac95b6ae45fd7febea38d2c2fcb5ccaccf47235fe1f239480f"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue