[Python-modules-commits] [flask-compress] 02/04: Remove unnecessary image resources from README.md.
Dominik George
natureshadow-guest at moszumanska.debian.org
Fri Jan 6 14:30:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to tag debian/1.4.0-1
in repository flask-compress.
commit 0b97ed6db29005313c28175f284725b172e452e6
Author: Dominik George <nik at naturalnet.de>
Date: Thu Sep 29 12:03:08 2016 +0200
Remove unnecessary image resources from README.md.
These resources would produce a privacy breach after HTML conversion.
---
README.md | 5 -----
1 file changed, 5 deletions(-)
diff --git a/README.md b/README.md
index cf542d7..665f87b 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,5 @@
# Flask-Compress
-[![Version](https://img.shields.io/pypi/v/flask-compress.svg)](https://pypi.python.org/pypi/Flask-Compress)
-[![Build Status](https://travis-ci.org/libwilliam/flask-compress.png)](https://travis-ci.org/libwilliam/flask-compress)
-[![Coverage](https://coveralls.io/repos/libwilliam/flask-compress/badge.svg)](https://coveralls.io/github/libwilliam/flask-compress)
-[![License](https://img.shields.io/pypi/l/flask-compress.svg)](https://github.com/libwilliam/flask-compress/blob/master/LICENSE.txt)
-
Flask-Compress allows you to easily compress your [Flask](http://flask.pocoo.org/) application's responses with gzip.
The preferred solution is to have a server (like [Nginx](http://wiki.nginx.org/Main)) automatically compress the static files for you. If you don't have that option Flask-Compress will solve the problem for you.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-compress.git
More information about the Python-modules-commits
mailing list