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 53 54 55 56 57 58 59 60 61 62 63 64
|
From: Denis Danilov <danilovdenis@yandex.ru>
Date: Tue, 10 Sep 2019 14:10:39 +0200
Subject: patch README for Debian
remove links to images on 3rd party sites
---
README.rst | 40 ----------------------------------------
1 file changed, 40 deletions(-)
diff --git a/README.rst b/README.rst
index 52ce1a2..d1226fc 100644
--- a/README.rst
+++ b/README.rst
@@ -1,15 +1,6 @@
Fortran Language Server
=======================
-.. image:: https://travis-ci.org/hansec/fortran-language-server.svg?branch=master
- :target: https://travis-ci.org/hansec/fortran-language-server
-
-.. image:: https://ci.appveyor.com/api/projects/status/github/hansec/fortran-language-server?branch=master&svg=true
- :target: https://ci.appveyor.com/project/hansec/fortran-language-server
-
-.. image:: https://img.shields.io/github/license/hansec/fortran-language-server.svg
- :target: https://github.com/hansec/fortran-language-server/blob/master/LICENSE
-
A Fortran implementation of the `Language Server Protocol <https://github.com/Microsoft/language-server-protocol>`_ using Python (2.7+ or 3.0+).
Editor extensions using this language server to provide autocomplete and other IDE-like functionality are
@@ -194,34 +185,3 @@ Support
-------
If you *really* like `this package <https://github.com/hansec/fortran-language-server>`_ you can `buy me a coffee <https://paypal.me/hansec>`_ to say thanks.
-
-Editor examples (Atom):
------------------------
-
-Document symbols (``textDocument/documentSymbol``):
-
-.. image:: https://raw.githubusercontent.com/hansec/fortran-language-server/master/images/fortls_outline.png
-
-Auto-complete (``textDocument/completion``):
-
-.. image:: https://raw.githubusercontent.com/hansec/fortran-language-server/master/images/fortls_autocomplete.gif
-
-Signature help (``textDocument/signatureHelp``):
-
-.. image:: https://raw.githubusercontent.com/hansec/fortran-language-server/master/images/fortls_sigHelp.gif
-
-Goto definition (``textDocument/definition``):
-
-.. image:: https://raw.githubusercontent.com/hansec/fortran-language-server/master/images/fortls_gotodef.gif
-
-Hover (``textDocument/hover``):
-
-.. image:: https://raw.githubusercontent.com/hansec/fortran-language-server/master/images/fortls_hover.gif
-
-Find references (``textDocument/references``):
-
-.. image:: https://raw.githubusercontent.com/hansec/fortran-language-server/master/images/fortls_refs.png
-
-Diagnostics:
-
-.. image:: https://raw.githubusercontent.com/hansec/fortran-language-server/master/images/fortls_diag.png
|