overleaf/services/spelling
Jakob Ackermann 2e8b6fccce [misc] install_deps: fix apt install for aspell-or, aspell-te, aspell-ta
The specified versions were removed. use any latest version instead.

```
# in a node:10.19.0 container will all steps from install_deps.sh
#  executed -- except for the 'apt install' steps.
$ apt policy aspell-or aspell-te aspell-no aspell-ta
  aspell-or:
    Installed: (none)
    Candidate: 0.03-1-7
    Version table:
       0.03-1-7 1337
          500 http://deb.debian.org/debian unstable/main ...
       0.03-1-5 990
          990 http://deb.debian.org/debian stretch/main ...
       0.03-1-5 500
          500 http://archive.ubuntu.com/ubuntu bionic/universe ...
  aspell-te:
    Installed: (none)
    Candidate: 0.01-2-7
    Version table:
       0.01-2-7 1337
          500 http://deb.debian.org/debian unstable/main ...
       0.01-2-5 990
          990 http://deb.debian.org/debian stretch/main ...
       0.01-2-5 500
          500 http://archive.ubuntu.com/ubuntu bionic/universe ...
  aspell-no:
    Installed: (none)
    Candidate: 2.2-4
    Version table:
       2.2-4 1337
          500 http://deb.debian.org/debian unstable/main ...
       2.2-3 500
          500 http://archive.ubuntu.com/ubuntu bionic/universe ...
       2.2-2 990
          990 http://deb.debian.org/debian stretch/main ...
  aspell-ta:
    Installed: (none)
    Candidate: 20040424-1-3
    Version table:
       20040424-1-3 1337
          500 http://deb.debian.org/debian unstable/main ...
       20040424-1-1 990
          990 http://deb.debian.org/debian stretch/main ...
       20040424-1-1 500
          500 http://archive.ubuntu.com/ubuntu bionic/universe ...
```
2020-04-23 17:22:22 +02:00
..
.github [misc] update the build scripts to 1.3.5 2020-02-11 18:59:24 +01:00
app/js updated minor, patch dependencies and lru-cache. Fixed constructor in lru-cache 2020-03-30 12:49:56 +02:00
cache write cache into cache dir 2016-12-13 09:14:09 +00:00
config Initial decaffeination (#24) 2019-07-03 13:41:01 +01:00
test filter out duplicates learned words 2020-02-18 10:58:03 -05:00
.dockerignore [misc] update the build scripts to 1.3.5 2020-02-11 18:59:24 +01:00
.eslintrc updated build scripts 2020-03-30 12:33:07 +02:00
.gitignore Initial decaffeination (#24) 2019-07-03 13:41:01 +01:00
.nvmrc [misc] use node:10.19.0 as base image 2020-02-07 14:49:42 +01:00
.prettierrc updated build scripts 2020-03-30 12:33:07 +02:00
app.js Add endpoint to remove learned words 2019-07-20 14:04:08 +01:00
buildscript.txt updated build scripts 2020-03-30 12:33:07 +02:00
docker-compose.ci.yml updated build scripts 2020-03-30 12:33:07 +02:00
docker-compose.yml updated build scripts 2020-03-30 12:33:07 +02:00
Dockerfile updated build scripts 2020-03-30 12:33:07 +02:00
install_deps.sh [misc] install_deps: fix apt install for aspell-or, aspell-te, aspell-ta 2020-04-23 17:22:22 +02:00
Jenkinsfile [misc] update the build scripts to 1.3.5 2020-02-11 18:59:24 +01:00
LICENSE Create LICENSE 2014-08-15 12:35:06 +01:00
Makefile updated build scripts 2020-03-30 12:33:07 +02:00
nodemon.json Initial decaffeination (#24) 2019-07-03 13:41:01 +01:00
package-lock.json updated mocha, sinon and node-statsd 2020-03-30 12:53:35 +02:00
package.json updated mocha, sinon and node-statsd 2020-03-30 12:53:35 +02:00
rakefile.rb Initial open source commit 2014-08-15 12:13:35 +01:00
README.md Update README.md 2019-05-07 16:40:11 +01:00

overleaf/spelling

The backend spellcheck API that performs spell checking for Overleaf

License

The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the LICENSE file.

Copyright (c) Overleaf, 2014-2019.