diff --git a/CHANGELOG.md b/CHANGELOG.md index f9539255ca070e4506128863c189bac2a4fa0824..e1d14729af52083fb1c6ea35f2a1434fbecfd9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log -## [UNRELEASED] +## 0.1.1 -- 2019-01-26 -(nothing yet) +- switch to degrowth.net instances ## 0.1.0 -- 2018-11-14 diff --git a/README.md b/README.md index cb99cade6eff7815ae3f630094a5f155fd67ba59..60a117dc3df0c2d9433583923cc47b0d2e53ddfc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# 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 -**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. @@ -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: ``` -- git clone https://lab.libreho.st/librehosters/embed-codimd.git +- git clone https://lab.libreho.st/yala/embed-codimd.git ``` # Details diff --git a/plugin.rb b/plugin.rb index 32b13035d724b55d836688642f32fbd208ea0b9e..d2681cdd3db53bf3c2ec6a8e69b860893b65ddf7 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,8 +1,8 @@ # name: embed-codimd -# about: Embed codimd pads using Onebox. Based on https://github.com/fuerst/embed-etherpad-lite -# version: 0.1 -# author: realitygaps -# url: https://lab.libreho.st/librehosters/embed-codimd +# about: Embed codimd pads using Onebox. Based on https://lab.libreho.st/librehosters/embed-codimd +# version: 0.1.1 +# author: yala +# url: https://lab.libreho.st/yala/embed-codimd class Onebox::Engine::CodimdOnebox include Onebox::Engine