source: code/trunk/README.md@ 57

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

Add list of public instances

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

File size: 1.8 KB
RevLine 
[56]1## Mai
[50]2A privacy friendly frontend to multiple translation engines.
[1]3
[30]4### History
[42]51. SimplyTranslate was founded by [metalune and fattalion](https://codeberg.org/SimpleWeb/SimplyTranslate-Web). It was written in Python.
[30]62. Fattalion created a Go implementation.
[50]73. Both metalune and fattalion retired, and they handed SimplyTranslate over to ManeraKai.
[56]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)
[52]9
[57]10### Instances
11| URL | Location | Cloudflare? |
12|-----|----------|-------------|
13| [tr.chaotic.ninja](https://tr.chaotic.ninja) | DE | No |
14
[52]15### Installation
16
17```shell
[56]18% git clone https://git.chaotic.ninja/yakumo.izuru/mai
19% cd mai
[52]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```
[53]33
34### Legal notice
[56]35Mai does not host any content. All content shown on any Mai/Mozhi/SimplyTranslate instances is from [Google Translate](https://translate.google.com) and [Reverso](https://www.reverso.net/).
[53]36
[56]37Mai is not affiliated with Google Translate nor Reverso, which this program relays.
[53]38
39Trademarks belong to their respective owners.
[55]40Google Translate is a trademark of [Google LLC](https://www.google.com). Reverso is a trademark of Reverso.
[53]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.
[56]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.