From 150b6a581f041c42546bd91e5115c99b70a39db3 Mon Sep 17 00:00:00 2001 From: Richard <richard@fsmpi.rwth-aachen.de> Date: Thu, 15 Oct 2020 18:41:39 +0200 Subject: [PATCH] add potential workaround for first install method's caveat --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9e6449e..a2b070b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ About This Software ------------------- **WARNING:** This extension is neither … - - packaged + - ~~packaged~~ (should be by now) - thouroughly testes - approved or endorsed by RWTH or FSMPI - well supported @@ -55,13 +55,21 @@ Nevertheless it is possible to get extensions signed by Mozilla and self-distrib #### downloads, with caveats _\*sigh\*_ -You should (hopefully) be able to get the latest version from:\ +##### external site +You should (hopefully) be able to directly download the latest version from:\ <https://dev.sudo42.de/public/ff-addons/openexcellencemedia-latest.xpi>\ **Caveat:** Simply clicking the link is unlikely to work. Firefox seems to block installations of extensions, if a link does not point to the same domain.\ -I'm sorry … please just copy it and open the page yourself. +~~I'm sorry … please just copy it and open the page yourself.~~ +**Update (and potential solution for the caveat described above):** +Here is a simple page with the sole purpose of being on the same domain as the extension file it links to:\ +<https://dev.sudo42.de/public/ff-addons/oem.html>\ +(This should kinda work around the problem mentioned above. +Slightly more information is provided over there.) + +##### from here The [releases page of this project](https://git.fsmpi.rwth-aachen.de/moodleOpenCastDownloads/ff-ext/-/releases) should contain them as well.\ **Caveat:** This one has caveats as well: GitLab will usually deliver the files in a way, that they are downloaded instead of prompting for installtion.\ @@ -75,9 +83,9 @@ This project is licensed unser EUPL, so feel free to use, read, adapt, or share ### 2do - [X] going to bed - - [ ] styling (I love CSS, not joking here!) + - [ ] styling (I love CSS, not joking here! **Update:** A little bit of css is present. Should work for now.) - [ ] adding links in video-only tabs, too - - [ ] packaging - - [ ] good name + icon + - [X] packaging + - [X] good name + icon (kinda done … _"good"_ is highly subjective, but I will give it a pass) - [ ] further investigation into the OpenCast API (looks like one might be able to have some fun with it) - [ ] … -- GitLab