Separate Volusion into two technologies (V1 and V2) (#2520)

* Separating Volusion to V1 and V2

* Adding new Volusion logo icon SVG

* Removing old PNG file

* Added `implies` fields

Tech implications are changing and we'll update Wappalyzer after changes are made.
main
Adam Dutton 6 years ago committed by Elbert Alias
parent ea0aba1f3a
commit d39b665311

@ -10534,17 +10534,27 @@
"script": "visualpath[^/]*\\.trackset\\.it/[^/]+/track/include\\.js", "script": "visualpath[^/]*\\.trackset\\.it/[^/]+/track/include\\.js",
"website": "http://www.trackset.com/web-analytics-software/visualpath" "website": "http://www.trackset.com/web-analytics-software/visualpath"
}, },
"Volusion": { "Volusion (V1)": {
"cats": [ "cats": [
6 6
], ],
"html": "<link [^>]*href=\"[^\"]*/vspfiles/", "html": "<link [^>]*href=\"[^\"]*/vspfiles/",
"icon": "Volusion.png", "icon": "Volusion.svg",
"implies": "Microsoft ASP.NET",
"js": { "js": {
"volusion": "" "volusion": ""
}, },
"script": "/volusion\\.js(?:\\?([\\d.]*))?\\;version:\\1", "script": "/volusion\\.js(?:\\?([\\d.]*))?\\;version:\\1",
"website": "http://volusion.com" "website": "https://www.volusion.com"
},
"Volusion (V2)": {
"cats": [
6
],
"html": "<body [^>]*data-vn-page-name",
"icon": "Volusion.svg",
"implies": "AngularJS",
"website": "https://www.volusion.com"
}, },
"Vue.js": { "Vue.js": {
"cats": [ "cats": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256"><path fill="#8759F2" d="M128.928 163.067L81.066 80.152H32.898c-19.702.055-31.987 21.368-22.187 38.44L82.65 243.22c9.787 16.957 34.5 17.13 44.415-.023l46.277-80.15c-9.912 17.165-34.637 16.953-44.415.02z"/><path fill="#FF3E80" d="M176.806 80.152h-95.75l47.862 82.918c9.788 16.96 34.5 17.13 44.415-.023l25.665-44.422c9.908-17.17-2.642-38.475-22.192-38.473z"/><path fill="#FFC300" d="M223.083 0H79.176C59.473.055 47.188 21.367 56.988 38.44c0 .02 24.078 41.71 24.078 41.71h95.75c19.775 0 32 21.485 22.185 38.475l46.277-80.15C255.101 21.445 242.808 0 223.083 0z"/><path fill="#00D4E6" d="M56.998 38.442a25.638 25.638 0 0 1 .025-25.612L10.748 92.977A25.638 25.638 0 0 1 32.911 80.15h48.165L56.998 38.442z"/></svg>

After

Width:  |  Height:  |  Size: 771 B

Loading…
Cancel
Save