Rename Contens to Contensis

main
Elbert Alias 6 years ago
parent 9ce95a665d
commit da42ffa47a

@ -2049,11 +2049,11 @@
},
"website": "http://contenido.org/en"
},
"Contens": {
"Contensis": {
"cats": [
1
],
"icon": "Contens.png",
"icon": "Contensis.png",
"implies": [
"Java",
"CFML"
@ -2061,7 +2061,7 @@
"meta": {
"generator": "Contensis CMS Version ([\\d.]+)\\;version:\\1"
},
"website": "http://www.contens.com/en/pub/index.cfm"
"website": "https://zengenti.com/en-gb/products/contensis"
},
"ContentBox": {
"cats": [

@ -32,6 +32,10 @@ do {
const wappalyzer = new Wappalyzer(url, options);
wappalyzer.log = (message) => {
process.stdout.write('xx');
};
wappalyzer.analyze()
.then((json) => {
process.stdout.write(`${JSON.stringify(json)}\n`);

Before

Width:  |  Height:  |  Size: 100 B

After

Width:  |  Height:  |  Size: 100 B

Loading…
Cancel
Save