Skip to content

Commit

Permalink
Rename Tesseract to Crossfilter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Mar 26, 2012
1 parent 69a383d commit e46041d
Show file tree
Hide file tree
Showing 29 changed files with 196 additions and 196 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ JS_COMPILER = ./node_modules/uglify-js/bin/uglifyjs

.PHONY: test benchmark

all: tesseract.min.js package.json
all: crossfilter.min.js package.json

tesseract.js: \
crossfilter.js: \
src/version.js \
src/identity.js \
src/permute.js \
Expand All @@ -19,7 +19,7 @@ tesseract.js: \
src/null.js \
src/zero.js \
src/reduce.js \
src/tesseract.js \
src/crossfilter.js \
Makefile

%.min.js: %.js Makefile
Expand All @@ -33,13 +33,13 @@ tesseract.js: \
@echo '})(this);' >> $@
@chmod a-w $@

package.json: tesseract.js src/package.js
package.json: crossfilter.js src/package.js
@rm -f $@
node src/package.js > $@
@chmod a-w $@

clean:
rm -f tesseract.js tesseract.min.js package.json
rm -f crossfilter.js crossfilter.min.js package.json

test: all
@$(JS_TESTER)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tesseract
# Crossfilter

Fast *n*-dimensional filtering and grouping of records in JavaScript.

See <http://square.github.com/tesseract/> for an interactive example.
See <http://square.github.com/crossfilter/> for an interactive example.

See <https://github.com/square/tesseract/wiki/API-Reference> for documentation.
See <https://github.com/square/crossfilter/wiki/API-Reference> for documentation.

## Contributing

We'd love for you to participate in the development of Tesseract. Before we can accept your pull request, please sign our [Individual Contributor License Agreement](https://spreadsheets.google.com/spreadsheet/viewform?formkey=dDViT2xzUHAwRkI3X3k5Z0lQM091OGc6MQ&ndplr=1). It's a short form that covers our bases and makes sure you're eligible to contribute. Thank you!
We'd love for you to participate in the development of Crossfilter. Before we can accept your pull request, please sign our [Individual Contributor License Agreement](https://spreadsheets.google.com/spreadsheet/viewform?formkey=dDViT2xzUHAwRkI3X3k5Z0lQM091OGc6MQ&ndplr=1). It's a short form that covers our bases and makes sure you're eligible to contribute. Thank you!
Loading

0 comments on commit e46041d

Please sign in to comment.