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-05-22 19:52:58 +02:00

30 lines
789 B
Bash

#!/bin/bash
# Dependencies for abiword
abiword_app_depencencies="abiword"
# Dependencies for libre office
libreoffice_app_dependencies="unoconv libreoffice-writer"
# NodeJS version
nodejs_version=10
# 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.10
# Plugin versions
ep_align_version=0.2.0
ep_author_hover_version=0.2.1
ep_automatic_logut_version=1.0.8
ep_comments_page_version=0.1.4
ep_countable_version=0.0.7
ep_delete_empty_pads_version=0.0.6
ep_font_color_version=0.0.11
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.0
ep_user_font_size_version=0.0.1