Commit Graph

7 Commits

Author SHA1 Message Date
Brett Cannon
9b0db8be10 Percent-encode arguments to example URL generator
Otherwise using characters like `?` will lead to a 404.
2014-02-26 15:48:17 -05:00
Thaddee Tyl
300b0688c2 [website] Make the widget work on localhost. 2014-02-26 13:34:59 +01:00
Thaddee Tyl
7c2f55b225 innerText → textContent
innerText is not supported in Firefox (and probably others).
textContent is supported everywhere since IE9.

Related to issue #133.
2014-02-26 11:18:37 +01:00
Brett Cannon
98941dd35c Consolidate example image URL and JS code
Before they had diverged and the link generator lacked the `img.` subdomain.
2014-02-26 11:04:11 +01:00
Brett Cannon
21c22b3f42 Point to badges/shields 2014-02-26 11:02:36 +01:00
Thaddee Tyl
f2de13e791 Separate vendors in categories.
Version, downloads, miscellaneous.
2014-02-15 19:33:51 +01:00
Thaddee Tyl
109a437d0a try.html for testing, index.html generated. 2014-02-15 22:42:25 +01:00