From d04dbf0ab96cbf0aeaf19a02c3f4e40165a5020e Mon Sep 17 00:00:00 2001 From: Kazi Rahiv Date: Wed, 8 Jun 2022 15:36:51 +0600 Subject: [PATCH 1/6] Add nopStation ecommerce as technology NopStation builts custom ecommerce solutions with custom integrations and custom built plugins based on tailored requirements on top of NopCommerce. Adding entry to detect sites built with nopCommerce and nopCommerce plugins --- src/technologies/n.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/technologies/n.json b/src/technologies/n.json index 2f3b0a171..85b3375c4 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -845,6 +845,20 @@ "oss": true, "website": "http://www.nopcommerce.com" }, + "nopStation": { + "cats": [ + 6 + ], + "description": "One stop e-commerce solution with custom integrations and custom built plugins based on custom tailored requirements on top of NopCommerce", + "html": "]+nop-station", + "icon": "nopStation.png", + "implies": "Microsoft ASP.NET", + "meta": { + "generator": "^nopStation$" + }, + "oss": true, + "website": "http://www.nop-station.com" + }, "novomind iSHOP": { "cats": [ 6 @@ -862,4 +876,4 @@ "saas": true, "website": "https://www.novomind.com/en/shopsystem/novomind-ishop-software" } -} \ No newline at end of file +} From 79f14ae32edc16efbb4daf3123a8636abce1467b Mon Sep 17 00:00:00 2001 From: Kazi Rahiv Date: Wed, 15 Jun 2022 15:41:14 +0600 Subject: [PATCH 2/6] Update n.json Add nopStation ecommerce as technology --- src/technologies/n.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/technologies/n.json b/src/technologies/n.json index 85b3375c4..b0bd36b19 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -847,16 +847,13 @@ }, "nopStation": { "cats": [ - 6 + 6, + 19 ], - "description": "One stop e-commerce solution with custom integrations and custom built plugins based on custom tailored requirements on top of NopCommerce", - "html": "]+nop-station", + "description": "nopStation is a one stop ecommerce solution with custom integrations and custom built plugins based on custom tailored requirements on top of nopCommerce.", + "dom": "a[href*='.nop-station.com/']", "icon": "nopStation.png", "implies": "Microsoft ASP.NET", - "meta": { - "generator": "^nopStation$" - }, - "oss": true, "website": "http://www.nop-station.com" }, "novomind iSHOP": { From e633c3b85e3b8107e27db7c2f86d44870150f2d3 Mon Sep 17 00:00:00 2001 From: Kazi Rahiv Date: Wed, 15 Jun 2022 17:00:42 +0600 Subject: [PATCH 3/6] Update n.json --- src/technologies/n.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies/n.json b/src/technologies/n.json index b0bd36b19..a1796ecd9 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -847,7 +847,6 @@ }, "nopStation": { "cats": [ - 6, 19 ], "description": "nopStation is a one stop ecommerce solution with custom integrations and custom built plugins based on custom tailored requirements on top of nopCommerce.", From c0c2497dd4de03a21c726f5a22a5e85aeb65d4a5 Mon Sep 17 00:00:00 2001 From: Kazi Rahiv Date: Wed, 15 Jun 2022 17:03:49 +0600 Subject: [PATCH 4/6] Update n.json --- src/technologies/n.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/n.json b/src/technologies/n.json index a1796ecd9..4c0333998 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -852,6 +852,9 @@ "description": "nopStation is a one stop ecommerce solution with custom integrations and custom built plugins based on custom tailored requirements on top of nopCommerce.", "dom": "a[href*='.nop-station.com/']", "icon": "nopStation.png", + "excludes": [ + "nopCommerce" + ], "implies": "Microsoft ASP.NET", "website": "http://www.nop-station.com" }, From bee3957e3dc168448b33cb22a2679b9a87b627c3 Mon Sep 17 00:00:00 2001 From: Kazi Rahiv Date: Wed, 15 Jun 2022 17:06:17 +0600 Subject: [PATCH 5/6] Update n.json --- src/technologies/n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/n.json b/src/technologies/n.json index 4c0333998..968409a88 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -847,7 +847,7 @@ }, "nopStation": { "cats": [ - 19 + 6 ], "description": "nopStation is a one stop ecommerce solution with custom integrations and custom built plugins based on custom tailored requirements on top of nopCommerce.", "dom": "a[href*='.nop-station.com/']", From bb2398b272a96f04c4757e4ef4dc6d33f4838e07 Mon Sep 17 00:00:00 2001 From: Kazi Rahiv Date: Wed, 15 Jun 2022 17:32:17 +0600 Subject: [PATCH 6/6] Update n.json --- src/technologies/n.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/n.json b/src/technologies/n.json index 968409a88..7c8016779 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -847,12 +847,12 @@ }, "nopStation": { "cats": [ - 6 + 19 ], "description": "nopStation is a one stop ecommerce solution with custom integrations and custom built plugins based on custom tailored requirements on top of nopCommerce.", "dom": "a[href*='.nop-station.com/']", "icon": "nopStation.png", - "excludes": [ + "requires": [ "nopCommerce" ], "implies": "Microsoft ASP.NET",