mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
commit
a8e3409eb7
2 changed files with 51 additions and 1 deletions
50
README_it.md
Normal file
50
README_it.md
Normal 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 dell’app: <https://dotclear.org>
|
||||||
|
- Documentazione ufficiale per gli amministratori: <https://dotclear.org/documentation/2.0>
|
||||||
|
- Repository upstream del codice dell’app: <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 quest’app:** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
class ldapDcAuth extends dcAuth
|
class ldapDcAuth extends Auth
|
||||||
{
|
{
|
||||||
# The user can't change his password
|
# The user can't change his password
|
||||||
protected $allow_pass_change = false;
|
protected $allow_pass_change = false;
|
||||||
|
|
Loading…
Reference in a new issue