File: 0001-clean-README.diff

package info (click to toggle)
ztree 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 180 kB
  • ctags: 149
  • sloc: lisp: 1,322; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,984 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
36
37
38
39
40
41
42
43
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove screenshots from README file

This patch removes screenshots from README file. These screenshots are loaded
from an external web site.

--- a/README.md
+++ b/README.md
@@ -58,15 +58,9 @@ By default all files starting with dot (
 
 One also could turn on unicode characters to draw the tree with instead of normal ASCII-characters. This is controlled by the `ztree-draw-unicode-lines` variable.
 
-### Screenshots
-
-![ztreediff emacsx11](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_diff_xterm.png "Emacs in xterm with ztree-diff")
-
-![ztreediff-diff emacsx11](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_diff_simplediff_xterm.png "Emacs in xterm with ztree-diff and simple diff")
-
 ## ztree-dir
 
-**ztree-dir** is a simple text-mode directory tree for Emacs. See screenshots below for the GUI and the terminal versions of the **ztree-dir**.
+**ztree-dir** is a simple text-mode directory tree for Emacs.
 
 Call the `ztree-dir` interactive function:
 
@@ -84,12 +78,6 @@ M-x ztree-dir
 ### Customizations
 Set the `ztree-dir-move-focus` variable to `t` in order to move focus to the other window when the `RET` key is pressed; the default behavior is to keep focus in `ztree-dir` window.
 
-
-![ztree emacsapp](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_app.png "Emacs App with ztree-dir")
-
-![ztree emacsx11](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_xterm.png "Emacs in xterm with ztree-dir")
-
-
 ## Contributions
 You can contribute to **ztree** in one of the following ways.
 - Submit a bug report
@@ -105,4 +93,3 @@ For more information one can read [here]
 
 As soon as the paperwork is done one can contribute to **ztree** with bigger pull requests.
 Note what pull requests without paperwork done will not be accepted, so please notify the [maintainer](mailto:alexey.veretennikov@gmail.com) if everything is in place.
-