mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
83 lines
No EOL
2.8 KiB
Markdown
83 lines
No EOL
2.8 KiB
Markdown
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# DotClear 2 pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/dotclear2.svg)](https://dash.yunohost.org/appci/app/dotclear2) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/dotclear2.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/dotclear2.maintain.svg)
|
||
|
||
[![Installer DotClear 2 avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dotclear2)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer DotClear 2 rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
Dotclear is an open-source web publishing software.
|
||
Take control over your blog!
|
||
|
||
Dotclear project's purpose is to provide a user-friendly
|
||
tool allowing anyone to publish on the web, regardless of their technical skills.
|
||
|
||
### Features
|
||
|
||
- Easy publication
|
||
- Fully customizable theme
|
||
- User-friendly administration
|
||
- Flexible template system
|
||
- Media management
|
||
- Choose from several editing syntax (wiki, markdown or directly in wysiwyg)
|
||
- Flexible comment system
|
||
- Built-in antispam
|
||
- Localization
|
||
- Presentation widgets
|
||
- Themes and plugins
|
||
- Pages
|
||
- Tags and categories
|
||
- Automated installation
|
||
- Support for several database types
|
||
- Multiblog
|
||
- Multi-user with permissions
|
||
- Standards compliant
|
||
- Accessible
|
||
- Importing / exporting
|
||
- Naturally optimized for search engines
|
||
- Syndication feeds
|
||
- Complete trackback/pingback/webmention support
|
||
- Full Unicode support
|
||
- Extensible
|
||
- Performance and scalability
|
||
- Twice free
|
||
|
||
|
||
**Version incluse :** 2.27.3~ynh1
|
||
|
||
**Démo :** https://www.softaculous.com/demos/Dotclear
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de DotClear 2](./doc/screenshots/ss2_dotclear.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://dotclear.org>
|
||
* Documentation officielle de l’admin : <https://dotclear.org/documentation/2.0>
|
||
* Dépôt de code officiel de l’app : <https://git.dotclear.org/dev/dotclear>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/dotclear2_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/dotclear2_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/dotclear2_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade dotclear2 -u https://github.com/YunoHost-Apps/dotclear2_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |