mirror of
https://github.com/YunoHost-Apps/pelican_ynh.git
synced 2024-09-03 19:46:35 +02:00
commit
aa153fa6de
5 changed files with 6 additions and 5 deletions
|
@ -23,7 +23,7 @@ Pelican is a static site generator, written in Python_.
|
||||||
* Completely static output is simple to host anywhere
|
* Completely static output is simple to host anywhere
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh2
|
**Shipped version:** 1.0~ynh3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Pelican is a static site generator, written in Python_.
|
||||||
* Completely static output is simple to host anywhere
|
* Completely static output is simple to host anywhere
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh2
|
**Version incluse :** 1.0~ynh3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,8 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
#upgrade=1 from_commit=CommitHash
|
# 1.0~ynh2
|
||||||
|
upgrade=1 from_commit=9ef8cd540da5c5285239757a8dced8ee41411711
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Static Site Generator",
|
"en": "Static Site Generator",
|
||||||
"fr": "Générateur de blog statique"
|
"fr": "Générateur de blog statique"
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh2",
|
"version": "1.0~ynh3",
|
||||||
"url": "https://blog.getpelican.com",
|
"url": "https://blog.getpelican.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev python3-venv"
|
pkg_dependencies="python3-pip python3-virtualenv python3-dev libldap2-dev libsasl2-dev libssl-dev python3-venv"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue