hyde-slimmer 0.0.1
Html compression as post processor
This module is a wrapper around Peter Bengtsson's slimmer. It can be used to compress HTML, XHTML or CSS. It depends on the slimmer module from pypi.
Installation
pip install hyde-slimmer
Install Post Processor:
SITE_POST_PROCESSORS = {
'/': {
'hyde_slimmer.site_post_processors.Compress' : {
'slimmer': {
'*.html': 'html',
#'*.html': 'xhtml',
#'*.css': 'css',
}
},
}
}
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| hyde-slimmer-0.0.1.tar.gz (md5) | Source | 2011-01-22 | 1KB | 335 | |
- Author: Donald von Stufft
- Home Page: http://github.com/dstufft/hyde-slimmer
- Keywords: hyde html compressor
- License: BSD
- Categories
- Package Index Owner: dstufft
- DOAP record: hyde-slimmer-0.0.1.xml
