From 5c45e0858ec4f7b373da3eb6971aa9b0da66fa7d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 13 Jan 2017 13:27:26 +0100 Subject: [PATCH 1/4] Improve a bit prestashop detection --- src/apps.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 4b06a262f..976560b3f 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5738,7 +5738,10 @@ "^priceDisplayMethod$\\;confidence:25", "^priceDisplayPrecision$\\;confidence:25" ], - "html": "Powered by ]+>PrestaShop", + "html": [ + "Powered by ]+>PrestaShop", + "" + ], "icon": "PrestaShop.png", "implies": "PHP", "meta": { From 99b6bc0e8a69842ee8d1a9819cd02e1aa7ed9631 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 19 Jan 2017 10:39:21 +0100 Subject: [PATCH 2/4] Relax a bit a regexp --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 976560b3f..424d73e5c 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5740,7 +5740,7 @@ ], "html": [ "Powered by ]+>PrestaShop", - "" + "" ], "icon": "PrestaShop.png", "implies": "PHP", From dd8554525759f364c82c6e0ff240315b59593420 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 27 Jan 2017 14:38:51 +0100 Subject: [PATCH 3/4] Add even more detection --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 424d73e5c..ebcbd7678 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5740,7 +5740,8 @@ ], "html": [ "Powered by ]+>PrestaShop", - "" + "", + "" ], "icon": "PrestaShop.png", "implies": "PHP", From 519305290a2ffb04b647c5362e8768e347e6baa2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 27 Jan 2017 14:47:06 +0100 Subject: [PATCH 4/4] Fox the previous commit --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index ebcbd7678..455f9ed5e 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5740,7 +5740,7 @@ ], "html": [ "Powered by ]+>PrestaShop", - "", + "", "" ], "icon": "PrestaShop.png",