mirror of
https://github.com/YunoHost-Apps/rsshub_ynh.git
synced 2024-09-03 20:25:52 +02:00
48 lines
2.1 KiB
Markdown
48 lines
2.1 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.
|
|
-->
|
|
|
|
# RSSHub untuk YunoHost
|
|
|
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/rsshub.svg)](https://ci-apps.yunohost.org/ci/apps/rsshub/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/rsshub.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/rsshub.maintain.svg)
|
|
|
|
[![Pasang RSSHub dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rsshub)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang RSSHub 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
|
|
|
|
RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. RSSHub can be used with browser extension RSSHub Radar and mobile auxiliary app RSSBud (iOS) and RSSAid (Android)
|
|
|
|
|
|
**Versi terkirim:** 2023.12.29~ynh1
|
|
|
|
## Tangkapan Layar
|
|
|
|
![Tangkapan Layar pada RSSHub](./doc/screenshots/screenshot.png)
|
|
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Website aplikasi resmi: <https://docs.rsshub.app/>
|
|
- Dokumentasi admin resmi: <https://docs.rsshub.app/install/>
|
|
- Depot kode aplikasi hulu: <https://github.com/DIYgod/RSSHub>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/rsshub>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/rsshub_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/rsshub_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/rsshub_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade rsshub -u https://github.com/YunoHost-Apps/rsshub_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|