trim_whitespace meddleware plugin
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 29 Nov 2012 10:28:25 +0000 (11:28 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Sat, 1 Dec 2012 19:19:43 +0000 (20:19 +0100)
commit9945468603b8476f735d735dbc7505ee47ff9f42
tree9c48a9cc7472538e8c91771862c24afdcf59ed76
parenta30fb1d89d11a0afddaf2bb8297a51db6d9e75db
trim_whitespace meddleware plugin

Our HTML output is very verbose (=whitespacy) as our templates are
written with an 80 char limit and lots of newlines between blocks,
variables etc....

This is a plugin that naively strips of all but the first whitespace
from the HTML response. We might want to have an all-fancy html tidy
interface here at some point, but it nicely decreases the HTML size
about a third on some simple pages.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/plugins/trim_whitespace/README.rst [new file with mode: 0644]
mediagoblin/plugins/trim_whitespace/__init__.py [new file with mode: 0644]