mirror of
https://github.com/YunoHost-Apps/selfoss_ynh.git
synced 2024-09-03 20:16:21 +02:00
49 lines
2.2 KiB
Markdown
49 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.
|
|
-->
|
|
|
|
# Selfoss untuk YunoHost
|
|
|
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/selfoss.svg)](https://ci-apps.yunohost.org/ci/apps/selfoss/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/selfoss.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/selfoss.maintain.svg)
|
|
|
|
[![Pasang Selfoss dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=selfoss)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang Selfoss 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
|
|
|
|
Selfoss is a multipurpose RSS reader and feed aggregation web application. It allows you to easily follow updates from different web sites, social networks and other platforms, all in single place. It is written in PHP, allowing you to run it basically anywhere.
|
|
|
|
|
|
**Versi terkirim:** 2.19~ynh5
|
|
|
|
## Tangkapan Layar
|
|
|
|
![Tangkapan Layar pada Selfoss](./doc/screenshots/screenshot1.png)
|
|
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Website aplikasi resmi: <https://selfoss.aditu.de/>
|
|
- Dokumentasi pengguna resmi: <https://selfoss.aditu.de/>
|
|
- Dokumentasi admin resmi: <https://github.com/fossar/selfoss/wiki>
|
|
- Depot kode aplikasi hulu: <https://github.com/fossar/selfoss>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/selfoss>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/selfoss_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/selfoss_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/selfoss_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade selfoss -u https://github.com/YunoHost-Apps/selfoss_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|