mirror of
https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git
synced 2024-09-03 20:06:36 +02:00
Auto-update README
This commit is contained in:
parent
a4b0e66dfb
commit
296ac74b1f
2 changed files with 25 additions and 23 deletions
21
README.md
21
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# PrettyNoemie CMS for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/prettynoemiecms)  
|
||||
[](https://dash.yunohost.org/appci/app/prettynoemiecms)  
|
||||
[](https://install-app.yunohost.org/?app=prettynoemiecms)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -18,13 +18,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
PrettyNoemieCMS offers its users an ergonomic solution, simple and elegant to build in no time responsive windows sites with modern design.
|
||||
The construction of your site will consist of arranging at your convenience various modules, edit their content, and customize your site by choosing fonts, formatting text, and display colors.
|
||||
|
||||
**Shipped version:** 2020.01.07~ynh2
|
||||
|
||||
**Demo:** https://demo-pretty-noemie.frama.site
|
||||
**Shipped version:** 2022.06.26~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -34,20 +32,21 @@ How to configure this app: by an admin panel at: `your.domain.tld/your_path/admi
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official user documentation: https://framagit.org/framasoft/PrettyNoemieCMS
|
||||
* Upstream app code repository: https://framagit.org/framasoft/PrettyNoemieCMS
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_prettynoemiecms
|
||||
* Report a bug: https://github.com/YunoHost-Apps/prettynoemiecms_ynh/issues
|
||||
* Official user documentation: <https://framagit.org/framasoft/PrettyNoemieCMS>
|
||||
* Upstream app code repository: <https://framagit.org/framasoft/PrettyNoemieCMS>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_prettynoemiecms>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/prettynoemiecms_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/prettynoemiecms_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/prettynoemiecms_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade prettynoemiecms -u https://github.com/YunoHost-Apps/prettynoemiecms_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
27
README_fr.md
27
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# PrettyNoemie CMS pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/prettynoemiecms)  
|
||||
[](https://dash.yunohost.org/appci/app/prettynoemiecms)  
|
||||
[](https://install-app.yunohost.org/?app=prettynoemiecms)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer PrettyNoemie CMS 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.*
|
||||
|
@ -14,13 +18,11 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
CMS offrant à ses utilisateurs une solution ergonomique, simple et élégante pour construire en un rien de temps des sites vitrines responsives au design moderne.
|
||||
La construction de votre site consistera à agencer à votre convenance des modules variés, d'éditer leurs contenus, et de personnaliser votre site en choisissant les polices de caractère, la mise en forme du texte, ainsi que les couleurs d'affichage.
|
||||
|
||||
**Version incluse :** 2020.01.07~ynh2
|
||||
|
||||
**Démo :** https://demo-pretty-noemie.frama.site
|
||||
**Version incluse :** 2022.06.26~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -30,20 +32,21 @@ Comment configurer cette application: via le panneau d'administration à : `votr
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Documentation officielle utilisateur : https://framagit.org/framasoft/PrettyNoemieCMS
|
||||
* Dépôt de code officiel de l'app : https://framagit.org/framasoft/PrettyNoemieCMS
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_prettynoemiecms
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/prettynoemiecms_ynh/issues
|
||||
* Documentation officielle utilisateur : <https://framagit.org/framasoft/PrettyNoemieCMS>
|
||||
* Dépôt de code officiel de l'app : <https://framagit.org/framasoft/PrettyNoemieCMS>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_prettynoemiecms>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/prettynoemiecms_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/prettynoemiecms_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/prettynoemiecms_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade prettynoemiecms -u https://github.com/YunoHost-Apps/prettynoemiecms_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
Loading…
Add table
Reference in a new issue