Codebase list ido-ubiquitous / e786ff0 debian / patches / 0001-remove-badges.diff
e786ff0

Tree @e786ff0 (Download .tar.gz)

0001-remove-badges.diff @e786ff0raw · history · blame

From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icons from README file

This patch removes badges icons from README file. These icons are
intended rather for developers and are loaded from several external
web sites.

--- a/README.md
+++ b/README.md
@@ -1,10 +1,5 @@
 # ido-completing-read+ (formerly ido-ubiquitous) #
 
-[![MELPA Stable](https://stable.melpa.org/packages/ido-completing-read+-badge.svg)](https://stable.melpa.org/#/ido-completing-read%2B)
-[![Join the chat at https://gitter.im/DarwinAwardWinner/ido-ubiquitous](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DarwinAwardWinner/ido-ubiquitous?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[![Build Status](https://travis-ci.org/DarwinAwardWinner/ido-completing-read-plus.svg?branch=master)](https://travis-ci.org/DarwinAwardWinner/ido-completing-read-plus)
-[![Coverage Status](https://coveralls.io/repos/github/DarwinAwardWinner/ido-completing-read-plus/badge.svg?branch=master)](https://coveralls.io/github/DarwinAwardWinner/ido-completing-read-plus?branch=master)
-
 This package replaces stock emacs completion with ido completion
 wherever it is possible to do so without breaking things (i.e. what
 you were probably hoping for when you set `ido-everywhere` to `t`).
@@ -24,7 +19,7 @@ blacklist and a whitelist. If you have p
 ido-ubiquitous options, be sure to check out
 
     `M-x customize-group ido-completing-read+`
-    
+
 after updating to 4.0 and make sure the new settings are to your
 liking.
 
@@ -172,7 +167,7 @@ If the command specifies apple as the de
 will select "apple":
 
     Pick a fruit: {apple | banana | cherry | date}
-    
+
 However, if the command does not specify any default, an extra empty
 option is displayed before the first option, and pressing RET will
 select this empty option and return "":