Commit Graph

891 Commits

Author SHA1 Message Date
Thaddee Tyl
e65aa42926 Update index.html to match try.html 2014-04-20 16:19:34 +00:00
Thaddee Tyl
2343e24d8a Load all templates through dot. 2014-04-20 16:12:35 +00:00
Thaddee Tyl
d578b65513 new flat style: cleanup.
- The information stored in `makeImage`'s `options` parameter is better served
  in its `data` parameter,
- Remove the (no longer used) `colorscheme` parameter to `makeTemplate`,
- We can already get to the contents of the URL query parameter `style` through
  that `data` parameter in `getRequest`,
- Relocation of the code to set badge data related to the flat style into
  `getBadgeData`,
- Code style (adding semicolons).

Related to issue #159.
2014-04-19 22:25:35 +00:00
Max Ogden
519aa5e6cd add myself to contributors list at bottom 2014-04-19 13:20:55 -07:00
Max Ogden
c6163c9a4f move colorscheme back to original location, add @ syntax to cli for specifying style, cache templates on server start 2014-04-19 10:27:20 -07:00
Max Ogden
252de55aa4 fix colorsche.ejson path in tests 2014-04-19 10:06:39 -07:00
Max Ogden
f97fbf0dd0 add templates support and new flat style option 2014-04-19 01:11:06 -07:00
Thaddee Tyl
59c04d33df Chef's Cookbook version badge: use "cookbook".
See issue #157
2014-04-11 20:39:12 +00:00
Thaddee Tyl
296a162a41 Use v[version] for Chef as well. 2014-04-11 19:17:56 +00:00
Thaddee Tyl
ce0d2e7137 Fixed try.html (Chef support). 2014-04-11 19:17:32 +00:00
Seth Vargo
ec786b1be6 Update HTML pages 2014-04-10 16:55:54 -04:00
Seth Vargo
731acf5d94 Add a route for Chef cookbooks 2014-04-10 16:55:33 -04:00
Thaddee Tyl
7805b757b5 Vendor request timeout set at 25s. 2014-04-09 16:49:32 +00:00
Thaddee Tyl
7569f68c3b Avoid sending data when vendor server unresponsive. 2014-04-09 16:39:46 +00:00
Thaddee Tyl
b4766dbad9 Document the use of week and day downloads for PyPI 2014-04-07 23:38:12 +00:00
Thaddee Tyl
90a1ad1071 Ignore the Redis folder. 2014-04-07 23:34:49 +00:00
Thaddee Tyl
5685238956 Using Redis to store analytics on Heroku. 2014-04-07 23:29:30 +00:00
Ford Hurley
d9a80bb6ed Add option to show PyPI downloads from last_week and last_day
In addition to /pypi/dm, users can use /pypi/dw and /pypi/dd for more
detailed download counts.
2014-04-07 08:06:44 -04:00
Thaddee Tyl
9d60e7be36 Inform when a vendor is nonresponding. 2014-04-04 19:02:06 +00:00
Thaddee Tyl
fe5e2d8dea Omit redundant LICENSE. 2014-04-01 21:15:36 +00:00
Thaddee Tyl
395b165fd5 [website] new contributors. 2014-03-31 22:07:58 +00:00
Thaddee Tyl
77de60a698 Added all contributors. 2014-03-30 18:19:00 +00:00
Thaddee Tyl
dcf24d11dc Omit needless domain sharding number. 2014-03-29 18:00:09 +01:00
Thaddee Tyl
0b3645d7fa Use a GitHub avatar when gravatar fails. 2014-03-28 23:57:43 +01:00
Thaddee Tyl
db6a654eba Use word "coverage" for code climate coverage. 2014-03-27 12:39:54 +01:00
Thaddee Tyl
1732258e89 Demo of Packagist license information. 2014-03-27 12:38:19 +01:00
Thaddee Tyl
e142a37d96 Support for Packagist License.
Fixes #152.
2014-03-27 12:34:21 +01:00
Thaddee Tyl
43bfff5c73 Code climate coverage example. 2014-03-26 16:02:21 +01:00
Thaddee Tyl
1502080555 Code Climate coverage integration.
Fixes #151.
2014-03-26 15:27:41 +01:00
Sean Linsley
e8bcec74dc Explain how to use alternate ports in INSTALL.md
`npm start` doesn't work with either approach (don't ask me why), so I changed the default steps to use `node server` to reduce confusion.
2014-03-23 11:12:29 -05:00
Thaddee Tyl
f19ab602f6 Extract Gemnasium data from SVG image.
Fixes issue #148.
2014-03-23 02:27:48 +01:00
Thaddee Tyl
8ce49b9196 npm version: accurate information using Accept header.
See <https://github.com/npm/npmjs.org/issues/163>.
2014-03-19 12:23:11 +01:00
Thaddee Tyl
893dc41807 Mention Travis and Gemnasium support. 2014-03-20 02:13:27 +01:00
Thaddee Tyl
5050698c14 [travis] Accurate badge information. 2014-03-17 16:41:51 +01:00
Thaddee Tyl
0832b76243 Index building. 2014-03-17 13:57:27 +01:00
Thaddee Tyl
8f171ffb8e Mention vendor reposs.
From issue #120
2014-03-17 13:57:27 +01:00
Thaddee Tyl
8ba86f7aff GitHub Badges: use "tag" and "release". 2014-03-17 13:57:26 +01:00
Thaddee Tyl
2bd90326ad GitHub Badges: Check for versions. 2014-03-17 13:57:26 +01:00
Thaddee Tyl
e8e80b020f [website] fixed contributor name. 2014-03-15 12:36:03 +01:00
Mark S. Everitt
806a2dc67d Adds GitHib release badge. 2014-03-15 02:25:38 +00:00
Thaddee Tyl
c1c35571e6 GitHub tags: Comments, color, version detection.
Related to issue #143.
2014-03-14 16:58:38 +01:00
Mark S. Everitt
569714d986 Adds a badge that gets the latest github tag. 2014-03-14 00:36:41 +00:00
Thaddee Tyl
0fab333668 [website] Build after CocoaPods update. 2014-03-12 23:26:04 +01:00
Adrian Kashivskyy
e4c7a30f07 Add CocoaPods version integration 2014-03-12 21:46:00 +01:00
Thaddee Tyl
bf839e8199 [server] Proper try / catch guards.
Fixes issue #139.

Featuring a massive use of Request (the npm module).
2014-03-12 08:18:25 +01:00
Thaddee Tyl
dc45ccc5da [npm] Removed lax certificate requirement.
The downloads API now has a proper certificate.
2014-03-09 10:11:25 +01:00
Thaddee Tyl
15be3df881 npm downloads work again. 2014-03-05 18:50:29 +01:00
Thaddee Tyl
8e5e2b1524 Mention badges2svg. 2014-03-04 14:09:14 +01:00
Thaddee Tyl
2d99c5b232 [deploy] force add the font file. 2014-03-04 13:57:43 +01:00
Thaddee Tyl
ee4c9f885a Travis support through its json api, not png
If the PNG format (which we only used HEAD with) is rate-limited, as seems to be
the case considering issue #137, this should fix it. However, this is about
experimentation, since I have received little communication from them on those
issues.
2014-03-04 13:55:00 +01:00