1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
From: Sean Whitton <spwhitton@spwhitton.name>
Date: Fri, 8 Jan 2016 14:48:08 -0700
Subject: decruft README for Debian
---
README.md | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/README.md b/README.md
index 5654e93..8478760 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,5 @@
-<p align="center">
- <a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="https://img.shields.io/badge/license-GPL_3-green.svg" alt="License GPL 3" /></a>
- <a href="https://melpa.org/#/helm"><img alt="MELPA" src="https://melpa.org/packages/helm-badge.svg"/></a>
- <a href="https://stable.melpa.org/#/helm"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/helm-badge.svg"/></a>
-</p>
-
-
<h1 align="center">Emacs-Helm</h1>
-<p align="center">
- <img src="https://avatars3.githubusercontent.com/u/1541688?v=3&s=200" alt="Emacs-helm" title="" />
-</p>
-
***
<p align="justify">
<b>Helm</b> is an Emacs framework for incremental completions and narrowing
@@ -25,8 +14,6 @@
***
<p align="center">
<a href="https://emacs-helm.github.io/helm/"><b>Homepage</b></a> |
- <a href="https://github.com/emacs-helm/helm/releases"><b>Downloads</b></a> |
- <a href="https://github.com/emacs-helm/helm/wiki#install"><b>Get started</b></a> |
<a href="https://github.com/emacs-helm/helm/wiki"><b>Helm wiki</b></a> |
<a href="https://github.com/emacs-helm/helm/wiki/FAQ"><b>FAQ</b></a>
</p>
@@ -36,9 +23,7 @@
<p align="center">
Helm in action browsing images</p>
-<p align="center">
- <img src="https://github.com/emacs-helm/helm/blob/master/images/screenshot002.png?raw=true" alt="Emacs-helm grep ag" title="" />
-</p>
+
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
|