From 2eb7c8533c1195dc269fb076361c7c11e492d0c7 Mon Sep 17 00:00:00 2001 From: tfe Date: Sat, 30 May 2020 19:25:50 +0200 Subject: Big Blue Button - Custom URL recipe --- all.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'all.json') diff --git a/all.json b/all.json index be8b01d..cf8df44 100644 --- a/all.json +++ b/all.json @@ -43,6 +43,17 @@ "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/asana/icon.svg" } }, + { + "author": "Thomas Fehrenbach", + "featured": false, + "id": "bbb_enterprise", + "name": "BigBlueButton Enterprise", + "version": "1.0.0", + "icons": { + "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/bbb_enterprise/icon.png", + "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/bbb_enterprise/icon.svg" + } + }, { "author": "Koma, hideosasaki", "featured": false, -- cgit v1.2.3-70-g09d2 From 57f3e816bf9c7c87e323c0225d3c0c4a0f46df79 Mon Sep 17 00:00:00 2001 From: tfe Date: Mon, 1 Jun 2020 22:30:32 +0200 Subject: change name #189 --- all.json | 8 ++++---- archives/bbb_enterprise.tar.gz | Bin 566523 -> 0 bytes archives/bigbluebutton.tar.gz | Bin 0 -> 566501 bytes uncompressed/bbb_enterprise/LICENSE | 21 ------------------- uncompressed/bbb_enterprise/README.md | 5 ----- uncompressed/bbb_enterprise/icon.png | Bin 563765 -> 0 bytes uncompressed/bbb_enterprise/icon.svg | 34 ------------------------------- uncompressed/bbb_enterprise/index.js | 1 - uncompressed/bbb_enterprise/package.json | 13 ------------ uncompressed/bbb_enterprise/webview.js | 1 - uncompressed/bigbluebutton/LICENSE | 21 +++++++++++++++++++ uncompressed/bigbluebutton/README.md | 5 +++++ uncompressed/bigbluebutton/icon.png | Bin 0 -> 563765 bytes uncompressed/bigbluebutton/icon.svg | 34 +++++++++++++++++++++++++++++++ uncompressed/bigbluebutton/index.js | 1 + uncompressed/bigbluebutton/package.json | 13 ++++++++++++ uncompressed/bigbluebutton/webview.js | 1 + 17 files changed, 79 insertions(+), 79 deletions(-) delete mode 100644 archives/bbb_enterprise.tar.gz create mode 100644 archives/bigbluebutton.tar.gz delete mode 100644 uncompressed/bbb_enterprise/LICENSE delete mode 100644 uncompressed/bbb_enterprise/README.md delete mode 100644 uncompressed/bbb_enterprise/icon.png delete mode 100644 uncompressed/bbb_enterprise/icon.svg delete mode 100644 uncompressed/bbb_enterprise/index.js delete mode 100644 uncompressed/bbb_enterprise/package.json delete mode 100644 uncompressed/bbb_enterprise/webview.js create mode 100644 uncompressed/bigbluebutton/LICENSE create mode 100644 uncompressed/bigbluebutton/README.md create mode 100644 uncompressed/bigbluebutton/icon.png create mode 100644 uncompressed/bigbluebutton/icon.svg create mode 100644 uncompressed/bigbluebutton/index.js create mode 100644 uncompressed/bigbluebutton/package.json create mode 100644 uncompressed/bigbluebutton/webview.js (limited to 'all.json') diff --git a/all.json b/all.json index cf8df44..c42c4fc 100644 --- a/all.json +++ b/all.json @@ -46,12 +46,12 @@ { "author": "Thomas Fehrenbach", "featured": false, - "id": "bbb_enterprise", - "name": "BigBlueButton Enterprise", + "id": "bigbluebutton", + "name": "BigBlueButton", "version": "1.0.0", "icons": { - "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/bbb_enterprise/icon.png", - "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/bbb_enterprise/icon.svg" + "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/bigbluebutton/icon.png", + "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/bigbluebutton/icon.svg" } }, { diff --git a/archives/bbb_enterprise.tar.gz b/archives/bbb_enterprise.tar.gz deleted file mode 100644 index 113c3e3..0000000 Binary files a/archives/bbb_enterprise.tar.gz and /dev/null differ diff --git a/archives/bigbluebutton.tar.gz b/archives/bigbluebutton.tar.gz new file mode 100644 index 0000000..eff9cfb Binary files /dev/null and b/archives/bigbluebutton.tar.gz differ diff --git a/uncompressed/bbb_enterprise/LICENSE b/uncompressed/bbb_enterprise/LICENSE deleted file mode 100644 index 33926c0..0000000 --- a/uncompressed/bbb_enterprise/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017 Sudhir Ganesan - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/uncompressed/bbb_enterprise/README.md b/uncompressed/bbb_enterprise/README.md deleted file mode 100644 index 070d97a..0000000 --- a/uncompressed/bbb_enterprise/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# GitHub Enterprise Franz Plugin - -Follow instructions [here](https://github.com/meetfranz/plugins/blob/master/docs/integration.md) for installation of this plugin. - -Inspired by _GitHub Franz Plugin_: https://github.com/redsox2002/recipe-franz-github diff --git a/uncompressed/bbb_enterprise/icon.png b/uncompressed/bbb_enterprise/icon.png deleted file mode 100644 index a12c9e6..0000000 Binary files a/uncompressed/bbb_enterprise/icon.png and /dev/null differ diff --git a/uncompressed/bbb_enterprise/icon.svg b/uncompressed/bbb_enterprise/icon.svg deleted file mode 100644 index a6ed97e..0000000 --- a/uncompressed/bbb_enterprise/icon.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - -Created by potrace 1.16, written by Peter Selinger 2001-2019 - - - - - diff --git a/uncompressed/bbb_enterprise/index.js b/uncompressed/bbb_enterprise/index.js deleted file mode 100644 index 9157a2e..0000000 --- a/uncompressed/bbb_enterprise/index.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = Franz => Franz; \ No newline at end of file diff --git a/uncompressed/bbb_enterprise/package.json b/uncompressed/bbb_enterprise/package.json deleted file mode 100644 index 855355d..0000000 --- a/uncompressed/bbb_enterprise/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "id": "bbb_enterprise", - "name": "BigBlueButton Enterprise", - "version": "1.0.0", - "description": "BigBlueButton Enterprise - Custom URL", - "main": "index.js", - "author": "Thomas Fehrenbach", - "license": "MIT", - "config": { - "serviceURL": "https://bigbluebutton.mycompany.com/", - "hasCustomUrl": true - } -} diff --git a/uncompressed/bbb_enterprise/webview.js b/uncompressed/bbb_enterprise/webview.js deleted file mode 100644 index 3918c74..0000000 --- a/uncompressed/bbb_enterprise/webview.js +++ /dev/null @@ -1 +0,0 @@ -"use strict"; diff --git a/uncompressed/bigbluebutton/LICENSE b/uncompressed/bigbluebutton/LICENSE new file mode 100644 index 0000000..33926c0 --- /dev/null +++ b/uncompressed/bigbluebutton/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Sudhir Ganesan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/uncompressed/bigbluebutton/README.md b/uncompressed/bigbluebutton/README.md new file mode 100644 index 0000000..070d97a --- /dev/null +++ b/uncompressed/bigbluebutton/README.md @@ -0,0 +1,5 @@ +# GitHub Enterprise Franz Plugin + +Follow instructions [here](https://github.com/meetfranz/plugins/blob/master/docs/integration.md) for installation of this plugin. + +Inspired by _GitHub Franz Plugin_: https://github.com/redsox2002/recipe-franz-github diff --git a/uncompressed/bigbluebutton/icon.png b/uncompressed/bigbluebutton/icon.png new file mode 100644 index 0000000..a12c9e6 Binary files /dev/null and b/uncompressed/bigbluebutton/icon.png differ diff --git a/uncompressed/bigbluebutton/icon.svg b/uncompressed/bigbluebutton/icon.svg new file mode 100644 index 0000000..a6ed97e --- /dev/null +++ b/uncompressed/bigbluebutton/icon.svg @@ -0,0 +1,34 @@ + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + + + diff --git a/uncompressed/bigbluebutton/index.js b/uncompressed/bigbluebutton/index.js new file mode 100644 index 0000000..9157a2e --- /dev/null +++ b/uncompressed/bigbluebutton/index.js @@ -0,0 +1 @@ +module.exports = Franz => Franz; \ No newline at end of file diff --git a/uncompressed/bigbluebutton/package.json b/uncompressed/bigbluebutton/package.json new file mode 100644 index 0000000..3fb9a7b --- /dev/null +++ b/uncompressed/bigbluebutton/package.json @@ -0,0 +1,13 @@ +{ + "id": "bigbluebutton", + "name": "BigBlueButton", + "version": "1.0.0", + "description": "BigBlueButton", + "main": "index.js", + "author": "Thomas Fehrenbach", + "license": "MIT", + "config": { + "serviceURL": "https://bigbluebutton.mycompany.com/", + "hasCustomUrl": true + } +} diff --git a/uncompressed/bigbluebutton/webview.js b/uncompressed/bigbluebutton/webview.js new file mode 100644 index 0000000..3918c74 --- /dev/null +++ b/uncompressed/bigbluebutton/webview.js @@ -0,0 +1 @@ +"use strict"; -- cgit v1.2.3-70-g09d2