File: 0001-clean-documentation.diff

package info (click to toggle)
magit-todos 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 784 kB
  • sloc: lisp: 1,185; sh: 899; makefile: 36
file content (52 lines) | stat: -rw-r--r-- 1,929 bytes parent folder | download
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
50
51
52
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. They are loaded from
several external web sites and not included in the original source.

--- a/README.org
+++ b/README.org
@@ -1,8 +1,5 @@
 #+TITLE: magit-todos
 
-# NOTE: To avoid having this in the info manual, we use HTML rather than Org syntax; it still appears with the GitHub renderer.
-#+HTML: <a href="https://melpa.org/#/magit-todos"><img src="https://melpa.org/packages/magit-todos-badge.svg"></a> <a href="https://stable.melpa.org/#/magit-todos"><img src="https://stable.melpa.org/packages/magit-todos-badge.svg"></a>
-
 This package displays keyword entries from source code comments and Org files in the Magit status buffer.  Activating an item jumps to it in its file.  By default, it uses keywords from [[https://github.com/tarsius/hl-todo][hl-todo]], minus a few (like =NOTE=).
 
 * Contents
@@ -18,33 +15,6 @@ This package displays keyword entries fr
 - [[#credits][Credits]]
 :END:
 
-* Screenshots
-:PROPERTIES:
-:TOC:      :ignore (this)
-:END:
-
-[[screenshots/matrix.png]]
-
-Items from Org files can be displayed, and can be fontified like in Org buffers:
-
-[[screenshots/fancy-org.png]]
-
-Items can also be automatically grouped in a customizable way, which can be helpful in large repos:
-
-[[screenshots/emacs-grouped.png]]
-
-This shows grouping items by the first path component, then keyword, then filename, and with optional keyword header fontification:
-
-[[screenshots/emacs-grouped-by-path.png]]
-
-Items in =KEYWORD(username):= format are also read:
-
-[[screenshots/thiderman.png]]
-
-Items specific to the current branch (or =git diff=) can be displayed in a separate list:
-
-[[screenshots/branch-list.png]]
-
 * Installation
 :PROPERTIES:
 :TOC:      :ignore descendants