source: code/trunk/README.md@ 64

Last change on this file since 64 was 60, checked in by yakumo.izuru, 17 months ago

GET HTTP リクエストが機能しない問題を修正し、iCIBA および LibreTranslate エンジンを再追加し、マニュアル ページを作成し、Docker に関連するものを削除しました。

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 1.9 KB
Line 
1## Mai
2A privacy friendly frontend to multiple translation engines.
3
4### History
51. SimplyTranslate was founded by [metalune and fattalion](https://codeberg.org/SimpleWeb/SimplyTranslate-Web). It was written in Python.
62. Fattalion created a Go implementation.
73. Both metalune and fattalion retired, and they handed SimplyTranslate over to ManeraKai.
84. [Izuru Yakumo The Violet Hermit](https://geidontei.chaotic.ninja/usr/yakumo_izuru) stole it, and renamed it after [Mai](https://en.touhouwiki.net/wiki/Mai) from [Mystic Square](https://en.touhouwiki.net/wiki/Mystic_Square)
9
10### Instances
11| URL | Location | Cloudflare? |
12|-----|----------|-------------|
13| [tr.chaotic.ninja](https://tr.chaotic.ninja) | DE | No |
14
15### Installation
16
17```shell
18% git clone https://git.chaotic.ninja/yakumo.izuru/mai
19% cd mai
20% make
21# make install
22```
23
24### Setup
25For [nginx](https://www.nginx.com) you can use this snippet, this also serves the static resources.
26
27```nginx
28location / {
29 proxy_set_header Host $host;
30 proxy_pass http://localhost:5000;
31}
32```
33
34### Legal notice
35Mai does not host any content. All content shown on any Mai instances is from [Google Translate](https://translate.google.com), [Reverso](https://www.reverso.net/), [iCIBA](https://www.iciba.net) and [LibreTranslate](https://libretranslate.com)
36
37Mai is not affiliated with none of the above, which this program relays.
38
39Trademarks belong to their respective owners.
40Google Translate is a trademark of [Google LLC](https://www.google.com). Reverso is a trademark of Reverso, et cetera.
41
42The creators and maintainers of this repository assume no liability for the accuracy and timeliness of any information provided above. Trademark owner information was researched to the best of the author's knowledge at the time of curation and may be outdated or incorrect.
43
44### Other projects
45* [Mozhi](https://codeberg.org/aryak/mozhi), also a fork of SimplyTranslate
Note: See TracBrowser for help on using the repository browser.