mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
975b2a7f18
* [autopatch] Automatic patch attempt for helpers 2.1 (#60) * [autopatch] Automatic patch attempt for helpers 2.1 * cleaning --------- Co-authored-by: Yunohost-Bot <> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * Update DESCRIPTION_fr.md * Auto-update READMEs --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
61 lines
2.2 KiB
Markdown
61 lines
2.2 KiB
Markdown
<!--
|
|
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
Ini TIDAK boleh diedit dengan tangan.
|
|
-->
|
|
|
|
# myTinyTodo untuk YunoHost
|
|
|
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/mytinytodo.svg)](https://ci-apps.yunohost.org/ci/apps/mytinytodo/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/mytinytodo.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/mytinytodo.maintain.svg)
|
|
|
|
[![Pasang myTinyTodo dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mytinytodo)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang myTinyTodo 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
|
|
|
|
Simple way to manage your todo lists.
|
|
|
|
### Features
|
|
|
|
- Multiple lists
|
|
- Task notes
|
|
- Tags (and tag cloud)
|
|
- Due dates
|
|
- Priority (-1, 0, +1, +2)
|
|
- Different sortings including sort by drag-and-drop
|
|
- Search
|
|
- Password protection
|
|
|
|
|
|
**Versi terkirim:** 1.8.1~ynh2
|
|
|
|
**Demo:** <https://www.mytinytodo.net/demo/>
|
|
|
|
## Tangkapan Layar
|
|
|
|
![Tangkapan Layar pada myTinyTodo](./doc/screenshots/shot-v14b1.png)
|
|
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Website aplikasi resmi: <http://www.mytinytodo.net/>
|
|
- Dokumentasi admin resmi: <https://www.mytinytodo.net/faq.php>
|
|
- Depot kode aplikasi hulu: <https://github.com/maxpozdeev/mytinytodo>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/mytinytodo>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/mytinytodo_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/mytinytodo_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/mytinytodo_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade mytinytodo -u https://github.com/YunoHost-Apps/mytinytodo_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|