From b2f3b3b0991971144fd2fd8f6fe9381f2460dd00 Mon Sep 17 00:00:00 2001 From: Sajeeb Ahamed Date: Fri, 9 Apr 2021 14:24:17 +0600 Subject: [PATCH 1/2] :art: add detection of helix ultimate joomla framework --- .../webextension/images/icons/HelixUltimate.svg | 6 ++++++ src/technologies.json | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/HelixUltimate.svg diff --git a/src/drivers/webextension/images/icons/HelixUltimate.svg b/src/drivers/webextension/images/icons/HelixUltimate.svg new file mode 100644 index 000000000..6f38742af --- /dev/null +++ b/src/drivers/webextension/images/icons/HelixUltimate.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 6f411b764..f7d5fde5a 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -22245,6 +22245,20 @@ }, "oss": true, "website": "https://www.apereo.org/projects/uportal" + }, + "Helix Ultimate": { + "cats": [ + 18 + ], + "description": "Helix Ultimate is an advanced, functional and ready to use template framework for Joomla. It's a user-friendly, modern, and highly customizable tool to build Joomla templates easily.", + "icon": "HelixUltimate.svg", + "html": [ + "]class=\".*?\\bhelix-ultimate\\b.*?", + "]id=\"\\bsp-header\\b" + ], + "implies": "Joomla", + "oss": true, + "website": "https://joomshaper.com" } } } From 5461bc79914a3c2f48bf6ebe3908868f795ed0bf Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 22 Apr 2021 11:17:52 +1000 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index f7d5fde5a..edaf732a2 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -22250,15 +22250,16 @@ "cats": [ 18 ], - "description": "Helix Ultimate is an advanced, functional and ready to use template framework for Joomla. It's a user-friendly, modern, and highly customizable tool to build Joomla templates easily.", + "description": "Helix Ultimate a free template framework for Joomla.", "icon": "HelixUltimate.svg", - "html": [ - "]class=\".*?\\bhelix-ultimate\\b.*?", - "]id=\"\\bsp-header\\b" - ], + "dom": { + "header#bsp-header, body.helix-ultimate": { + "text": "" + } + }, "implies": "Joomla", "oss": true, - "website": "https://joomshaper.com" + "website": "https://www.joomshaper.com/joomla-templates/helixultimate" } } }