1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00
Absence management software for small and medium size business.
Find a file
2018-04-19 12:05:36 +02:00
conf Add France bank holidays 2018-04-04 12:38:02 +02:00
scripts Do not depend on common /opt/node_n/bin, use only specific version 2018-04-04 11:38:47 +02:00
.gitignore first import 2018-04-03 19:00:18 +02:00
check_process first import 2018-04-03 19:00:18 +02:00
LICENSE publish app as Apache v2 2018-04-19 12:05:36 +02:00
manifest.json first import 2018-04-03 19:00:18 +02:00
README.md first import 2018-04-03 19:00:18 +02:00

Etherpad with mypads plugin for YunoHost

Integration level
Install Etherpad with YunoHost

Lire ce readme en français.

This package allow you to install etherpad quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time.
This package will install the same plugins than Framapad.

Shipped version: 1.6.3

Screenshots

Configuration

You can access to 2 different admin panels, for etherpad by accessing domain.tld/admin and for mypads by domain.tld/mypads/?/admin.
Or, you can find a config file for etherpad at this path /var/www/etherpad_mypads/settings.json.

Documentation

YunoHost specific features

Multi-users support

Supported, without LDAP nor SSO.

Supported architectures

  • x86-64b - Build Status
  • ARMv8-A - Build Status

Limitations

Additionnal informations

  • This package will install the following plugins:

    • ep_align - Add Left/Center/Right/Justify to lines of text in a pad
    • ep_author_hover - Adds author names to span titles
    • ep_automatic_logut - Automatically disconnects user after some period of time (Prevent server overload)
    • ep_comments_page - Adds comments on sidebar and link it to the text.
    • ep_countable - Displays paragraphs, sentences, words and characters counts.
    • ep_delete_empty_pads - Delete pads which were never edited
    • ep_font_color - Apply colors to fonts
    • ep_headings2 - Adds heading support to Etherpad Lite.
    • ep_markdown - Edit and Export as Markdown in Etherpad
    • ep_mypads - Groups and private pads for etherpad
    • ep_page_view - Add support to do 'page view', with a toggle on/off option in Settings, also Page Breaks with Control Enter
    • ep_spellcheck - Add support to do 'Spell checking'
    • ep_subscript_and_superscript - Add support for Subscript and Superscript
    • ep_table_of_contents - View a table of contents for your pad
    • ep_user_font_size - User Pad Contents font size can be set in settings, this does not effect other peoples views

Developers infos

Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --verbose
or
sudo yunohost app upgrade etherpad_mypads -u https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --verbose