From 7ddd765ef934ad962932c66099aba990a3a94bbf Mon Sep 17 00:00:00 2001 From: Gil Barbara Date: Sun, 5 Jul 2015 22:18:47 -0300 Subject: [PATCH] update logos.json and README --- README.md | 16 ++++++++-------- assets/logos.json | 16 ++++++++-------- gulpfile.js | 1 + 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 04197a1..f8e5d0f 100644 --- a/README.md +++ b/README.md @@ -397,10 +397,10 @@ Please add your requests in the issues preferably with links to the vector files ## Neo4j ![neo4j](http://gilbarbara.github.io/logos/neo4j.svg) -## Netbeans +## Netbeans ![netbeans](http://gilbarbara.github.io/logos/netbeans.svg) -## New Relic +## New Relic ![new-relic](http://gilbarbara.github.io/logos/new-relic.svg) ## NGINX @@ -502,7 +502,7 @@ Please add your requests in the issues preferably with links to the vector files ## Scala ![scala](http://gilbarbara.github.io/logos/scala.svg) -## Segment +## Segment ![segment](http://gilbarbara.github.io/logos/segment.svg) ## Sinatra @@ -514,7 +514,7 @@ Please add your requests in the issues preferably with links to the vector files ## Socket.io ![socket.io](http://gilbarbara.github.io/logos/socket.io.svg) -## Spring +## Spring ![spring](http://gilbarbara.github.io/logos/spring.svg) ## Stack Overflow @@ -523,7 +523,7 @@ Please add your requests in the issues preferably with links to the vector files ## Stash ![stash](http://gilbarbara.github.io/logos/stash.svg) -## Struts +## Struts ![struts](http://gilbarbara.github.io/logos/struts.svg) ## Stylus @@ -535,7 +535,7 @@ Please add your requests in the issues preferably with links to the vector files ## Swift ![swift](http://gilbarbara.github.io/logos/swift.svg) -## Symfony +## Symfony ![symfony](http://gilbarbara.github.io/logos/symfony.svg) ## Traackr @@ -546,7 +546,7 @@ Please add your requests in the issues preferably with links to the vector files ![travis-ci](http://gilbarbara.github.io/logos/travis-ci.svg) -## Vaadin +## Vaadin ![vaadin](http://gilbarbara.github.io/logos/vaadin.svg) ## Vagrant @@ -555,7 +555,7 @@ Please add your requests in the issues preferably with links to the vector files ## Visual Studio ![visual-studio](http://gilbarbara.github.io/logos/visual-studio.svg) -## Visual Website Optimizer +## Visual Website Optimizer ![visual_website_optimizer](http://gilbarbara.github.io/logos/visual_website_optimizer.svg) ## Vue.js diff --git a/assets/logos.json b/assets/logos.json index c8fd275..babc7e2 100644 --- a/assets/logos.json +++ b/assets/logos.json @@ -1350,7 +1350,7 @@ "netbeans.svg" ], "shortname": "netbeans", - "url": "", + "url": "https://netbeans.org/", "tags": [ "editor", "IDE" @@ -1362,7 +1362,7 @@ "new-relic.svg" ], "shortname": "new-relic", - "url": "", + "url": "http://newrelic.com/", "tags": [ "software analytics", "SaaS" @@ -1708,7 +1708,7 @@ "segment.svg" ], "shortname": "segment", - "url": "", + "url": "https://segment.com/", "tags": [ "customer data analytics", "service integration" @@ -1750,7 +1750,7 @@ "spring.svg" ], "shortname": "spring", - "url": "", + "url": "https://spring.io/", "tags": [ "java", "framework" @@ -1782,7 +1782,7 @@ "struts.svg" ], "shortname": "struts", - "url": "", + "url": "https://struts.apache.org/", "tags": [ "java", "framework" @@ -1825,7 +1825,7 @@ "symfony.svg" ], "shortname": "symfony", - "url": "", + "url": "https://symfony.com/", "tags": [ "php", "framework" @@ -1859,7 +1859,7 @@ "vaadin.svg" ], "shortname": "vaadin", - "url": "", + "url": "https://vaadin.com/", "tags": [ "java", "framework" @@ -1894,7 +1894,7 @@ "visual_website_optimizer.svg" ], "shortname": "visual_website_optimizer", - "url": "", + "url": "https://vwo.com/", "tags": [ "testing", "a/b testing" diff --git a/gulpfile.js b/gulpfile.js index a414b9d..b6f4d24 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -38,6 +38,7 @@ gulp.task('templates', function () { }); }); templateData.meta = meta.join(', '); + templateData.count = json.items.length; return gulp.src('assets/templates/index.handlebars') .pipe($.compileHandlebars(templateData, {