From 43522cc3e992a47330df9b24be1bf597af0c18f9 Mon Sep 17 00:00:00 2001 From: croyleje <58449932+croyleje@users.noreply.github.com> Date: Wed, 25 Nov 2020 20:47:21 -0500 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd68d6b..806f562 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ checker. You can chose to: * Download the stand-alone version of LanguageTool(LanguageTool-\*.zip) from - [here](http://www.languagetool.org/) using the orange button labeled - "LanguageTool for standalone for your desktop". + [here](https://dev.languagetool.org/http-server.html) using the + first link labeled "Getting the server" at the top of the page. * or download a nightly build LanguageTool-.\*-snapshot.zip from http://www.languagetool.org/download/snapshots/. It contains a From 93287facae76ca2d6c333428b893f087ab083a6a Mon Sep 17 00:00:00 2001 From: croyleje <58449932+croyleje@users.noreply.github.com> Date: Wed, 25 Nov 2020 20:51:05 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 806f562..847a5a3 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Recent versions of LanguageTool require Java-8. ## Download the stand-alone version of LanguageTool Download the stand-alone version of LanguageTool (LanguageTool-*.zip) -from http://www.languagetool.org/, scroll down and click on +from http://www.dev.languagetool.org/http-server.html/, scroll down and click on "Desktop version for offline use" to download it. Unzip it: ``` $ unzip LanguageTool-4.9.zip From 9ca3c40809fba596350c1e21f78fb7283f45ce30 Mon Sep 17 00:00:00 2001 From: croyleje <58449932+croyleje@users.noreply.github.com> Date: Wed, 25 Nov 2020 20:51:55 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 847a5a3..21ca00f 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Recent versions of LanguageTool require Java-8. ## Download the stand-alone version of LanguageTool Download the stand-alone version of LanguageTool (LanguageTool-*.zip) -from http://www.dev.languagetool.org/http-server.html/, scroll down and click on +from https://dev.languagetool.org/http-server.html/, scroll down and click on "Desktop version for offline use" to download it. Unzip it: ``` $ unzip LanguageTool-4.9.zip From b71190a734c185261210b2748e195569a70c5a46 Mon Sep 17 00:00:00 2001 From: croyleje <58449932+croyleje@users.noreply.github.com> Date: Wed, 25 Nov 2020 20:52:38 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21ca00f..292292c 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Recent versions of LanguageTool require Java-8. ## Download the stand-alone version of LanguageTool Download the stand-alone version of LanguageTool (LanguageTool-*.zip) -from https://dev.languagetool.org/http-server.html/, scroll down and click on +from https://dev.languagetool.org/http-server.html, scroll down and click on "Desktop version for offline use" to download it. Unzip it: ``` $ unzip LanguageTool-4.9.zip From 4f4d83645c862ce62b32e7055f99f106a0a8efb1 Mon Sep 17 00:00:00 2001 From: croyleje <58449932+croyleje@users.noreply.github.com> Date: Wed, 25 Nov 2020 21:00:25 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 292292c..5ce4c34 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ To use this plugin, you need to install the Java LanguageTool grammar checker. You can chose to: * Download the stand-alone version of - LanguageTool(LanguageTool-\*.zip) from + LanguageTool(LanguageTool-stable.zip) from [here](https://dev.languagetool.org/http-server.html) using the first link labeled "Getting the server" at the top of the page. @@ -104,13 +104,13 @@ Recent versions of LanguageTool require Java-8. ## Download the stand-alone version of LanguageTool -Download the stand-alone version of LanguageTool (LanguageTool-*.zip) +Download the stand-alone version of LanguageTool (LanguageTool-stable.zip) from https://dev.languagetool.org/http-server.html, scroll down and click on -"Desktop version for offline use" to download it. Unzip it: +"LanguageTool Desktop version for offline use". Unzip it: ``` - $ unzip LanguageTool-4.9.zip + $ unzip LanguageTool-stable.zip ``` -This should extract the file LanguageTool-4.9/languagetool-commandline.jar +This should extract the file LanguageTool-5.1/languagetool-commandline.jar among several other files. ## Build LanguageTool from sources in git