From ab34e63ca7898e88284336ace188fcbe0f526cf4 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 14 Sep 2022 16:56:57 +0600 Subject: [PATCH 1/2] Add Webador / cms, page-builder --- .../webextension/images/icons/Webador.svg | 45 +++++++++++++++++++ src/technologies/w.json | 18 ++++++++ 2 files changed, 63 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Webador.svg diff --git a/src/drivers/webextension/images/icons/Webador.svg b/src/drivers/webextension/images/icons/Webador.svg new file mode 100644 index 000000000..db734ed43 --- /dev/null +++ b/src/drivers/webextension/images/icons/Webador.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/w.json b/src/technologies/w.json index 3f752fa6c..48b0ea004 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -558,6 +558,24 @@ "scriptSrc": "web2py\\.js", "website": "http://web2py.com" }, + "Webador": { + "cats": [ + 1, + 51 + ], + "description": "Webador is a website building software designed to help businesses create personalised websites and online stores with custom domains, themes, content.", + "icon": "Webador.svg", + "js": { + "JOUWWEB": "" + }, + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://www.webador.co.uk" + }, "WebAssembly": { "cats": [ 27 From ed4c17c94d014a6d60f5c1f2544bfaea5c39ae98 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 15 Sep 2022 22:52:08 +0600 Subject: [PATCH 2/2] add cms category --- .../webextension/images/icons/Webador.svg | 45 ------------------- src/technologies/j.json | 1 + src/technologies/w.json | 18 -------- 3 files changed, 1 insertion(+), 63 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/Webador.svg diff --git a/src/drivers/webextension/images/icons/Webador.svg b/src/drivers/webextension/images/icons/Webador.svg deleted file mode 100644 index db734ed43..000000000 --- a/src/drivers/webextension/images/icons/Webador.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/technologies/j.json b/src/technologies/j.json index 4fb24760a..f00814309 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -520,6 +520,7 @@ }, "JouwWeb": { "cats": [ + 1, 51 ], "description": "JouwWeb is an online website builder that allows internet users to create own website.", diff --git a/src/technologies/w.json b/src/technologies/w.json index 48b0ea004..3f752fa6c 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -558,24 +558,6 @@ "scriptSrc": "web2py\\.js", "website": "http://web2py.com" }, - "Webador": { - "cats": [ - 1, - 51 - ], - "description": "Webador is a website building software designed to help businesses create personalised websites and online stores with custom domains, themes, content.", - "icon": "Webador.svg", - "js": { - "JOUWWEB": "" - }, - "saas": true, - "pricing": [ - "freemium", - "low", - "recurring" - ], - "website": "https://www.webador.co.uk" - }, "WebAssembly": { "cats": [ 27