1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00

Merge pull request #81 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2024-05-21 19:55:37 +02:00 committed by GitHub
commit a8e3409eb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 51 additions and 1 deletions

50
README_it.md Normal file
View file

@ -0,0 +1,50 @@
<!--
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON DEVE essere modificato manualmente.
-->
# DotClear 2 per YunoHost
[![Livello di integrazione](https://dash.yunohost.org/integration/dotclear2.svg)](https://dash.yunohost.org/appci/app/dotclear2) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/dotclear2.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/dotclear2.maintain.svg)
[![Installa DotClear 2 con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dotclear2)
*[Leggi questo README in altre lingue.](./ALL_README.md)*
> *Questo pacchetto ti permette di installare DotClear 2 su un server YunoHost in modo semplice e veloce.*
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
## Panoramica
Dotclear is an open-source web publishing software. Dotclear project's purpose is to provide a user-friendly tool allowing anyone to publish on the web, regardless of their technical skills.
**Versione pubblicata:** 2.27.3~ynh1
**Prova:** <https://www.softaculous.com/demos/Dotclear>
## Screenshot
![Screenshot di DotClear 2](./doc/screenshots/ss2_dotclear.png)
## Documentazione e risorse
- Sito web ufficiale dellapp: <https://dotclear.org>
- Documentazione ufficiale per gli amministratori: <https://dotclear.org/documentation/2.0>
- Repository upstream del codice dellapp: <https://git.dotclear.org/dev/dotclear>
- Store di YunoHost: <https://apps.yunohost.org/app/dotclear2>
- Segnala un problema: <https://github.com/YunoHost-Apps/dotclear2_ynh/issues>
## Informazioni per sviluppatori
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/dotclear2_ynh/tree/testing).
Per provare la branch di `testing`, si prega di procedere in questo modo:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/dotclear2_ynh/tree/testing --debug
o
sudo yunohost app upgrade dotclear2 -u https://github.com/YunoHost-Apps/dotclear2_ynh/tree/testing --debug
```
**Maggiori informazioni riguardo il pacchetto di questapp:** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
<?php
class ldapDcAuth extends dcAuth
class ldapDcAuth extends Auth
{
# The user can't change his password
protected $allow_pass_change = false;