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:
commit
d0a41cc8fd
2 changed files with 90 additions and 14 deletions
59
README.md
59
README.md
|
@ -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.
|
||||||
|
-->
|
||||||
|
|
||||||

|
# Pelican for YunoHost
|
||||||

|
|
||||||

|
|
||||||
[](https://raw.githubusercontent.com/YunoHost-Apps/pelican_ynh/master/LICENSE)
|
|
||||||
[](https://github.com/YunoHost/yunohost)
|
|
||||||
[](https://github.com/YunoHost-Apps/pelican_ynh/issues)
|
|
||||||
|
|
||||||
### How to install:
|
[](https://dash.yunohost.org/appci/app/pelican)  
|
||||||
- Use **Install software** option from Yunohost admin panel
|
[](https://install-app.yunohost.org/?app=pelican)
|
||||||
- Find textbox tagged as **Install custom App from github**
|
|
||||||
- Copy and paste: https://github.com/YunoHost-Apps/pelican_ynh
|
*[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:
|
**Shipped version:** 1.0
|
||||||
- Pelican : https://blog.getpelican.com/
|
|
||||||
- Yunohost : https://yunohost.org
|
|
||||||
|
|
||||||
|
## 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
45
README_fr.md
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# Pelican pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/pelican)  
|
||||||
|
[](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
|
Loading…
Add table
Reference in a new issue