anthony
|
9f86edc653
|
Improve wordpress detection pattern taking into account simple quote for rel attribute.
Add wp-includes in addition of wp-content
|
11 years ago |
Elbert Alias
|
365273ef37
|
Merge pull request #397 from ilvalle/master
fix Lightbox detection
|
11 years ago |
ilvalle
|
94f2e9312c
|
Added web2py
|
11 years ago |
ilvalle
|
03e177d555
|
fix issue introduced in https://github.com/ElbertF/Wappalyzer/pull/395 (Lightbox detection)
|
11 years ago |
Elbert Alias
|
278a083231
|
Merge pull request #395 from ToBeFree/patch-1
Added Lightbox detection
|
11 years ago |
Tobias Frei
|
5d14ecc5ab
|
added Lightbox icon, it's the Favicon of the Lightbox info page. It is *not* the same favicon as the main page hosting the lightbox page has; it's a green version of it, so I think that it can be seen as the "Lightbox logo". It is also so simple that it can't be copyrighted. :-)
|
11 years ago |
Tobias "ToBeFree" Frei
|
db9c5e65e7
|
corrected Lightbox categories
that's more accurate
|
11 years ago |
Tobias "ToBeFree" Frei
|
555904abf2
|
Added Lightbox detection
Lightbox is also used by various CMS like vBulletin to display images, as far as I know.
http://lokeshdhakar.com/projects/lightbox2/
https://en.wikipedia.org/wiki/Lightbox_%28JavaScript%29
|
11 years ago |
Elbert Alias
|
44cab9ea64
|
Merge pull request #394 from Janpot/patch-2
expose apps.json through CommomJS module interface
|
11 years ago |
Janpot
|
94a2048acc
|
expose apps.json through CommomJS module interface
So we can import it cleanly in node.js
|
11 years ago |
Babol Arnaud
|
dce7d00aed
|
Fix 3djs
|
11 years ago |
Babol Arnaud
|
7fa65019ea
|
Update d3js
|
11 years ago |
Elbert Alias
|
fcbdaba46a
|
Merge pull request #392 from Fedonono/master
Added Snap.svg
|
11 years ago |
Babol Arnaud
|
49e6847a78
|
Snap.svg : periods escaped
|
11 years ago |
Babol Arnaud
|
e045598720
|
Added Snap.svg
|
11 years ago |
Elbert Alias
|
a174e67a87
|
Added Google AdSense
|
11 years ago |
Elbert Alias
|
9b2276a5bb
|
Merge branch 'master' of github.com:ElbertF/Wappalyzer
|
11 years ago |
Elbert Alias
|
57f0bf8f8e
|
Added WooCommerce
|
11 years ago |
Elbert Alias
|
36995cb175
|
Merge pull request #391 from alepore/spree_updates
updates for Spree Commerce
|
11 years ago |
Alessandro Lepore
|
adc3641f0b
|
avoid to match plain text
|
11 years ago |
Alessandro Lepore
|
64c361a19e
|
more accurate spree match
|
11 years ago |
Alessandro Lepore
|
aabba6696d
|
Spree Commerce changed the company logo
|
11 years ago |
Alessandro Lepore
|
11eddcd379
|
better support of recent spree stores
|
11 years ago |
Elbert Alias
|
3576c4da8d
|
Merge pull request #389 from Janpot/patch-1
Don't add version string if it already exists
|
11 years ago |
Janpot
|
4fae112cd9
|
Don't add version string if it already exists
I reuse a Wappalyzer object and this keeps adding version strings, even when they are already in the array
|
11 years ago |
Elbert Alias
|
33a9b3a2d5
|
Merge pull request #386 from DareBoost/master
Add AngularJS's version detection pattern (based on script tags)
|
11 years ago |
damien
|
415fd9a479
|
Add AngularJS's version detection pattern (based on script tags)
|
11 years ago |
Elbert Alias
|
29ddaf554c
|
Merge pull request #385 from Telford-Rowley/patch-1
Minor regex bugs
|
11 years ago |
Telford-Rowley
|
791a3f3ede
|
Minor regex bugs
|
11 years ago |
Elbert Alias
|
f254393db9
|
Merge branch 'master' of github.com:ElbertF/Wappalyzer
|
11 years ago |
Elbert Alias
|
6f2554f4fa
|
Fixed Piwik
|
11 years ago |
Elbert Alias
|
1f2f97dbec
|
Merge pull request #384 from TomK/master
update website for uCore
|
11 years ago |
Tom Kay
|
1308bda2ec
|
update website for uCore
|
11 years ago |
Elbert Alias
|
9614604c5b
|
Merge pull request #382 from Telford-Rowley/master
Http Response Headers Processing bug fix
|
11 years ago |
Telford-Rowley
|
1a9d432f0c
|
Http Response Headers Processing bug fix
Header was not exploded correctly after multiple redirects.
[0] => Server: nginx/1.0.15
[1] => Date: Thu, 07 Nov 2013 08:52:25 GMT
[2] => Content-Type: text/html
[3] => Content-Length: 185
[4] => Connection: keep-alive
[5] => Location: http://*
[6] =>
[7] => HTTP/1.1 200 OK
[8] => Server: nginx/1.0.15
[9] => Content-Type: text/html
......
Should be:
[0] => Server: nginx/1.0.15
[1] => Content-Type: text/html
[2] => Transfer-Encoding: chunked
[3] => Connection: keep-alive
[4] => Vary: Accept-Encoding
.....
|
11 years ago |
Elbert Alias
|
10991bb9f3
|
Merge branch 'master' of github.com:ElbertF/Wappalyzer
|
11 years ago |
Elbert Alias
|
ae28a75881
|
Added UIKit icon
|
11 years ago |
Elbert Alias
|
ee8698e3f2
|
Merge pull request #379 from oMikR0n/patch-1
Added UIKit
|
11 years ago |
Alexandros Sketo
|
884e428a48
|
Added UIKit
|
11 years ago |
Elbert Alias
|
c2d18cb4e6
|
Merge pull request #378 from gadcam/master
Replace array.map() by array.forEach()
|
11 years ago |
Elbert Alias
|
1f6e984ac1
|
Merge pull request #375 from shsteimer/master
Adobe CQ5 updates
|
11 years ago |
Camille Barneaud
|
a7f6b5be60
|
Replace array.map() by array.forEach()
As told by @q-- in #376 replace array.map() by array.forEach() because
it's faster and the array returned by map() is not used
|
11 years ago |
Sean Steimer
|
7ffceada9b
|
added new html recognition patterns for CQ5 for etc designs and etc clientlibs
|
11 years ago |
Sean Steimer
|
c8947ca817
|
new logo for CQ5
|
11 years ago |
Elbert Alias
|
8352615daa
|
Merge pull request #373 from gadcam/master
Make header field case insensitive
|
11 years ago |
Camille Barneaud
|
6af4090231
|
Make header field case insensitive
#315: Header field name is now case insensitive
|
11 years ago |
Elbert Alias
|
819019cb5c
|
Merge pull request #369 from gadcam/master
Fix a mistyping in apps.json
|
11 years ago |
Camille Barneaud
|
57c3c313d9
|
Add a pattern for Doxygen
#292: Add Doxygen detection via meta tag
#357: Fix version detection jQuery
|
11 years ago |
Camille Barneaud
|
3f0f686f02
|
Fix a mistyping in apps.json
#367: Fix an error in apps.json
#368: Add CMS Dotclear
|
11 years ago |
Elbert Alias
|
cf7f19c6ff
|
Seamonkey version number
|
11 years ago |