1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pelican_ynh.git synced 2024-09-03 19:46:35 +02:00

Merge branch 'example' of https://github.com/YunoHost-Apps/pelican_ynh into example

This commit is contained in:
yalh76 2022-03-27 12:47:12 +02:00
commit d0a41cc8fd
2 changed files with 90 additions and 14 deletions

View file

@ -1,18 +1,49 @@
## <img src="http://pix.toile-libre.org/upload/original/1502662792.png" height="32" align="top"> pelican_ynh
<!--
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.
-->
![version](https://img.shields.io/badge/version----blue.svg?style=flat)
![status](https://img.shields.io/badge/status-in_progress-yellow.svg?style=flat)
![dependencies](https://img.shields.io/badge/dependencies-includes-lightgrey.svg?style=flat)
[![license](https://img.shields.io/badge/license-GPLv3-green.svg?style=flat)](https://raw.githubusercontent.com/YunoHost-Apps/pelican_ynh/master/LICENSE)
[![version_ynh](https://img.shields.io/badge/yunohost-2.6.5_[tested]-orange.svg?style=flat)](https://github.com/YunoHost/yunohost)
[![issues](https://img.shields.io/github/issues/YunoHost-Apps/pelican_ynh.svg?style=flat)](https://github.com/YunoHost-Apps/pelican_ynh/issues)
# Pelican for YunoHost
### How to install:
- Use **Install software** option from Yunohost admin panel
- Find textbox tagged as **Install custom App from github**
- Copy and paste: https://github.com/YunoHost-Apps/pelican_ynh
[![Integration level](https://dash.yunohost.org/integration/pelican.svg)](https://dash.yunohost.org/appci/app/pelican) ![](https://ci-apps.yunohost.org/ci/badges/pelican.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pelican.maintain.svg)
[![Install Pelican with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pelican)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Pelican quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
Pelican is a static site generator, written in Python_.
* Compose content in Markdown_ or reStructuredText_ using your editor of choice
* Simple command-line tool (re)generates HTML, CSS, and JS from your source content
* Easy to interface with version control systems and web hooks
* Completely static output is simple to host anywhere
### More information about:
- Pelican : https://blog.getpelican.com/
- Yunohost : https://yunohost.org
**Shipped version:** 1.0
## Documentation and resources
* Official app website: https://blog.getpelican.com/
* Official admin documentation: https://docs.getpelican.com/en/latest/index.html
* Upstream app code repository: https://github.com/getpelican/pelican
* YunoHost documentation for this app: https://yunohost.org/app_pelican
* Report a bug: https://github.com/YunoHost-Apps/pelican_ynh/issues
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/pelican_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/pelican_ynh/tree/testing --debug
or
sudo yunohost app upgrade pelican -u https://github.com/YunoHost-Apps/pelican_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps

45
README_fr.md Normal file
View file

@ -0,0 +1,45 @@
# Pelican pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/pelican.svg)](https://dash.yunohost.org/appci/app/pelican) ![](https://ci-apps.yunohost.org/ci/badges/pelican.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pelican.maintain.svg)
[![Installer Pelican avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pelican)
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Pelican 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
Pelican is a static site generator, written in Python_.
* Compose content in Markdown_ or reStructuredText_ using your editor of choice
* Simple command-line tool (re)generates HTML, CSS, and JS from your source content
* Easy to interface with version control systems and web hooks
* Completely static output is simple to host anywhere
**Version incluse :** 1.0
## Documentations et ressources
* Site officiel de l'app : https://blog.getpelican.com/
* Documentation officielle de l'admin : https://docs.getpelican.com/en/latest/index.html
* Dépôt de code officiel de l'app : https://github.com/getpelican/pelican
* Documentation YunoHost pour cette app : https://yunohost.org/app_pelican
* Signaler un bug : https://github.com/YunoHost-Apps/pelican_ynh/issues
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pelican_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/pelican_ynh/tree/testing --debug
ou
sudo yunohost app upgrade pelican -u https://github.com/YunoHost-Apps/pelican_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps