aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index cb99cad..c433ef9 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
-# Embed codimd pads into Discourse for libreho.st
+# Embed codimd pads into Discourse for public.cat
-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 publi.cat pads into discourse.
+It is a fork of [Librehost's version](https://lab.libreho.st/librehosters/embed-codimd.git) inspired by 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 pads at <https://pad.public.cat>. 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 +16,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://code.cepheide.org/embed-codimd.git
```
# Details