Skip to content

Commit

Permalink
Change the link to the dictmaker-alar theme repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 27, 2020
1 parent 15cb223 commit a2d2e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ curl localhost:8080/dictionary/english/italian/apple
```

## Themes
See the [dictmaker-alar](https://github.com/knadh/dictmaker-alar) repository that powers the [Alar](https://alar.ink) dictionary. A theme is a directory with a collection of Go HTML templates. Run a theme by passing `./dictmaker --site=theme_dir`.
See the [alar-dict/alar.ink](https://github.com/alar-dict/alar.ink) repository that powers the [Alar](https://alar.ink) dictionary. A theme is a directory with a collection of Go HTML templates. Run a theme by passing `./dictmaker --site=theme_dir`.

## Tokenizer plugins
For languages that do not have Postgres fulltext dictionaries and tokenizers, dictmaker supports loading compiled Go tokenizer plugins that implement the `search.Tokenizer` interface. See `tokenizers/kannada` (and `Makefile` for compilation help).
Expand Down

0 comments on commit a2d2e66

Please sign in to comment.