NCTV fork of the livechat plugin.
Go to file
John Livingston e17257a90f
#117 part 1: New documentation website (#151)
This commit concerns the first subtask of this issue: https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/117

It provide a brand new documentation website, that replace the previous markdown files.
The website is auto-generated using CI/CD, and can be found here: https://johnxlivingston.github.io/peertube-plugin-livechat/
2023-02-13 17:58:06 +01:00
.github #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
assets Transparent background + fix 2022-01-16 17:50:11 +01:00
client Share chat link popup: add an option to generate an iframe. 2023-01-11 19:24:13 +01:00
conversejs ConverseJS: in readonly mode, don't show any info messages (except when disconnected). 2023-01-16 18:04:20 +01:00
documentation #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
languages updated german translation: option to generate an iframe (#147) 2023-01-12 09:50:55 +01:00
prosody Prosody Appimage: supports only x86_64: 2022-12-12 19:17:43 +01:00
prosody-modules Changing avatars. 2022-01-07 00:53:54 +01:00
public/images Changing avatars. 2022-01-07 00:53:54 +01:00
server Refactoring and simplification (#122) 2023-01-11 18:05:18 +01:00
shared Use ESBuild for frontend build. 2022-12-12 19:31:29 +01:00
support/documentation #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
vendor ConverseJS v10.0.0: checkout upstream 2022-10-31 17:39:08 +01:00
.eslintrc.json Building ConverseJS ourself. 2021-11-09 16:10:25 +01:00
.gitignore #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
.gitmodules #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
.markdownlint.jsonc Adding markdownlint file. 2021-08-05 11:58:31 +02:00
.npmignore #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
.stylelintrc.js ConverseJS theme: Fix margin when hidding avatars. 2021-11-22 14:50:55 +01:00
CHANGELOG.md Release v6.1.0 2023-02-01 14:45:49 +01:00
CODE_OF_CONDUCT.md #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
CONTRIBUTING.md #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
COPYRIGHT.md Sepia licence details. 2022-01-06 02:36:14 +01:00
LICENSE Add license 2019-07-16 17:00:46 +02:00
README.md #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
ROADMAP.md Adding the github project link. 2022-11-18 13:46:32 +01:00
build-avatars.js Fix linting. 2022-01-11 01:34:27 +01:00
build-client.js Use ESBuild for frontend build. 2022-12-12 19:31:29 +01:00
build-prosody.sh Prosody Appimage: supports only x86_64: 2022-12-12 19:17:43 +01:00
doc-generate-missing-translations.sh #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
package-lock.json Updating NPM dependencies 2023-01-11 17:23:55 +01:00
package.json #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00

README.md

PeerTube plugin livechat

This Peertube plugin is meant to provide chat system for Peertube videos.

To read the documentation, please refer to any of these:

Before updating to a major release, please read the release notes and breaking changes list : CHANGELOG.