1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00
etherpad_mypads_ynh/scripts/_variables
2020-09-08 15:22:08 +02:00

30 lines
784 B
Bash

#!/bin/bash
# Dependencies for AbiWord
abiword_app_depencencies="abiword"
# Dependencies for LibreOffice
libreoffice_app_dependencies="unoconv libreoffice-writer"
# NodeJS version
nodejs_version=12
# MyPads version
# This variable is mostly used to force an upgrade of the package in case of new versions of MyPads.
mypads_version=1.7.17
# Plugin versions
ep_align_version=0.2.5
ep_author_hover_version=0.3.0
ep_automatic_logut_version=1.0.8
ep_comments_page_version=0.1.5
#ep_countable_version=0.0.7
ep_delete_empty_pads_version=0.0.6
ep_font_color_version=0.0.15
ep_headings2_version=0.1.3
ep_markdown_version=0.1.7
ep_page_view_version=0.5.24
ep_spellcheck_version=0.0.7
ep_subscript_and_superscript_version=0.1.2
ep_table_of_contents_version=0.2.3
ep_font_size_version=0.3.8