Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
Isaac Z. Schlueter 679b9b94bf README.md: Point hyperlinks at github explicitly
Using relative hyperlinks here results in some weirdness when the
readme is displayed on npmjs.org.

If this patch lands, I'd suggest also doing `npm publish -f` (or
just bump the version in package.json and `npm publish` un-forcefully.)
2013-01-07 06:16:37 -08:00
Mike Bostock 29f7adefc5 Add direct link to examples. 2012-12-20 08:15:20 -08:00
Mike Bostock 2697a60ba0 Update README blurb. 2012-05-01 08:50:25 -07:00
Mike Bostock c384fad0b3 Update the README to point to the Wiki. 2012-04-24 18:27:23 -07:00
Michael Jackson 6f509917f5 Add note about running the tests 2012-02-21 16:07:01 -08:00
Mike Bostock 7d93964615 Add install rule to Makefile. 2011-09-27 13:53:46 -07:00
Johan Sundström 46891e93eb Make "make test" work even if npm installs pkgs elsewhere. 2011-09-24 15:47:06 -07:00
Mike Bostock 82385841fc Replace submodule with package.json.
This is better, because now we can enumerate all of our dependencies without
embedding them as submodules. After pulling, run `npm install`.
2011-08-18 10:10:16 -07:00
Michael Bostock b938171e7a Merge branch 'NelsonMinar-master' 2011-03-30 09:06:50 -07:00
Nelson Minar 787e80a25c suggest SimpleHTTPServer instead of Tornado 2011-03-30 07:56:04 -07:00
Michael Bostock 198ee5f86d Tweak README. 2011-02-25 10:01:34 -08:00
Mike Bostock 8a6d054e6b Clarify Tornado installation instructions. 2010-12-09 14:46:45 -08:00
Michael Bostock f8557b993f Tweak README. 2010-11-08 14:51:07 -08:00
Michael Bostock f629ad5a68 Update README. 2010-11-08 14:34:14 -08:00
Michael Bostock 9f51f46f6f A simple web server for Chrome.
Alas, Chrome is very strict about XHR to local files, even within the same
directory. This commit includes a tiny web server (built on Tornado) so that
Chrome users can easily run the examples out of their local file system.
2010-11-04 19:06:31 -07:00
Michael Bostock 5a99324d0b Rename README.mkd -> README.md. 2010-10-14 10:25:12 -07:00