Skip to content

Commit

Permalink
Merge branch 'master' into nativeNodeZlib
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml
	package.json
  • Loading branch information
tomgco committed Nov 20, 2011
2 parents 9e5bdd8 + 6abdbcf commit 8f48b64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: node_js
node_js:
- 0.5
- 0.6
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# gzippo
# gzippo [![Build Status](https://secure.travis-ci.org/tomgallacher/gzippo.png)](https://secure.travis-ci.org/tomgallacher/gzippo)

gzippo pronounced `g-zippo` is a gzip middleware for Connect / expressjs using node-compress for better performace.

gzippo currently only supports only gzipping static content files however a release is in progress to introduce streaming support.

## Notice

Please note that gzippo@0.0.X branch will only be tested for nodejs 0.4, where the soon to be released gzippo@0.1.X will work for node 0.6

## Installation

$ npm install gzippo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "git://github.com/tomgallacher/gzippo.git"
},
"engines" : { "node" : "0.6" },
"engines" : { "node" : ">= 0.5 < 0.7" },
"main" : "./index.js",
"dependencies" :
{
Expand Down

0 comments on commit 8f48b64

Please sign in to comment.