Commit Graph
107 Commits
Author SHA1 Message Date
Thaddee Tyl cf8a441dcf website: favicon. 2014-01-17 15:31:29 +01:00
Thaddee Tyl ece0393852 cli: document the possibility of having several outputs. 2014-01-17 15:27:29 +01:00
Thaddee Tyl a9d7579eb7 Allow bitmap image output. 2014-01-17 15:25:24 +01:00
Thaddee Tyl ec9e3501af website: updated contributor list. 2014-01-17 02:05:33 +01:00
Thaddee Tyl e92060131f Avoid crash in case of invalid travis. 2014-01-15 23:32:35 +01:00
Thaddee Tyl 5c5adbb09b Update on the Firefox bug. 2014-01-15 10:13:20 +01:00
Thaddee Tyl 4f4cbf67a1 Font size increase.
Font order change.

Part of issue #14.
2014-01-14 11:37:40 +01:00
Thaddee Tyl fdc7bee558 Use of Geneva (for 0.5% of Mac users). 2014-01-13 11:16:38 +01:00
James Harris 9de0b25280 Add support for explicit branches with coveralls service. 2014-01-13 10:24:29 +10:00
Thaddee Tyl cea7b6a0b0 [trivial] indentation fix. 2014-01-12 16:28:35 +01:00
James HarrisandThaddee Tyl cb625f018a Added support for specific Travis CI branches. 2014-01-12 16:15:56 +01:00
Thaddee Tyl 4e458a1b70 Fixed-size cache store for bitmap images.
Part of issue #23.
2014-01-10 18:01:31 +01:00
Thaddee Tyl 2877a788d7 Bitmap cache.
Bitmap images (PNG & friends) are cached in memory.

Note: the cache is not discriminatory and grows constantly.

Part of issue #23.
2014-01-10 16:10:35 +01:00
Thaddee Tyl 96f2f96509 Clearer links. 2014-01-10 10:42:35 +01:00
Thaddee Tyl 1410ebf63b Text shadow on badges.
This change was considered more legible by at least two folks.
<https://github.com/badges/shields/issues/95#issuecomment-31857450>

Also, the shadow isn't black in order to circumvent a bug in SVGO.
<https://github.com/svg/svgo/issues/168>
2014-01-08 20:50:52 +01:00
Thaddee Tyl bd9e8d404c Updated images since last template change. 2014-01-08 10:34:19 +01:00
Thaddee Tyl b18b3ac4dc gh-badges.herokuapp.com → b.adge.me 2014-01-08 10:32:47 +01:00
Stefan JudisandThaddee Tyl 241d242887 Update README.md
Fixed npm naming
2014-01-08 10:25:04 +01:00
Stefan JudisandThaddee Tyl 9559f8772c Update README.md
- moved badge to a different position
2014-01-08 10:25:04 +01:00
Stefan JudisandThaddee Tyl 41cb5e8f23 Update Readme
- added badge ;)
- fixed typo
- added information about cairo dependency
2014-01-08 10:25:03 +01:00
Mathias BynensandThaddee Tyl 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 BynensandThaddee Tyl 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