mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
Auto-update READMEs
This commit is contained in:
parent
c1bfe4a56d
commit
80a839b632
9 changed files with 122 additions and 6 deletions
|
@ -5,4 +5,6 @@
|
|||
- [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_ru.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Dokuwiki for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/dokuwiki)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/dokuwiki/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=dokuwiki)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ No se debe editar a mano.
|
|||
|
||||
# Dokuwiki para Yunohost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/dokuwiki)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/dokuwiki/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=dokuwiki)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ EZ editatu eskuz.
|
|||
|
||||
# Dokuwiki YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/dokuwiki)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/dokuwiki/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=dokuwiki)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
# Dokuwiki pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/dokuwiki)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/dokuwiki/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=dokuwiki)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ NON debe editarse manualmente.
|
|||
|
||||
# Dokuwiki para YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/dokuwiki)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/dokuwiki/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=dokuwiki)
|
||||
|
||||
|
|
57
README_id.md
Normal file
57
README_id.md
Normal file
|
@ -0,0 +1,57 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# Dokuwiki untuk YunoHost
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/dokuwiki/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=dokuwiki)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang Dokuwiki 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
|
||||
|
||||
DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
* Integrate with YunoHost users and SSO - i.e. logout button
|
||||
* Allow one user to be the "administrator" (set at the installation)
|
||||
* Default authorization is set as read only so guest people cannot edit pages. (Especially needed if wiki is public to avoid spam and defacing. Can be changed from admin panel)
|
||||
* During the upgrade, official plugins are also upgraded. We recommend that you should check that they run properly in the administration panel after the upgrade. We cannot know if some plugins are broken...
|
||||
|
||||
|
||||
**Versi terkirim:** 2024.02.06a~ynh1
|
||||
|
||||
**Demo:** <https://demo.yunohost.org/dokuwiki/doku.php?id=start&do=login&u=demo&p=demo>
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||

|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Website aplikasi resmi: <https://www.dokuwiki.org>
|
||||
- Dokumentasi admin resmi: <https://www.dokuwiki.org/manual>
|
||||
- Depot kode aplikasi hulu: <https://github.com/dokuwiki/dokuwiki>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/dokuwiki>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/dokuwiki_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade dokuwiki -u https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
57
README_ru.md
Normal file
57
README_ru.md
Normal file
|
@ -0,0 +1,57 @@
|
|||
<!--
|
||||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||||
-->
|
||||
|
||||
# Dokuwiki для YunoHost
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/dokuwiki/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=dokuwiki)
|
||||
|
||||
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||||
|
||||
> *Этот пакет позволяет Вам установить Dokuwiki быстро и просто на YunoHost-сервер.*
|
||||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||||
|
||||
## Обзор
|
||||
|
||||
DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
* Integrate with YunoHost users and SSO - i.e. logout button
|
||||
* Allow one user to be the "administrator" (set at the installation)
|
||||
* Default authorization is set as read only so guest people cannot edit pages. (Especially needed if wiki is public to avoid spam and defacing. Can be changed from admin panel)
|
||||
* During the upgrade, official plugins are also upgraded. We recommend that you should check that they run properly in the administration panel after the upgrade. We cannot know if some plugins are broken...
|
||||
|
||||
|
||||
**Поставляемая версия:** 2024.02.06a~ynh1
|
||||
|
||||
**Демо-версия:** <https://demo.yunohost.org/dokuwiki/doku.php?id=start&do=login&u=demo&p=demo>
|
||||
|
||||
## Снимки экрана
|
||||
|
||||

|
||||
|
||||
## Документация и ресурсы
|
||||
|
||||
- Официальный веб-сайт приложения: <https://www.dokuwiki.org>
|
||||
- Официальная документация администратора: <https://www.dokuwiki.org/manual>
|
||||
- Репозиторий кода главной ветки приложения: <https://github.com/dokuwiki/dokuwiki>
|
||||
- Магазин YunoHost: <https://apps.yunohost.org/app/dokuwiki>
|
||||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/dokuwiki_ynh/issues>
|
||||
|
||||
## Информация для разработчиков
|
||||
|
||||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing).
|
||||
|
||||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing --debug
|
||||
или
|
||||
sudo yunohost app upgrade dokuwiki -u https://github.com/YunoHost-Apps/dokuwiki_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# YunoHost 上的 Dokuwiki
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/dokuwiki)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/dokuwiki/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=dokuwiki)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue