Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ElbertF/Wappalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed Feb 25, 2015
2 parents fa6277e + 4912867 commit add96ae
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

build/*

npm-debug.log

node_modules/*

drivers/npm/node_modules/

drivers/npm/npm-debug.log
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js
node_js:
- "0.10"
before_install:
- export WAPPALYZER_ROOT=$TRAVIS_BUILD_DIR
- export PATH=$PATH:$TRAVIS_BUILD_DIR/bin
install:
- sudo apt-get update -y
- sudo apt-get install -y curl zip sudo -y --force-yes
- sudo apt-get clean
- npm install jsonlint -g
- mkdir mozilla && curl -L https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-latest.tar.gz | tar xvzC mozilla && ln -s $WAPPALYZER_ROOT/mozilla/addon-sdk-*/bin/cfx bin/cfx
- mkdir phantomjs && curl -L https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2 | tar xvjC phantomjs && ln -s $WAPPALYZER_ROOT/phantomjs/phantomjs-*-linux-x86_64/bin/phantomjs bin/phantomjs
before_script: mkdir build
script: wappalyzer build
after_script: ls build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Wappalyzer
# Wappalyzer [![Travis](https://img.shields.io/travis/ElbertF/Wappalyzer.svg?style=flat-square)](https://travis-ci.org/ElbertF/Wappalyzer/)

[Wappalyzer](https://wappalyzer.com/) is a
[cross-platform](https://github.com/AliasIO/Wappalyzer/wiki/Drivers) utility that uncovers the
Expand Down
15 changes: 13 additions & 2 deletions src/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -5440,6 +5440,7 @@
],
"env": "^Twipsy$\\;confidence:50",
"html": [
"<style[^>]*>.*Bootstrap v.* Copyright .* Twitter, Inc\\.\\* Licensed under.*<\/style>",
"<link.+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css",
"<div [^>]*class=\"[^\"]*col-(?:xs|sm|md|lg)-\\d{1,2}"
],
Expand Down Expand Up @@ -7004,7 +7005,17 @@
"yepnope.*\\.js"
],
"website": "yepnopejs.com"
}
},
"OWL Carousel": {
"cats": [
5,
7
],
"html": "<link [^>]*href=\"[^\"]+owl.carousel(?:\\.min)?\\.css",
"script": "owl.carousel.*\\.js",
"implies": "jQuery",
"website": "http://owlgraphic.com/owlcarousel/"
}
},
"categories": {
"1": "cms",
Expand Down Expand Up @@ -7058,4 +7069,4 @@
"49": "feed-readers",
"50": "document-management-systems"
}
}
}
Binary file added src/icons/OWL Carousel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit add96ae

Please sign in to comment.