From a29d8cbd50e7ddb9fd51963b4af0e5f17353b496 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 19 Nov 2021 08:28:07 +0600 Subject: [PATCH 1/2] Add Bluehost / hosting --- .../webextension/images/icons/Bluehost.svg | 4 ++++ src/technologies/b.json | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Bluehost.svg diff --git a/src/drivers/webextension/images/icons/Bluehost.svg b/src/drivers/webextension/images/icons/Bluehost.svg new file mode 100644 index 000000000..6febc557c --- /dev/null +++ b/src/drivers/webextension/images/icons/Bluehost.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/b.json b/src/technologies/b.json index 7b2d8eb45..488cc0c10 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -671,6 +671,22 @@ }, "website": "http://sourceforge.net/projects/bluefish" }, + "Bluehost": { + "cats": [ + 88 + ], + "description": "Bluefish is a free software text editor with a variety of tools for programming in general and the development of websites.", + "icon": "Bluehost.svg", + "dns": { + "NS": "\\.bluehost\\.com", + "SOA": "\\.bluehost\\.com" + }, + "pricing": [ + "payg", + "recurring" + ], + "website": "https://www.bluehost.com" + }, "Blueknow": { "cats": [ 76 From eccbd0b60cee1af8d22add669eb53e140fa86a2a Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 19 Nov 2021 09:08:02 +0600 Subject: [PATCH 2/2] fix descr --- src/technologies/b.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index 488cc0c10..8e06d01c3 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -675,7 +675,7 @@ "cats": [ 88 ], - "description": "Bluefish is a free software text editor with a variety of tools for programming in general and the development of websites.", + "description": "Bluehost is a large web host known for its WordPress expertise, variety of “one-stop-shop” services, and bargain prices.", "icon": "Bluehost.svg", "dns": { "NS": "\\.bluehost\\.com",