Fix a few typos in apps.json

main
Camille Barneaud 11 years ago
parent 1732984dd1
commit 4d6dbfb3c0

@ -843,7 +843,7 @@
"website": "???",
"cats": [ 22 ],
"headers": { "Server": "\\beHTTP(?: v?([\\d\\.]+))?\\;version:\\1" },
"implies": [ "HP ProCurve"]
"implies": [ "HP ProCurve" ]
},
"ELOG": {
"website": "midas.psi.ch/elog",
@ -1407,7 +1407,7 @@
},
"Jekyll": {
"website": "jekyllrb.com",
"cats": [ 1, 11],
"cats": [ 1, 11 ],
"meta": { "generator": "Jekyll(?:v[\\d.]+)?\\;version:\\1" }
},
"Jetty": {
@ -1575,7 +1575,7 @@
"website": "www.canon.com",
"cats": [ 22 ],
"headers": { "Server": "KS_HTTP\\/?([\\d\\.]+)?\\;version:\\1" },
"implies": [ "Canon"]
"implies": [ "Canon" ]
},
"LabVIEW": {
"website": "ni.com/labview",
@ -2022,7 +2022,7 @@
"Nette Framework": {
"website": "nette.org",
"cats": [ 18 ],
"headers": {"X-Powered-By": "Nette Framework"},
"headers": { "X-Powered-By": "Nette Framework" },
"implies": "PHP"
},
"New Relic": {
@ -2451,7 +2451,7 @@
"website": "recaptcha.net",
"cats": [ 16 ],
"script": "(?:api-secure\\.recaptcha\\.net|recaptcha_ajax\\.js)",
"html": "(?:<div[^>]+id=\"recaptcha_image|<link[^>]+recaptcha|document\\.getElementById\\('recaptcha)",
"html": "(?:<div[^>]+id=\"recaptcha_image|<link[^>]+recaptcha|document\\.getElementById\\('recaptcha')",
"env": "^Recaptcha$"
},
"Red Hat": {
@ -3379,7 +3379,7 @@
"Zeuscart": {
"website": "zeuscart.com",
"cats": [ 6 ],
"url": "\\?do=prodetail&action=show&prodid=",
"url": "\\?do=prodetail&action=show(?:(?:popup)?prod)?&prodid=\\d",
"html": "<form name=\"product\" method=\"post\" action=\"[^\"]+\\?do=addtocart&prodid=\\d+\"(?!<\\/form>).+<input type=\"hidden\" name=\"addtocart\" value=\"\\d+\">",
"implies": "PHP"
},