File: 0001-clean-documentation.diff

package info (click to toggle)
elisp-refs 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 364 kB
  • sloc: lisp: 1,100; makefile: 20; sh: 2
file content (35 lines) | stat: -rw-r--r-- 1,336 bytes parent folder | download | duplicates (3)
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
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icons and screenshots from README file

This patch removes badges icons and screenshots 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,7 +1,4 @@
 # elisp-refs
-[![Build Status](https://travis-ci.org/Wilfred/elisp-refs.svg?branch=master)](https://travis-ci.org/Wilfred/elisp-refs)
-[![Coverage Status](https://coveralls.io/repos/github/Wilfred/elisp-refs/badge.svg?branch=master)](https://coveralls.io/github/Wilfred/elisp-refs?branch=master)
-[![MELPA](http://melpa.org/packages/elisp-refs-badge.svg)](http://melpa.org/#/elisp-refs)
 
 elisp-refs is an intelligent code search for Emacs lisp.
 
@@ -9,8 +6,6 @@ It can find references to functions, mac
 dumb text search, elisp-refs actually parses the code, so it's never
 confused by comments or variables with the same name as functions.
 
-![screenshot](refs_screenshot.png)
-
 This is particularly useful for finding all the places a function is
 used, or finding examples of usage.
 
@@ -39,8 +34,6 @@ directories. For example:
 
 will search for uses of `pcase` in magit:
 
-![filtering screenshot](refs_filtered.png)
-
 ## Semantic analysis
 
 elisp-refs has *street smarts*: given `(defun foo (bar) (baz))`, it