mirror of
https://github.com/YunoHost-Apps/directorylister_ynh.git
synced 2024-09-03 18:26:02 +02:00
Auto-update READMEs
This commit is contained in:
parent
9bd68ee4ae
commit
5dd49f0bea
8 changed files with 68 additions and 6 deletions
|
@ -5,4 +5,5 @@
|
|||
- [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_zh_Hans.md)
|
||||
|
|
|
@ -30,7 +30,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
|
|||
- Multi-lingual
|
||||
|
||||
|
||||
**Shipped version:** 4.1.0~ynh1
|
||||
**Shipped version:** 4.2.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
|
|||
- Multi-lingual
|
||||
|
||||
|
||||
**Versión actual:** 4.1.0~ynh1
|
||||
**Versión actual:** 4.2.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
|
|||
- Multi-lingual
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 4.1.0~ynh1
|
||||
**Paketatutako bertsioa:** 4.2.0~ynh1
|
||||
|
||||
**Demoa:** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ Directory Lister est le moyen le plus simple d'exposer le contenu de n'importe q
|
|||
- Multilingue
|
||||
|
||||
|
||||
**Version incluse :** 4.1.0~ynh1
|
||||
**Version incluse :** 4.2.0~ynh1
|
||||
|
||||
**Démo :** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
|
|||
- Multi-lingual
|
||||
|
||||
|
||||
**Versión proporcionada:** 4.1.0~ynh1
|
||||
**Versión proporcionada:** 4.2.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
61
README_id.md
Normal file
61
README_id.md
Normal file
|
@ -0,0 +1,61 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# Directory Lister untuk YunoHost
|
||||
|
||||
[![Tingkat integrasi](https://dash.yunohost.org/integration/directorylister.svg)](https://ci-apps.yunohost.org/ci/apps/directorylister/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/directorylister.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/directorylister.maintain.svg)
|
||||
|
||||
[![Pasang Directory Lister dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=directorylister)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang Directory Lister 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
|
||||
|
||||
Directory Lister is the easiest way to expose the contents of any web-accessible folder for browsing and sharing. With a zero configuration, drag-and-drop installation you'll be up and running in less than a minute.
|
||||
|
||||
### Features
|
||||
|
||||
- Simple installation
|
||||
- Light and dark themes
|
||||
- Custom sort ordering
|
||||
- File search
|
||||
- File hashes
|
||||
- Readme rendering
|
||||
- Zip downloads
|
||||
- Multi-lingual
|
||||
|
||||
|
||||
**Versi terkirim:** 4.2.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.directorylister.com/>
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||
![Tangkapan Layar pada Directory Lister](./doc/screenshots/Screenshot.png)
|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Website aplikasi resmi: <https://www.directorylister.com/>
|
||||
- Dokumentasi admin resmi: <https://docs.directorylister.com/>
|
||||
- Repositori kode aplikasi hulu: <https://github.com/DirectoryLister/DirectoryLister>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/directorylister>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/directorylister_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/directorylister_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/directorylister_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade directorylister -u https://github.com/YunoHost-Apps/directorylister_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
|
@ -30,7 +30,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
|
|||
- Multi-lingual
|
||||
|
||||
|
||||
**分发版本:** 4.1.0~ynh1
|
||||
**分发版本:** 4.2.0~ynh1
|
||||
|
||||
**演示:** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue