Skip to content
Snippets Groups Projects
Commit 258ebc6e authored by jon r's avatar jon r
Browse files

adapt to degrowth.net

parent 20a07397
No related branches found
No related tags found
No related merge requests found
# Change Log # Change Log
## [UNRELEASED] ## 0.1.1 -- 2019-01-26
(nothing yet) - switch to degrowth.net instances
## 0.1.0 -- 2018-11-14 ## 0.1.0 -- 2018-11-14
......
# Embed codimd pads into Discourse for libreho.st # Embed codimd pads into Discourse for degrowth.net
This allows you to embed libreho.st pads into discourse. It is based on https://github.com/fuerst/embed-etherpad-lite which embeds pads into posts using the Onebox mechanism. This allows you to embed degrowth.net pads into discourse. It is based on https://github.com/fuerst/embed-etherpad-lite which embeds pads into posts using the Onebox mechanism.
# Usage # Usage
**This is meant to use with <https://talk.libreho.st>. You need to fork and adapt to your case.** **This is meant to use with <https://agora.degrowth.net>. You need to fork and adapt to your case.**
After installation just insert codimd links into your Discourse posts or comments. The pad will be embedded using the famous and beloved [IFRAME](https://en.wikipedia.org/wiki/HTML_element#Frames) tag and is fully operational. After installation just insert codimd links into your Discourse posts or comments. The pad will be embedded using the famous and beloved [IFRAME](https://en.wikipedia.org/wiki/HTML_element#Frames) tag and is fully operational.
...@@ -15,7 +15,7 @@ Read [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157) at ...@@ -15,7 +15,7 @@ Read [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157) at
The configuration line you have to add to your container's app.yml file looks like: The configuration line you have to add to your container's app.yml file looks like:
``` ```
- git clone https://lab.libreho.st/librehosters/embed-codimd.git - git clone https://lab.libreho.st/yala/embed-codimd.git
``` ```
# Details # Details
......
# name: embed-codimd # name: embed-codimd
# about: Embed codimd pads using Onebox. Based on https://github.com/fuerst/embed-etherpad-lite # about: Embed codimd pads using Onebox. Based on https://lab.libreho.st/librehosters/embed-codimd
# version: 0.1 # version: 0.1.1
# author: realitygaps # author: yala
# url: https://lab.libreho.st/librehosters/embed-codimd # url: https://lab.libreho.st/yala/embed-codimd
class Onebox::Engine::CodimdOnebox class Onebox::Engine::CodimdOnebox
include Onebox::Engine include Onebox::Engine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment