From 3dbbd9d7e3d7056a16ac079d6a8b52b6db183f1f Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Sat, 30 Jul 2022 19:44:41 +0200 Subject: [PATCH] small updates --- README.md | 16 +++++++--------- languagetool-standalone/README.md | 4 ++-- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7dc66d600483..6c5380fdf759 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## LanguageTool -**LanguageTool** is an Open Source proofreading software for English, French, German, -Polish, Russian, and [more than 20 other languages](https://languagetool.org/languages/). +**LanguageTool** is an Open Source proofreading software for English, Spanish, French, German, +Portuguese, Polish, Dutch, and [more than 20 other languages](https://languagetool.org/languages/). It finds many errors that a simple spell checker cannot detect. * **[Jobs at LanguageTool](https://languagetool.org/careers)** @@ -14,7 +14,7 @@ For more information, please see our homepage at https://languagetool.org, [this README](https://github.com/languagetool-org/languagetool/blob/master/languagetool-standalone/README.md), and [CHANGES](https://github.com/languagetool-org/languagetool/blob/master/languagetool-standalone/CHANGES.md). -LanguageTool is freely available under the LGPL 2.1 or later. +The LanguageTool core (this repo) is freely available under the LGPL 2.1 or later. ## Docker @@ -28,9 +28,6 @@ Try one of the following projects for a community-contributed Docker file: [The development overview](https://dev.languagetool.org/development-overview) describes how you can contribute error detection rules. -See ['easy fix' issues](https://github.com/languagetool-org/languagetool/issues?q=is%3Aopen+is%3Aissue+label%3A%22easy+fix%22) -for issues to get started. - For more technical details, see [our dev pages](https://dev.languagetool.org). ## Scripted installation and building @@ -39,7 +36,7 @@ To install or build using a script, simply type: curl -L https://raw.githubusercontent.com/languagetool-org/languagetool/master/install.sh | sudo bash ``` -If you wish to have more options, download the install.sh script. Usage options follow: +If you wish to have more options, download the `install.sh` script. Usage options follow: ``` sudo bash install.sh @@ -72,7 +69,7 @@ Commands: Before start: you will need to clone from GitHub and install Java 8 and Apache Maven. -Warning: a complete clone requires downloading more than 360 MB and needs more than 500 MB on disk. +Warning: a complete clone requires downloading more than 500 MB and needs more than 1500 MB on disk. This can be reduced if you only need the last few revisions of the master branch by creating a shallow clone: @@ -110,4 +107,5 @@ Now you can use the bleeding edge development copy of LanguageTool `*.jar` files ### License -Unless otherwise noted, this software is distributed under the LGPL, see file [COPYING.txt](https://github.com/languagetool-org/languagetool/blob/master/COPYING.txt). +Unless otherwise noted, this software - the LanguageTool core - is distributed under the LGPL, see +file [COPYING.txt](https://github.com/languagetool-org/languagetool/blob/master/COPYING.txt). diff --git a/languagetool-standalone/README.md b/languagetool-standalone/README.md index d0633b2ac21c..a4281954f53e 100644 --- a/languagetool-standalone/README.md +++ b/languagetool-standalone/README.md @@ -1,12 +1,12 @@ # LanguageTool **A proof-reading tool for English, Spanish, German, -Polish, Chinese, French, Russian, Italian, Dutch, Ukrainian +French, Portuguese, Dutch, Ukrainian and [more languages](https://dev.languagetool.org/languages)** Version 5.9-SNAPSHOT (2022-xx-yy) Copyright (C) 2005-2022 the LanguageTool community and Daniel Naber (www.danielnaber.de) -https://www.languagetool.org +https://languagetool.org ## Requirements