Merge pull request #369 from gadcam/master

Fix a mistyping in apps.json
main
Elbert Alias 11 years ago
commit 819019cb5c

@ -725,6 +725,12 @@
"headers": { "Set-Cookie": "DokuWiki=" },
"implies": "PHP"
},
"Dotclear": {
"website": "dotclear.org",
"cats": [ 1 ],
"meta": { "dc.title": ".*" },
"implies": "PHP"
},
"DotNetNuke": {
"website": "dotnetnuke.com",
"cats": [ 1 ],
@ -737,6 +743,7 @@
"Doxygen": {
"website": "stack.nl/~dimitri/doxygen",
"cats": [ 4 ],
"meta": { "generator": "Doxygen ([\\d.]+)\\;version:\\1" },
"html": "(?:<!-- Generated by Doxygen ([\\d.]+)|<link[^>]+doxygen.css)\\;version:\\1"
},
"DreamWeaver": {
@ -1317,7 +1324,7 @@
"jQuery": {
"website": "jquery.com",
"cats": [ 12 ],
"script": [ "jquery(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "([\\d.]+)/jquery(\\.min)?\\.js\\;version:\\1", "jquery.*\\.js" ],
"script": [ "jquery(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "/([\\d.]+)/jquery(\\.min)?\\.js\\;version:\\1", "jquery.*\\.js" ],
"env": "^jQuery$"
},
"jQuery Mobile": {
@ -1956,7 +1963,7 @@
},
"Perl": {
"website": "perl.org",
"cats": [ 27 ]
"cats": [ 27 ],
"url": "\\.pl(?:$|\\?)"
},
"PHP": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B