Fix a few typos in apps.json

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

@ -843,7 +843,7 @@
"website": "???", "website": "???",
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "\\beHTTP(?: v?([\\d\\.]+))?\\;version:\\1" }, "headers": { "Server": "\\beHTTP(?: v?([\\d\\.]+))?\\;version:\\1" },
"implies": [ "HP ProCurve"] "implies": [ "HP ProCurve" ]
}, },
"ELOG": { "ELOG": {
"website": "midas.psi.ch/elog", "website": "midas.psi.ch/elog",
@ -1068,7 +1068,7 @@
"cats": [ 11 ], "cats": [ 11 ],
"meta": { "generator": "Ghost(?:\\s([\\d.]+))?\\;version:\\1" }, "meta": { "generator": "Ghost(?:\\s([\\d.]+))?\\;version:\\1" },
"headers": { "X-Ghost-Cache-Status": ".*" } "headers": { "X-Ghost-Cache-Status": ".*" }
}, },
"GoAhead": { "GoAhead": {
"website": "embedthis.com/products/goahead/index.html", "website": "embedthis.com/products/goahead/index.html",
"cats": [ 22 ], "cats": [ 22 ],
@ -1407,7 +1407,7 @@
}, },
"Jekyll": { "Jekyll": {
"website": "jekyllrb.com", "website": "jekyllrb.com",
"cats": [ 1, 11], "cats": [ 1, 11 ],
"meta": { "generator": "Jekyll(?:v[\\d.]+)?\\;version:\\1" } "meta": { "generator": "Jekyll(?:v[\\d.]+)?\\;version:\\1" }
}, },
"Jetty": { "Jetty": {
@ -1575,7 +1575,7 @@
"website": "www.canon.com", "website": "www.canon.com",
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "KS_HTTP\\/?([\\d\\.]+)?\\;version:\\1" }, "headers": { "Server": "KS_HTTP\\/?([\\d\\.]+)?\\;version:\\1" },
"implies": [ "Canon"] "implies": [ "Canon" ]
}, },
"LabVIEW": { "LabVIEW": {
"website": "ni.com/labview", "website": "ni.com/labview",
@ -2022,7 +2022,7 @@
"Nette Framework": { "Nette Framework": {
"website": "nette.org", "website": "nette.org",
"cats": [ 18 ], "cats": [ 18 ],
"headers": {"X-Powered-By": "Nette Framework"}, "headers": { "X-Powered-By": "Nette Framework" },
"implies": "PHP" "implies": "PHP"
}, },
"New Relic": { "New Relic": {
@ -2260,7 +2260,7 @@
"website": "www.phpmyadmin.net", "website": "www.phpmyadmin.net",
"cats": [ 3 ], "cats": [ 3 ],
"html": "(?:PMA_sendHeaderLocation\\(|<title>phpMyAdmin</title>)", "html": "(?:PMA_sendHeaderLocation\\(|<title>phpMyAdmin</title>)",
"env": "pma_absolute_uri", "env": "pma_absolute_uri",
"implies": [ "PHP", "MySQL" ] "implies": [ "PHP", "MySQL" ]
}, },
"PHP-Nuke": { "PHP-Nuke": {
@ -2451,7 +2451,7 @@
"website": "recaptcha.net", "website": "recaptcha.net",
"cats": [ 16 ], "cats": [ 16 ],
"script": "(?:api-secure\\.recaptcha\\.net|recaptcha_ajax\\.js)", "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$" "env": "^Recaptcha$"
}, },
"Red Hat": { "Red Hat": {
@ -3379,7 +3379,7 @@
"Zeuscart": { "Zeuscart": {
"website": "zeuscart.com", "website": "zeuscart.com",
"cats": [ 6 ], "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+\">", "html": "<form name=\"product\" method=\"post\" action=\"[^\"]+\\?do=addtocart&prodid=\\d+\"(?!<\\/form>).+<input type=\"hidden\" name=\"addtocart\" value=\"\\d+\">",
"implies": "PHP" "implies": "PHP"
}, },