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
|
From: Denis Danilov <danilovdenis@yandex.ru>
Date: Sun, 16 Oct 2022 10:00:00 +0200
Subject: patch README for Debian
remove links to images on 3rd party sites
---
README.md | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/README.md b/README.md
index e78bcc5..95a2eb7 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,5 @@
-
-
# fortls - Fortran Language Server
-
-
-[](https://pepy.tech/project/fortls)
-
-
-
-
-
-[](https://github.com/psf/black)
-
-
-[<img alt="https://github.com/sponsors/gnikit" src="https://img.shields.io/static/v1?style=social&label=Sponsor&message=%E2%9D%A4&logo=GitHub&color&link=%3Curl%3E" height="30" />](https://github.com/sponsors/gnikit)
-[<img alt="https://paypal.me/inikit" src="https://img.shields.io/static/v1?style=social&label=Donate&message=%E2%9D%A4&logo=Paypal&color&link=%3Curl%3E" height="30" />](https://paypal.me/inikit)
-
-
-
`fortls` is an implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol)
(LSP) for Fortran using Python (3.7+).
@@ -163,13 +145,6 @@ An example for a Configuration file is given below
This project would not have been possible without the original work of [@hansec](https://github.com/hansec/)
in [`fortran-language-server`](https://github.com/hansec/fortran-language-server)
-<!-- ## Support
-
-If you want to support this project you can do it through
-
-[](https://paypal.me/inikit)
-[](https://www.buymeacoffee.com/gnikit) -->
-
## Bug reports
When [filing bugs](https://github.com/gnikit/fortls/issues/new)
|