From 4e743fc1559fdc9b1b8acef41edad76b6ce668d3 Mon Sep 17 00:00:00 2001 From: Bitdeli Chef Date: Sun, 2 Feb 2014 15:57:55 +0000 Subject: [PATCH 1/3] Add a Bitdeli badge to README --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 021057b..ed45e26 100644 --- a/README.rst +++ b/README.rst @@ -13,3 +13,9 @@ possible to be installed into an existing Django project like a regular app. You can find a live example on http://dpaste.de/ Further documentation can be found here: http://dpaste.readthedocs.org/en/latest/ + + +.. image:: https://d2weczhvl823v0.cloudfront.net/bartTC/dpaste/trend.png + :alt: Bitdeli badge + :target: https://bitdeli.com/free + From 7cc5240052ce75bff0dcca601f4276cf7ae0db35 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Sun, 2 Feb 2014 20:51:33 +0100 Subject: [PATCH 2/3] Removed Bitdeli button because not useful. --- README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index ed45e26..021057b 100644 --- a/README.rst +++ b/README.rst @@ -13,9 +13,3 @@ possible to be installed into an existing Django project like a regular app. You can find a live example on http://dpaste.de/ Further documentation can be found here: http://dpaste.readthedocs.org/en/latest/ - - -.. image:: https://d2weczhvl823v0.cloudfront.net/bartTC/dpaste/trend.png - :alt: Bitdeli badge - :target: https://bitdeli.com/free - From a7c9d9c325977484c6a2acd284066972f0efeda4 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Fri, 28 Feb 2014 18:33:24 +0100 Subject: [PATCH 3/3] Added flattr button --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 021057b..1cd4f4c 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,8 @@ dpaste :target: https://travis-ci.org/bartTC/dpaste .. image:: https://coveralls.io/repos/bartTC/dpaste/badge.png?branch=master :target: https://coveralls.io/r/bartTC/dpaste?branch=master +.. image:: https://api.flattr.com/button/flattr-badge-large.png + :target: https://flattr.com/submit/auto?user_id=bartTC&url=https%3A%2F%2Fgithub.com%2FbartTC%2Fdpaste dpaste is a Django based pastebin. It's intended to run separately but its also possible to be installed into an existing Django project like a regular app.