Commit Graph

891 Commits

Author SHA1 Message Date
Thaddee Tyl
b18b3ac4dc gh-badges.herokuapp.com → b.adge.me 2014-01-08 10:32:47 +01:00
Stefan Judis
241d242887 Update README.md
Fixed npm naming
2014-01-08 10:25:04 +01:00
Stefan Judis
9559f8772c Update README.md
- moved badge to a different position
2014-01-08 10:25:04 +01:00
Stefan Judis
41cb5e8f23 Update Readme
- added badge ;)
- fixed typo
- added information about cairo dependency
2014-01-08 10:25:03 +01:00
Mathias Bynens
9e5606b3aa Use sans-serif as fallback font
This makes more sense, as Verdana is a sans-serif font.
2014-01-08 10:25:03 +01:00
Mathias Bynens
b038e23042 Remove generic ‘cheez whiz’ badge 2014-01-08 07:32:02 +01:00
Thaddee Tyl
dc1ceaa2ef cli: Omit needless function. 2014-01-07 21:44:41 +01:00
Thaddee Tyl
5e2a7d478e Executable program.
Generates SVG badges.
2014-01-07 15:52:59 +01:00
Thaddee Tyl
9d29a636f3 NPM v0.1.0 2014-01-07 12:29:12 +01:00
Thaddee Tyl
1b8ad975f4 Use b.adge.me 2014-01-06 23:22:54 +01:00
Thaddee Tyl
a3bcd23a6a website: Avoid mixed content for Google Fonts. 2014-01-06 18:38:01 +01:00
Thaddee Tyl
bb3d9ff63c Version starts with v, space removal, s/NPM/npm/. 2014-01-06 17:16:36 +01:00
Thaddee Tyl
0e5e5e4f90 Give metric approximation. 2014-01-06 16:48:28 +01:00
Thaddee Tyl
0fb6073017 website: inform of gem support. 2014-01-06 15:49:45 +01:00
Thaddee Tyl
4154eadbca Gem Integration.
Part of issue #16.
2014-01-06 15:48:03 +01:00
Thaddee Tyl
208bd47595 website: show support of npm versions. 2014-01-06 15:30:10 +01:00
Thaddee Tyl
30e8bf462b Better orange. 2014-01-06 15:28:05 +01:00
Thaddee Tyl
6d398af7e2 NPM Version Integration.
Part of issue #16.
2014-01-06 15:27:32 +01:00
Thaddee Tyl
034d8a7bbe website: fix alt attributes on npm and packagist. 2014-01-06 15:15:17 +01:00
Thaddee Tyl
2946603b4f Mention NPM and Packagist support. 2014-01-06 15:09:59 +01:00
Thaddee Tyl
5b56a3cc74 NPM Integration.
Part of issue #16.
2014-01-06 15:01:58 +01:00
Thaddee Tyl
a01d9abe24 Packagist Integration.
Part of issue #16.
2014-01-06 14:32:06 +01:00
Thaddee Tyl
b817b57010 Remove svg filter.
This circumvents a bug in Blink / Safari.
2014-01-06 11:09:50 +01:00
Mathias Bynens
40cb9a9e1a website: Improve support for small viewports 2014-01-06 10:01:46 +01:00
Mathias Bynens
55b208900e server: Send SVG images as UTF-8 2014-01-06 09:31:51 +01:00
Thaddee Tyl
c241cdb54d Website: hint at default color schemes.
From a suggestion from @mathiasbynens.
2014-01-05 22:56:40 +01:00
Thaddee Tyl
6620d46f23 Local font loading into SVG in Phantom.js
Ensures use of Verdana server-side when rendering images.
2014-01-05 22:02:02 +01:00
Thaddee Tyl
8e4c19f41d Validate HTML. 2014-01-05 16:04:24 +01:00
Thaddee Tyl
74273ccceb Document supported services. 2014-01-05 15:56:15 +01:00
Thaddee Tyl
a780b25233 Deal with Coverage's unkown state.
Part of issue #16.
2014-01-05 15:41:35 +01:00
Thaddee Tyl
c3fd3cfd79 Gittip Integration.
Part of issue #16.
2014-01-05 15:33:11 +01:00
Thaddee Tyl
b562c00da5 Coveralls Integration.
Part of issue #16.
2014-01-05 15:15:48 +01:00
Thaddee Tyl
bac3a853b3 Remove the extra pixel row.
Reason: badge image sizes are actually inconsistent in the wild.
No need to keep that extra pixel row for consistency.
2014-01-05 15:14:33 +01:00
Thaddee Tyl
5aab5a8705 Travis-CI integration.
Part of issue #16.
2014-01-05 14:42:54 +01:00
Thaddee Tyl
3342ab660c Mention the Heroku app. 2014-01-05 12:39:41 +01:00
Thaddee Tyl
ec4326381c URL format change, to prepare for future possibilities. 2014-01-05 12:36:52 +01:00
Thaddee Tyl
16da2eee02 Allow {png,gif,jpg,pdf} output. 2014-01-05 12:36:51 +01:00
Mathias Bynens
de668667d3 website: Copy improvements 2014-01-05 10:48:08 +01:00
Thaddee Tyl
382b998949 website: cuter. Mention repo. Mention one more bug. 2014-01-04 23:47:17 +01:00
Thaddee Tyl
57b5a0908e website: added a form to encourage making badges. 2014-01-04 23:16:44 +01:00
Thaddee Tyl
cd6bfd23ea Cache images: max-age + last-modified. 2014-01-04 20:36:52 +01:00
Thaddee Tyl
2d65f0aecb Simple website index page. 2014-01-04 19:40:28 +01:00
Thaddee Tyl
3537924372 [badge] download + added color blue.
We now have all the colors from Buckler:
<6b9c949393/png.go (L28)>
2014-01-04 17:13:15 +01:00
Thaddee Tyl
c73f7d098f Server: allow arbitrary hex colors.
Fixes #12 since that ensures Buckler parity.
2014-01-04 16:56:24 +01:00
Thaddee Tyl
5612084749 Heroku instance creation information. 2014-01-04 14:03:45 +01:00
Thaddee Tyl
3634da8c9d make deploy: pushes master on the heroku instance. 2014-01-04 13:52:15 +01:00
Thaddee Tyl
1b3f60ab8e Use local verdana file if available. 2014-01-04 13:34:13 +01:00
Thaddee Tyl
c04d52da73 Proper escaping for the web service. 2014-01-03 23:49:05 +01:00
Thaddee Tyl
1bd5cda174 Omit needless space.
See commit dc1f0
2014-01-03 23:48:43 +01:00
Thaddee Tyl
c566277391 Node engine version information. Deployment files. 2014-01-03 19:25:49 +01:00