1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00

Auto-update READMEs

This commit is contained in:
yunohost-bot 2024-08-09 06:17:24 +00:00 committed by autoreadme_webhook
parent f68d5e1067
commit 673a17fde9
2 changed files with 52 additions and 0 deletions

View file

@ -5,4 +5,5 @@
- [Irakurri README euskaraz](README_eu.md) - [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md) - [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md) - [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [阅读中文(简体)的 README](README_zh_Hans.md) - [阅读中文(简体)的 README](README_zh_Hans.md)

51
README_id.md Normal file
View file

@ -0,0 +1,51 @@
<!--
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Ini TIDAK boleh diedit dengan tangan.
-->
# MediaWiki untuk YunoHost
[![Tingkat integrasi](https://dash.yunohost.org/integration/mediawiki.svg)](https://ci-apps.yunohost.org/ci/apps/mediawiki/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/mediawiki.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/mediawiki.maintain.svg)
[![Pasang MediaWiki dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mediawiki)
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
> *Paket ini memperbolehkan Anda untuk memasang MediaWiki 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
MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wikimedia projects, used by hundreds of millions of people each month. MediaWiki is localised in over 350 languages and its reliability and robust feature set have earned it a large and vibrant community of third-party users and developers.
**Versi terkirim:** 1.42.1~ynh1
**Demo:** <https://www.wikipedia.org>
## Tangkapan Layar
![Tangkapan Layar pada MediaWiki](./doc/screenshots/screenshot.png)
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://www.mediawiki.org>
- Dokumentasi pengguna resmi: <https://www.mediawiki.org/wiki/Project:Help>
- Dokumentasi admin resmi: <https://www.mediawiki.org/wiki/Documentation>
- Depot kode aplikasi hulu: <https://github.com/wikimedia/mediawiki>
- Gudang YunoHost: <https://apps.yunohost.org/app/mediawiki>
- Laporkan bug: <https://github.com/YunoHost-Apps/mediawiki_ynh/issues>
## Info developer
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/mediawiki_ynh/tree/testing).
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/mediawiki_ynh/tree/testing --debug
atau
sudo yunohost app upgrade mediawiki -u https://github.com/YunoHost-Apps/mediawiki_ynh/tree/testing --debug
```
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>